r8634 - in /trunk/libjavascript-perl/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 11:11:30 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 11:11:30 2007
New Revision: 8634

URL: http://svn.debian.org/wsvn/?sc=1&rev=8634
Log:
* Unconditionally call dh_strip, which can handle DEB_BUILD_OPTIONS itself.

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/changelog?rev=8634&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Mon Oct 29 11:11:30 2007
@@ -32,6 +32,7 @@
   * Set JS_INC when running the tests to fix test failures in
     t/24-c-level-interrupt-handler.t.
   * Improve the 'clean' target to remove some build-time cruft.
+  * Unconditionally call dh_strip, which can handle DEB_BUILD_OPTIONS itself.
 
  -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 11:20:04 +0200
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/rules?rev=8634&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Oct 29 11:11:30 2007
@@ -67,9 +67,7 @@
 	dh_installman
 	dh_installchangelogs Changes
 	dh_link
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip
-endif
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




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