aboutsummaryrefslogtreecommitdiff
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
commit292b830717d9435b1f22db9ccd356afa11342a05 (patch)
tree4339bf0e76c3b3a8aef3ec146f403eef6a4c92d7
parent7337fb938b970d5487d35b6e14c66f12b89deaea (diff)
rm LICENSE.txt and create symlink to Debian common license files
svn path=/trunk/externals/beatpipe/; revision=13843
-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 0a0ef88..a3227e3 100644
--- a/debian/links
+++ b/debian/links
@@ -1,3 +1,2 @@
usr/lib/pd/extra/beatpipe/README.txt usr/share/doc/pd-beatpipe/README
-
-
+usr/share/common-licenses/GPL-2 usr/lib/pd/extra/beatpipe/LICENSE.txt
diff --git a/debian/rules b/debian/rules
index b35d3fc..3a1ee46 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 \