[Demudi-commits] r1605 - flake/trunk/debian

thp-guest at alioth.debian.org thp-guest at alioth.debian.org
Fri Sep 21 15:54:22 UTC 2007


Author: thp-guest
Date: 2007-09-21 15:54:22 +0000 (Fri, 21 Sep 2007)
New Revision: 1605

Modified:
   flake/trunk/debian/changelog
   flake/trunk/debian/rules
Log:
disable strip

Modified: flake/trunk/debian/changelog
===================================================================
--- flake/trunk/debian/changelog	2007-09-13 21:47:36 UTC (rev 1604)
+++ flake/trunk/debian/changelog	2007-09-21 15:54:22 UTC (rev 1605)
@@ -1,3 +1,9 @@
+flake (0.10-3) unstable; urgency=low
+
+  * Pass --disable-strip to configure script (Closes: #436849)
+
+ -- Thomas Perl <thp at perli.net>  Fri, 21 Sep 2007 17:51:02 +0200
+
 flake (0.10-2) unstable; urgency=low
 
   * hopefully fix FTBFS (Closes: #434117)

Modified: flake/trunk/debian/rules
===================================================================
--- flake/trunk/debian/rules	2007-09-13 21:47:36 UTC (rev 1604)
+++ flake/trunk/debian/rules	2007-09-21 15:54:22 UTC (rev 1605)
@@ -26,7 +26,7 @@
 
 config.status: configure
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --cpu=$(DEB_BUILD_ARCH) --prefix=/usr && touch config.status
+	CFLAGS="$(CFLAGS)" ./configure --cpu=$(DEB_BUILD_ARCH) --disable-strip --prefix=/usr && touch config.status
 
 
 build: build-stamp




More information about the Demudi-commits mailing list