r6773 - 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 15:42:11 UTC 2008


Author: tschmidt
Date: Wed Apr 23 15:42:11 2008
New Revision: 6773

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6773
Log:
Unexport CXXFLAGS and LDFLAGS in debian/rules - this should fix the 
FTBFS on amd64, caused by the new dpkg, which is exporting these
variables by default now (closes: #477404)

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=6773&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 15:42:11 2008
@@ -1,3 +1,11 @@
+vdr-plugin-xineliboutput (1.0.0~rc2-17) unstable; urgency=medium
+
+  * Unexport CXXFLAGS and LDFLAGS in debian/rules - this should fix the 
+    FTBFS on amd64, caused by the new dpkg, which is exporting these
+    variables by default now (closes: #477404)
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Wed, 23 Apr 2008 09:19:22 +0200
+
 vdr-plugin-xineliboutput (1.0.0~rc2-16) unstable; urgency=medium
 
   * debian/rules: changed code to add the xine:Depends substvar to put 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=6773&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 15:42:11 2008
@@ -1,4 +1,9 @@
 #! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
+
+# dpkg-buildpackage passes options that result in FTBFS
+# on 64bit architectures
+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