r6775 - in /vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian: changelog rules
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Wed Apr 23 19:37:22 UTC 2008
Author: tschmidt
Date: Wed Apr 23 19:37:22 2008
New Revision: 6775
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6775
Log:
Unexport CFLAGS too, this should now really fix the FTBFS on amd64
(closes: #477404), many thanks to Stefan Lippers-Hollmann for pointing out
that the bug was not fixed in -17
Modified:
vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog
vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules
Modified: vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog?rev=6775&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog (original)
+++ vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/changelog Wed Apr 23 19:37:22 2008
@@ -1,3 +1,11 @@
+vdr-plugin-xineliboutput (1.0.0~rc2-18) unstable; urgency=medium
+
+ * Unexport CFLAGS too, this should now really fix the FTBFS on amd64
+ (closes: #477404), many thanks to Stefan Lippers-Hollmann for pointing out
+ that the bug was not fixed in -17
+
+ -- Thomas Schmidt <tschmidt at debian.org> Wed, 23 Apr 2008 21:35:07 +0200
+
vdr-plugin-xineliboutput (1.0.0~rc2-17) unstable; urgency=medium
* Unexport CXXFLAGS and LDFLAGS in debian/rules - this should fix the
Modified: vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules?rev=6775&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules (original)
+++ vdr/vdr-plugin-xineliboutput/branches/unstable-bugfix-472548/debian/rules Wed Apr 23 19:37:22 2008
@@ -2,8 +2,8 @@
# dpkg-buildpackage passes options that result in FTBFS
# on 64bit architectures
+unexport CFLAGS
unexport CXXFLAGS
-unexport LDFLAGS
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
More information about the pkg-vdr-dvb-changes
mailing list