[Glibc-bsd-commits] r2458 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Sat Apr 18 00:05:37 UTC 2009


Author: guillem
Date: 2009-04-18 00:05:37 +0000 (Sat, 18 Apr 2009)
New Revision: 2458

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Do not set unused INSTALL_PROGRAM


Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2009-04-18 00:04:08 UTC (rev 2457)
+++ trunk/ufsutils/debian/changelog	2009-04-18 00:05:37 UTC (rev 2458)
@@ -3,6 +3,7 @@
   * Use $(filter ...) instead of $(findstring ...) to extract space separated
     options from DEB_BUILD_OPTIONS in debian/rules.
   * Remove commented out lines in debian/rules.
+  * Do not set unused INSTALL_PROGRAM.
 
  -- Guillem Jover <guillem at debian.org>  Sat, 18 Apr 2009 01:47:10 +0200
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2009-04-18 00:04:08 UTC (rev 2457)
+++ trunk/ufsutils/debian/rules	2009-04-18 00:05:37 UTC (rev 2458)
@@ -30,10 +30,6 @@
 	CFLAGS += -O2
 endif
 
-ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
 build: build-stamp
 build-stamp:
 	dh_testdir




More information about the Glibc-bsd-commits mailing list