[SCM] pd-cyclone/master: manually run dpkg-shlibdeps on *.pd_linux files

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Fri Nov 12 02:08:55 UTC 2010


The following commit has been merged in the master branch:
commit f85d5d3bb9ea81280daaaa072efe7e63c40205e6
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Nov 11 21:08:24 2010 -0500

    manually run dpkg-shlibdeps on *.pd_linux files

diff --git a/debian/rules b/debian/rules
index db41095..2cffe5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,9 +53,6 @@ install: build
 		prefix=/usr pkglibdir=$(pkglibdir) install
 
 
-override_dh_shlibdeps:
-	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux
-
 binary-indep: build install
 # We have nothing to do by default.
 
@@ -90,7 +87,10 @@ binary-arch: build install
 #	dh_perl
 #	dh_makeshlibs
 	dh_installdeb
-	dh_shlibdeps
+# manually run dpkg-shlibdeps on *.pd_linux files
+	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
+		-T$(CURDIR)/debian/$(PACKAGE).substvars
+#	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list