r8754 - in /trunk: libimage-exif-perl/debian/changelog libimage-exif-perl/debian/rules libvideo-capture-v4l-perl/debian/changelog libvideo-capture-v4l-perl/debian/rules libvorbis-perl/debian/changelog libvorbis-perl/debian/rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Fri Nov 2 12:31:52 UTC 2007


Author: djpig
Date: Fri Nov  2 12:31:52 2007
New Revision: 8754

URL: http://svn.debian.org/wsvn/?sc=1&rev=8754
Log:
Let dh_strip handle nostrip support

Modified:
    trunk/libimage-exif-perl/debian/changelog
    trunk/libimage-exif-perl/debian/rules
    trunk/libvideo-capture-v4l-perl/debian/changelog
    trunk/libvideo-capture-v4l-perl/debian/rules
    trunk/libvorbis-perl/debian/changelog
    trunk/libvorbis-perl/debian/rules

Modified: trunk/libimage-exif-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/changelog?rev=8754&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/changelog (original)
+++ trunk/libimage-exif-perl/debian/changelog Fri Nov  2 12:31:52 2007
@@ -1,10 +1,14 @@
 libimage-exif-perl (1.00.3-4) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:46 +0200
+  [ Frank Lichtenheld ]
+  * debian/rules: leave nostrip support to dh_strip
+
+ -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:30:14 +0100
 
 libimage-exif-perl (1.00.3-3) unstable; urgency=low
 

Modified: trunk/libimage-exif-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/rules?rev=8754&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/rules (original)
+++ trunk/libimage-exif-perl/debian/rules Fri Nov  2 12:31:52 2007
@@ -13,9 +13,6 @@
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
 endif
 
 ifndef PERL

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=8754&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Fri Nov  2 12:31:52 2007
@@ -1,10 +1,14 @@
 libvideo-capture-v4l-perl (0.901-3) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:12 +0200
+  [ Frank Lichtenheld ]
+  * debian/rules: let dh_strip handle nostrip support internally
+
+ -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:31:02 +0100
 
 libvideo-capture-v4l-perl (0.901-2) unstable; urgency=low
 

Modified: trunk/libvideo-capture-v4l-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/rules?rev=8754&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/rules (original)
+++ trunk/libvideo-capture-v4l-perl/debian/rules Fri Nov  2 12:31:52 2007
@@ -81,9 +81,7 @@
 #	dh_installman
 	dh_installchangelogs Changes
 	dh_link
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip
-endif
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs

Modified: trunk/libvorbis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libvorbis-perl/debian/changelog?rev=8754&op=diff
==============================================================================
--- trunk/libvorbis-perl/debian/changelog (original)
+++ trunk/libvorbis-perl/debian/changelog Fri Nov  2 12:31:52 2007
@@ -1,10 +1,14 @@
 libvorbis-perl (0.05-6) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:13 +0200
+  [ Frank Lichtenheld ]
+  * debian/rules: leave nostrip support to dh_strip
+
+ -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:30:26 +0100
 
 libvorbis-perl (0.05-5) unstable; urgency=high
 

Modified: trunk/libvorbis-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libvorbis-perl/debian/rules?rev=8754&op=diff
==============================================================================
--- trunk/libvorbis-perl/debian/rules (original)
+++ trunk/libvorbis-perl/debian/rules Fri Nov  2 12:31:52 2007
@@ -15,9 +15,6 @@
         CFLAGS += -O0
 else
         CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
 endif
 
 configure: configure-stamp




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