[SCM] pd-ext13/master: Made shlibdeps generation more generic

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 15 18:27:43 UTC 2017


The following commit has been merged in the master branch:
commit 3c61bad8f9e57256e960221e9699719aa5d54380
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Jan 15 18:49:18 2017 +0100

    Made shlibdeps generation more generic

diff --git a/debian/rules b/debian/rules
index e3d017f..c5af582 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,10 @@ override_dh_auto_install:
 	rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
 
 override_dh_shlibdeps:
-	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
-		-T$(CURDIR)/debian/$(PACKAGE).substvars
+	find $(CURDIR)/debian/$(PACKAGE) -name "*.pd_linux" -exec \
+		dpkg-shlibdeps \
+			-T$(CURDIR)/debian/$(PACKAGE).substvars \
+			{} +
 override_dh_strip:
 	dh_strip
 	find $(CURDIR)/debian/$(PACKAGE) -name "*.pd_linux" -exec \

-- 
pd-ext13 packaging



More information about the pkg-multimedia-commits mailing list