r12712 - in /trunk/libxml-libxml-common-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Jan 14 12:50:46 UTC 2008


Author: ntyni
Date: Mon Jan 14 12:50:46 2008
New Revision: 12712

URL: http://svn.debian.org/wsvn/?sc=1&rev=12712
Log:
  + properly call dh_shlibdeps to get shared library dependencies right.

Modified:
    trunk/libxml-libxml-common-perl/debian/changelog
    trunk/libxml-libxml-common-perl/debian/rules

Modified: trunk/libxml-libxml-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/changelog?rev=12712&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/changelog (original)
+++ trunk/libxml-libxml-common-perl/debian/changelog Mon Jan 14 12:50:46 2008
@@ -17,6 +17,7 @@
     + add stamp files and inter-target dependencies
     + add support for DEB_BUILD_OPTIONS=noopt
     + build and test in the 'build' target instead of the 'install' one.
+    + properly call dh_shlibdeps to get shared library dependencies right.
   * Upgrade to Standards-Version 3.7.3. No changes needed.
   * Don't install the README in the binary package, it's not useful.
   * Add download URL to debian/copyright.

Modified: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=12712&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (original)
+++ trunk/libxml-libxml-common-perl/debian/rules Mon Jan 14 12:50:46 2008
@@ -49,6 +49,7 @@
 	dh_installdocs
 	dh_installman
 	dh_installchangelogs Changes
+	dh_shlibdeps
 	dh_link
 	dh_strip
 	dh_compress




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