[med-svn] r391 - trunk/packages/boxshade/trunk/debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Thu Aug 9 01:09:19 UTC 2007


Author: charles-guest
Date: 2007-08-09 01:09:19 +0000 (Thu, 09 Aug 2007)
New Revision: 391

Modified:
   trunk/packages/boxshade/trunk/debian/changelog
   trunk/packages/boxshade/trunk/debian/rules
Log:
Stripping with dh_strip, not /usr/bin/install

Modified: trunk/packages/boxshade/trunk/debian/changelog
===================================================================
--- trunk/packages/boxshade/trunk/debian/changelog	2007-08-09 00:52:51 UTC (rev 390)
+++ trunk/packages/boxshade/trunk/debian/changelog	2007-08-09 01:09:19 UTC (rev 391)
@@ -4,8 +4,10 @@
   * makefile.unx : changes managed using the `quilt' patch system.
   * makefile.unx : commenting `LDFLAGS= -s' so that stripping is handled by
     dh_strip (Closes: #436605).
+  * debian/rules : `ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))' test
+    removed because dh_strip can work without.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Thu,  9 Aug 2007 09:50:33 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Thu,  9 Aug 2007 10:06:00 +0900
 
 boxshade (3.3.1-1) unstable; urgency=low
 

Modified: trunk/packages/boxshade/trunk/debian/rules
===================================================================
--- trunk/packages/boxshade/trunk/debian/rules	2007-08-09 00:52:51 UTC (rev 390)
+++ trunk/packages/boxshade/trunk/debian/rules	2007-08-09 01:09:19 UTC (rev 391)
@@ -10,11 +10,7 @@
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
 
-
 build: build-stamp
 
 XP=xsltproc  \




More information about the debian-med-commit mailing list