r1376 - vdr/vdr/trunk/debian
Thomas Schmidt
tschmidt at costa.debian.org
Mon Oct 3 11:27:51 UTC 2005
Author: tschmidt
Date: 2005-10-03 11:27:51 +0000 (Mon, 03 Oct 2005)
New Revision: 1376
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/dependencies.sh
Log:
vdr: updated dependencies.sh to the version in Tobias's repository
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2005-10-03 11:06:19 UTC (rev 1375)
+++ vdr/vdr/trunk/debian/changelog 2005-10-03 11:27:51 UTC (rev 1376)
@@ -12,8 +12,11 @@
- Added 18_vdr-1.3.33-recordingsmenu.dpatch
- Added 19_vdr-1.3.33-recordingsupdate.dpatch
- Fixed make PLUGINS/lib in debian/rules
+ * Tobias Grimm <tg at e-tobi.net>
+ - Removed formatting spaces from substvars generated by
+ dpendencies.sh, because dh_gencontrol does not like it
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 25 Sep 2005 17:51:14 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Mon, 3 Oct 2005 13:26:46 +0200
vdr (1.3.32-1) unstable; urgency=low
Modified: vdr/vdr/trunk/debian/dependencies.sh
===================================================================
--- vdr/vdr/trunk/debian/dependencies.sh 2005-10-03 11:06:19 UTC (rev 1375)
+++ vdr/vdr/trunk/debian/dependencies.sh 2005-10-03 11:27:51 UTC (rev 1376)
@@ -6,6 +6,6 @@
# Set conflicts with previous and next vdr version in control
for p in $(dh_listpackages); do
- echo "vdr:Depends= vdr (>= $FIRST_VERSION)" >> debian/$p.substvars
- echo "vdr:Conflicts=vdr (>> $LAST_VERSION)" >> debian/$p.substvars
+ echo "vdr:Depends=vdr (>= $FIRST_VERSION)" >> debian/$p.substvars
+ echo "vdr:Conflicts=vdr (>> $LAST_VERSION)" >> debian/$p.substvars
done
More information about the pkg-vdr-dvb-changes
mailing list