r13257 - in /trunk/libaudio-flac-header-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Jan 22 12:06:50 UTC 2008


Author: ntyni
Date: Tue Jan 22 12:06:50 2008
New Revision: 13257

URL: http://svn.debian.org/wsvn/?sc=1&rev=13257
Log:
* Unconditionally call dh_strip, it knows about DEB_BUILD_OPTIONS=nostrip.

Modified:
    trunk/libaudio-flac-header-perl/debian/changelog
    trunk/libaudio-flac-header-perl/debian/rules

Modified: trunk/libaudio-flac-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/changelog?rev=13257&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Tue Jan 22 12:06:50 2008
@@ -8,6 +8,7 @@
   * Run the test suite when building the package.
   * Only try to remove the empty /usr/share/perl5 directory if it exists.
   * Cleanup of debian/rules.
+  * Unconditionally call dh_strip, it knows about DEB_BUILD_OPTIONS=nostrip.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 22 Jan 2008 13:18:45 +0200
 

Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/rules?rev=13257&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Tue Jan 22 12:06:50 2008
@@ -64,9 +64,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