[SCM] libshout/master: Ensure order of library install targets. Thanks to Vasudev Kamath.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Dec 20 12:09:33 UTC 2012


The following commit has been merged in the master branch:
commit f1c9ac6c2e46b5b7f6d43f69197c935434b46bd4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Dec 20 13:09:27 2012 +0100

    Ensure order of library install targets. Thanks to Vasudev Kamath.

diff --git a/debian/rules b/debian/rules
index 272f3d4..a55ba5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,8 +68,8 @@ clean::
 
 # Let d-shlibs calculate development package dependencies
 #  and handle shared library install
-binary-post-install/$(libpkgname):: debian/stamp-local-shlibs-$(libname)
-debian/stamp-local-shlibs-$(libname): binary-install/$(libpkgname) debian/stamp-local-strip-la
+binary-post-install/$(libpkgname) binary-post-install/$(devpkgname):: debian/stamp-local-shlibs-$(libname)
+debian/stamp-local-shlibs-$(libname): binary-install/$(libpkgname) binary-install/$(devpkgname) debian/stamp-local-strip-la
 	d-shlibmove --commit \
 		--multiarch \
 		--override s/ld1-dev// \

-- 
libshout packaging



More information about the pkg-multimedia-commits mailing list