r7195 - in /vdr/vdr/trunk/debian: changelog rules
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Mon Jul 21 09:41:13 UTC 2008
Author: tschmidt
Date: Mon Jul 21 09:41:12 2008
New Revision: 7195
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7195
Log:
Fixed bashism in debian/rules (Closes: #491586)
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/rules
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=7195&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Mon Jul 21 09:41:12 2008
@@ -1,3 +1,9 @@
+vdr (1.6.0-6) UNRELEASED; urgency=low
+
+ * Fixed bashism in debian/rules (Closes: #491586)
+
+ -- Thomas Schmidt <tschmidt at debian.org> Mon, 21 Jul 2008 11:39:42 +0200
+
vdr (1.6.0-5) unstable; urgency=low
[ Thomas Schmidt ]
Modified: vdr/vdr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/rules?rev=7195&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/rules (original)
+++ vdr/vdr/trunk/debian/rules Mon Jul 21 09:41:12 2008
@@ -47,7 +47,7 @@
prepare-00list:
python debian/patchcheck.py -c $(PATCHCHECKOPTION)
- [ "$(OOLIST)" == "debian/patches/00list" ] || \
+ [ "$(OOLIST)" = "debian/patches/00list" ] || \
cp -b $(OOLIST) debian/patches/00list
restore-00list:
More information about the pkg-vdr-dvb-changes
mailing list