[med-svn] r13053 - trunk/packages/autodocksuite/trunk/debian

Thorsten Alteholz alteholz at alioth.debian.org
Wed Feb 20 18:41:01 UTC 2013


Author: alteholz
Date: 2013-02-20 18:41:01 +0000 (Wed, 20 Feb 2013)
New Revision: 13053

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/rules
Log:
remove lto flags again

Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2013-02-20 09:28:55 UTC (rev 13052)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2013-02-20 18:41:01 UTC (rev 13053)
@@ -1,3 +1,9 @@
+autodocksuite (4.2.5.1-2) experimental; urgency=low
+
+  * debian/rules: remove lto flags again, does not really work
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Wed, 20 Feb 2013 18:00:00 +0100
+
 autodocksuite (4.2.5.1-1) experimental; urgency=low
 
   * new upstream version

Modified: trunk/packages/autodocksuite/trunk/debian/rules
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/rules	2013-02-20 09:28:55 UTC (rev 13052)
+++ trunk/packages/autodocksuite/trunk/debian/rules	2013-02-20 18:41:01 UTC (rev 13053)
@@ -23,8 +23,9 @@
 CFLAGS += -Wall -g
 
 # link time optimisation - as soon as gcc-4.5 hits the archive
-CFLAGS += -flto
-LDFLAGS += -flto
+# 20.02.2013, ta, does not really work yet
+#CFLAGS += -flto
+#LDFLAGS += -flto
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




More information about the debian-med-commit mailing list