rev 7616 - kde-extras/filelight/trunk/debian

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sat Oct 20 22:00:05 UTC 2007


Author: kebianizao-guest
Date: 2007-10-20 22:00:05 +0000 (Sat, 20 Oct 2007)
New Revision: 7616

Modified:
   kde-extras/filelight/trunk/debian/changelog
   kde-extras/filelight/trunk/debian/rules
Log:
Honour the nostrip in the DEB_BUILD_OPTIONS.

Modified: kde-extras/filelight/trunk/debian/changelog
===================================================================
--- kde-extras/filelight/trunk/debian/changelog	2007-10-20 21:28:47 UTC (rev 7615)
+++ kde-extras/filelight/trunk/debian/changelog	2007-10-20 22:00:05 UTC (rev 7616)
@@ -23,8 +23,9 @@
   * please build with --disable-debug to prevent spurious stdout-output
     (Closes: #408554)
   * Provide upstream AUTHORS file.
+  * Honour the nostrip in the DEB_BUILD_OPTIONS.
 
- -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Sat, 20 Oct 2007 23:17:04 +0200
+ -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Sat, 20 Oct 2007 23:58:55 +0200
 
 filelight (0.99beta6-1) unstable; urgency=low
 

Modified: kde-extras/filelight/trunk/debian/rules
===================================================================
--- kde-extras/filelight/trunk/debian/rules	2007-10-20 21:28:47 UTC (rev 7615)
+++ kde-extras/filelight/trunk/debian/rules	2007-10-20 22:00:05 UTC (rev 7616)
@@ -38,10 +38,14 @@
 	$(install_script) debian/postinst debian/postrm debian/tmp/DEBIAN/
 
 	make prefix=`pwd`/debian/tmp/usr configdir=`pwd`/debian/tmp/etc/kde3 kde_htmldir=`pwd`/debian/tmp/usr/share/doc/kde/HTML install
+ifeq ( $(findstring nostrip,$(DEB_BUILD_OPTIONS)),nostrip )
 	$(STRIP) debian/tmp/usr/bin/filelight
+endif
 	chrpath -d debian/tmp/usr/bin/filelight
 
+ifeq ( $(findstring nostrip,$(DEB_BUILD_OPTIONS)),nostrip )
 	$(STRIP) --strip-unneeded debian/tmp/usr/lib/kde3/libfilelight.so
+endif
 	chmod -x debian/tmp/usr/lib/kde3/libfilelight.so debian/tmp/usr/lib/kde3/libfilelight.la
 	chrpath -d debian/tmp/usr/lib/kde3/libfilelight.so
 




More information about the pkg-kde-commits mailing list