aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-19 17:19:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-19 17:19:33 +0000
commit4a1d31f431ec4b90ccecb92dd928ff1f7428abcc (patch)
tree7b4b42a29f3c834ed413a4be530fbe9fcebd0570 /debian
parent3ea6c288debeefc2c28d9e61b75001c800252b48 (diff)
rm LICENSE.txt and create symlink to Debian common license files
svn path=/trunk/externals/hcs/; revision=13843
Diffstat (limited to 'debian')
-rw-r--r--debian/links3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/links b/debian/links
index 5dcf763..38be00d 100644
--- a/debian/links
+++ b/debian/links
@@ -1,4 +1,3 @@
usr/lib/pd/extra/hcs/README.txt usr/share/doc/pd-hcs/README
usr/lib/pd/extra/hcs/examples usr/share/doc/pd-hcs/examples
-
-
+usr/share/common-licenses/GPL-3 usr/lib/pd/extra/hcs/LICENSE.txt
diff --git a/debian/rules b/debian/rules
index ed9ed62..c0bbc01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ pkglibdir = /usr/lib/pd/extra
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
+# replace license file with link to the Debian license file
+ rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
override_dh_shlibdeps:
dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \