[med-svn] r21310 - trunk/packages/mira/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Jan 27 13:22:04 UTC 2016
Author: tille
Date: 2016-01-27 13:22:03 +0000 (Wed, 27 Jan 2016)
New Revision: 21310
Modified:
trunk/packages/mira/trunk/debian/changelog
trunk/packages/mira/trunk/debian/rules
Log:
Remove *.cc files that are created by old flex version which breaks build otherwise (thanks for the hint to Jakub Wilk)
Modified: trunk/packages/mira/trunk/debian/changelog
===================================================================
--- trunk/packages/mira/trunk/debian/changelog 2016-01-26 18:53:53 UTC (rev 21309)
+++ trunk/packages/mira/trunk/debian/changelog 2016-01-27 13:22:03 UTC (rev 21310)
@@ -1,3 +1,11 @@
+mira (4.9.5-3) unstable; urgency=medium
+
+ * Remove *.cc files that are created by old flex version which breaks
+ build otherwise
+ Closes: #812681
+
+ -- Andreas Tille <tille at debian.org> Wed, 27 Jan 2016 13:19:53 +0100
+
mira (4.9.5-2) unstable; urgency=medium
* Verify that package builds without problems with gcc-5
Modified: trunk/packages/mira/trunk/debian/rules
===================================================================
--- trunk/packages/mira/trunk/debian/rules 2016-01-26 18:53:53 UTC (rev 21309)
+++ trunk/packages/mira/trunk/debian/rules 2016-01-27 13:22:03 UTC (rev 21310)
@@ -50,6 +50,9 @@
#Make the docs
override_dh_auto_build:
+ # some *.cc files are created by old flex version which breaks the build
+ # see bug #812681
+ find -name '*.ll' | sed -e 's/[.]ll$$/.cc/' | xargs rm
dh_auto_build --parallel
ifneq (,$(findstring mira-doc, $(shell dh_listpackages)))
dh_auto_build --sourcedir=doc --parallel
More information about the debian-med-commit
mailing list