r3121 - vdr/vdr-plugin-radio/trunk/debian
Thomas Günther
tom-guest at costa.debian.org
Sun Jul 23 17:42:01 UTC 2006
Author: tom-guest
Date: 2006-07-23 17:42:00 +0000 (Sun, 23 Jul 2006)
New Revision: 3121
Modified:
vdr/vdr-plugin-radio/trunk/debian/changelog
vdr/vdr-plugin-radio/trunk/debian/copyright
vdr/vdr-plugin-radio/trunk/debian/postinst
Log:
New upstream release 0.1.3
Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog 2006-07-23 16:47:32 UTC (rev 3120)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog 2006-07-23 17:42:00 UTC (rev 3121)
@@ -1,3 +1,11 @@
+vdr-plugin-radio (0.1.3-1) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ * New upstream release
+
+ -- Thomas Günther <tom at toms-cafe.de> Sun, 23 Jul 2006 18:46:10 +0200
+
vdr-plugin-radio (0.1.2-3) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Modified: vdr/vdr-plugin-radio/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/copyright 2006-07-23 16:47:32 UTC (rev 3120)
+++ vdr/vdr-plugin-radio/trunk/debian/copyright 2006-07-23 17:42:00 UTC (rev 3121)
@@ -6,6 +6,13 @@
Upstream Authors: Lars Tegeler
U.Hanke <egal at gmx.info>
+Debian Maintainers:
+
+ Roman Müllenschläder <qwasi_1999 at yahoo.de>
+ Tobias Grimm <tg at e-tobi.net>
+ Thomas Günther <tom at toms-cafe.de>
+ Thomas Schmidt <tschmidt at debian.org>
+
Copyright:
It may be redistributed under the terms of the GNU GPL, Version 2
Modified: vdr/vdr-plugin-radio/trunk/debian/postinst
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/postinst 2006-07-23 16:47:32 UTC (rev 3120)
+++ vdr/vdr-plugin-radio/trunk/debian/postinst 2006-07-23 17:42:00 UTC (rev 3121)
@@ -4,13 +4,14 @@
# remove old symlinks from previous versions
if [ "$1" = "configure" ]; then
- radio_mpg=/var/lib/vdr/plugins/radio/radio.mpg
- replay_mpg=/var/lib/vdr/plugins/radio/replay.mpg
+ dir=/var/lib/vdr/plugins/radio
+ radio_mpg=$dir/radio.mpg
+ replay_mpg=$dir/replay.mpg
[ -L $radio_mpg ] && rm -rf $radio_mpg || true
[ -L $replay_mpg ] && rm -rf $replay_mpg || true
- rmdir /var/lib/vdr/plugins/radio || true
+ [ -d $dir ] && rmdir $dir || true
fi
#DEBHELPER#
More information about the pkg-vdr-dvb-changes
mailing list