r7037 - in /trunk/dh-make-perl: debian/changelog rules.MakeMaker.xs rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Aug 21 06:51:20 UTC 2007


Author: dmn
Date: Tue Aug 21 06:51:19 2007
New Revision: 7037

URL: http://svn.debian.org/wsvn/?sc=1&rev=7037
Log:
* rules*.xs: add a call to dh_shlibdeps for arch-dependent packages
  Thanks to Martín Ferrari for spotting

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.MakeMaker.xs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=7037&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Aug 21 06:51:19 2007
@@ -1,3 +1,10 @@
+dh-make-perl (0.29) unstable; urgency=low
+
+  * rules*.xs: add a call to dh_shlibdeps for arch-dependent packages
+    Thanks to Martín Ferrari for spotting
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 09:47:49 +0300
+
 dh-make-perl (0.28) unstable; urgency=low
 
   [ Gunnar Wolf ]

Modified: trunk/dh-make-perl/rules.MakeMaker.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.xs?rev=7037&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.xs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.xs Tue Aug 21 06:51:19 2007
@@ -75,8 +75,9 @@
 	dh_installexamples 
 	dh_installdocs #DOCS#
 	dh_installchangelogs #CHANGES#
+	dh_shlibdeps
 	dh_strip
-	dh_perl 
+	dh_perl
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.xs?rev=7037&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Tue Aug 21 06:51:19 2007
@@ -70,6 +70,7 @@
 	dh_installdocs #DOCS#
 	dh_installexamples 
 	dh_installchangelogs #CHANGES#
+	dh_shlibdeps
 	dh_strip
 	dh_perl
 	dh_compress




More information about the Pkg-perl-cvs-commits mailing list