[SCM] pd-motex packaging branch, master, updated. debian/1.1.4-0.0-8-gbe15c6b

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Thu Aug 19 16:52:32 UTC 2010


The following commit has been merged in the master branch:
commit be15c6b9a96bda20b502d0bbac256cbcfd2f3026
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Aug 19 12:43:41 2010 -0400

    made license file in library a link to Debian file

diff --git a/debian/links b/debian/links
index 2be0a05..0618b9b 100644
--- a/debian/links
+++ b/debian/links
@@ -1,4 +1,3 @@
 usr/lib/pd/extra/motex/README.txt        usr/share/doc/pd-motex/README
 usr/lib/pd/extra/motex/examples          usr/share/doc/pd-motex/examples
-
-
+usr/share/common-licenses/GPL-2          usr/lib/pd/extra/motex/LICENSE.txt
diff --git a/debian/rules b/debian/rules
index 5465001..65a452d 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 \

-- 
pd-motex packaging



More information about the pkg-multimedia-commits mailing list