[med-svn] r20013 - trunk/packages/adun.app/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Aug 28 14:09:26 UTC 2015
Author: tille
Date: 2015-08-28 14:09:25 +0000 (Fri, 28 Aug 2015)
New Revision: 20013
Modified:
trunk/packages/adun.app/trunk/debian/changelog
trunk/packages/adun.app/trunk/debian/rules
Log:
Fix "ftbfs with GCC-5": apply patch from Matthias Klose, adjusted to changes between -6 and -7: debian/rules: build with "-fgnu89-inline".
Modified: trunk/packages/adun.app/trunk/debian/changelog
===================================================================
--- trunk/packages/adun.app/trunk/debian/changelog 2015-08-28 14:05:22 UTC (rev 20012)
+++ trunk/packages/adun.app/trunk/debian/changelog 2015-08-28 14:09:25 UTC (rev 20013)
@@ -32,6 +32,12 @@
* Add license of StepTalk files
* Add license of MIT files
+ [ Gregor Hermann ]
+ * Fix "ftbfs with GCC-5": apply patch from Matthias Klose,
+ adjusted to changes between -6 and -7:
+ debian/rules: build with "-fgnu89-inline".
+ (Closes: #777766)
+
-- Andreas Tille <tille at debian.org> Mon, 06 Jul 2015 08:58:29 +0200
adun.app (0.81-6) unstable; urgency=low
Modified: trunk/packages/adun.app/trunk/debian/rules
===================================================================
--- trunk/packages/adun.app/trunk/debian/rules 2015-08-28 14:05:22 UTC (rev 20012)
+++ trunk/packages/adun.app/trunk/debian/rules 2015-08-28 14:09:25 UTC (rev 20013)
@@ -6,6 +6,7 @@
d_app := $(CURDIR)/debian/tmp
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,--as-needed \
-Wl,-rpath,/usr/lib/adun.app
+export DEB_CFLAGS_MAINT_APPEND := -fgnu89-inline
# Avoid building the bundled StepTalk framework.
export external := no
More information about the debian-med-commit
mailing list