r8762 - in /vdr/vdr/trunk/debian: changelog vdrdbg-buildpackage
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Oct 17 09:49:38 UTC 2010
Author: tiber-guest
Date: Sun Oct 17 09:49:35 2010
New Revision: 8762
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8762
Log:
Fixed DEB_BUILD_OPTIONS export in in vdrdbg-buildpackage
(Closes: #596593)
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/vdrdbg-buildpackage
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=8762&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sun Oct 17 09:49:35 2010
@@ -1,3 +1,10 @@
+vdr (1.6.0-19) unstable; urgency=low
+
+ * Fixed DEB_BUILD_OPTIONS export in in vdrdbg-buildpackage
+ (Closes: #596593)
+
+ -- Tobias Grimm <etobi at debian.org> Sun, 17 Oct 2010 11:27:55 +0200
+
vdr (1.6.0-18.1) unstable; urgency=low
* debian/vdrleaktest
Modified: vdr/vdr/trunk/debian/vdrdbg-buildpackage
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrdbg-buildpackage?rev=8762&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrdbg-buildpackage (original)
+++ vdr/vdr/trunk/debian/vdrdbg-buildpackage Sun Oct 17 09:49:35 2010
@@ -40,7 +40,6 @@
esac
done
-[ -z "$DEB_BUILD_OPTIONS" ] || export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS "
-export DEB_BUILD_OPTIONS="$(DEB_BUILD_OPTIONS)noopt nostrip"
+export DEB_BUILD_OPTIONS="noopt nostrip $DEB_BUILD_OPTIONS"
export VDRDEBUG=yes
dpkg-buildpackage $*
More information about the pkg-vdr-dvb-changes
mailing list