r8751 - in /trunk/libdigest-crc-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 2 12:01:18 UTC 2007


Author: dmn
Date: Fri Nov  2 12:01:18 2007
New Revision: 8751

URL: http://svn.debian.org/wsvn/?sc=1&rev=8751
Log:
* Drop unneeded dh_link
* Run dh_strip unconditionally, it handles nostrip options by itself

Modified:
    trunk/libdigest-crc-perl/debian/changelog
    trunk/libdigest-crc-perl/debian/rules

Modified: trunk/libdigest-crc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdigest-crc-perl/debian/changelog?rev=8751&op=diff
==============================================================================
--- trunk/libdigest-crc-perl/debian/changelog (original)
+++ trunk/libdigest-crc-perl/debian/changelog Fri Nov  2 12:01:18 2007
@@ -1,5 +1,6 @@
 libdigest-crc-perl (0.11-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
@@ -13,6 +14,10 @@
     - Remove unused dh_* calls.
   * Add upstream URL to debian/copyright and update years of copyright for
     the packaging.
+
+  [ Damyan Ivanov ]
+  * Drop unneeded dh_link
+  * Run dh_strip unconditionally, it handles nostrip options by itself
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 01 Nov 2007 12:30:41 +0100
 

Modified: trunk/libdigest-crc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdigest-crc-perl/debian/rules?rev=8751&op=diff
==============================================================================
--- trunk/libdigest-crc-perl/debian/rules (original)
+++ trunk/libdigest-crc-perl/debian/rules Fri Nov  2 12:01:18 2007
@@ -70,10 +70,7 @@
 	dh_testroot
 	dh_installdocs README
 	dh_installchangelogs Changes
-	dh_link
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip
-endif
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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