r6751 - in /vdr/vdr-plugin-live/branches/fix-454836/debian: changelog rules

tschmidt at users.alioth.debian.org tschmidt at users.alioth.debian.org
Tue Apr 15 19:06:06 UTC 2008


Author: tschmidt
Date: Tue Apr 15 19:06:06 2008
New Revision: 6751

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6751
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: #475710)
* Set urgency to medium, to get the fix to testing faster

Modified:
    vdr/vdr-plugin-live/branches/fix-454836/debian/changelog
    vdr/vdr-plugin-live/branches/fix-454836/debian/rules

Modified: vdr/vdr-plugin-live/branches/fix-454836/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/branches/fix-454836/debian/changelog?rev=6751&op=diff
==============================================================================
--- vdr/vdr-plugin-live/branches/fix-454836/debian/changelog (original)
+++ vdr/vdr-plugin-live/branches/fix-454836/debian/changelog Tue Apr 15 19:06:06 2008
@@ -1,3 +1,12 @@
+vdr-plugin-live (0.1.0+cvs20080409.2159-2) 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: #475710)
+  * Set urgency to medium, to get the fix to testing faster
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Tue, 15 Apr 2008 20:58:59 +0200
+
 vdr-plugin-live (0.1.0+cvs20080409.2159-1) unstable; urgency=low
 
   * New Upstream Snapshot, because it is not possible to upload the missing

Modified: vdr/vdr-plugin-live/branches/fix-454836/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/branches/fix-454836/debian/rules?rev=6751&op=diff
==============================================================================
--- vdr/vdr-plugin-live/branches/fix-454836/debian/rules (original)
+++ vdr/vdr-plugin-live/branches/fix-454836/debian/rules Tue Apr 15 19:06:06 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