r13342 - in /trunk/libnet-patricia-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 23 20:41:34 UTC 2008


Author: dmn
Date: Wed Jan 23 20:41:33 2008
New Revision: 13342

URL: http://svn.debian.org/wsvn/?sc=1&rev=13342
Log:
* remove unneeded dh_installdirs and dh_makeshlibs calls

Modified:
    trunk/libnet-patricia-perl/debian/changelog
    trunk/libnet-patricia-perl/debian/rules

Modified: trunk/libnet-patricia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-patricia-perl/debian/changelog?rev=13342&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/changelog (original)
+++ trunk/libnet-patricia-perl/debian/changelog Wed Jan 23 20:41:33 2008
@@ -1,5 +1,6 @@
 libnet-patricia-perl (1.014-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   The 'ready for perl 5.10' release.
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -24,6 +25,9 @@
   * debian/copyright: copy copyright/license information verbatim from the
     module and add copyright/license information for contributed code.
   * debian/watch: use dist-based URL.
+
+  [ Damyan Ivanov ]
+  * remove unneeded dh_installdirs and dh_makeshlibs calls
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 23 Jan 2008 18:33:06 +0100
 

Modified: trunk/libnet-patricia-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-patricia-perl/debian/rules?rev=13342&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/rules (original)
+++ trunk/libnet-patricia-perl/debian/rules Wed Jan 23 20:41:33 2008
@@ -42,7 +42,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	# this is an architecture-dependent package;
@@ -65,7 +64,6 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
 	dh_installdeb
 	dh_perl
 	dh_shlibdeps




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