r2000 - vdr/vdr-plugin-bitstreamout/trunk/debian
Tobias Grimm
tiber-guest at costa.debian.org
Sun Mar 12 14:50:02 UTC 2006
Author: tiber-guest
Date: 2006-03-12 14:49:48 +0000 (Sun, 12 Mar 2006)
New Revision: 2000
Removed:
vdr/vdr-plugin-bitstreamout/trunk/debian/postrm
Modified:
vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
Log:
Removed postrm - only thing it did was db_purge and that's automatically
added by dh_installdebconf
Modified: vdr/vdr-plugin-bitstreamout/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/changelog 2006-03-12 14:48:14 UTC (rev 1999)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/changelog 2006-03-12 14:49:48 UTC (rev 2000)
@@ -1,3 +1,12 @@
+vdr-plugin-bitstreamout (0.84-17) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Tobias Grimm <tg at e-tobi.net>
+ - Removed postrm - only thing it did was db_purge and that's automatically
+ added by dh_installdebconf
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 31 Jan 2006 20:10:06 +0100
+
vdr-plugin-bitstreamout (0.84-16) unstable; urgency=low
* Tobias Grimm <tg at e-tobi.net>
Deleted: vdr/vdr-plugin-bitstreamout/trunk/debian/postrm
===================================================================
--- vdr/vdr-plugin-bitstreamout/trunk/debian/postrm 2006-03-12 14:48:14 UTC (rev 1999)
+++ vdr/vdr-plugin-bitstreamout/trunk/debian/postrm 2006-03-12 14:49:48 UTC (rev 2000)
@@ -1,42 +0,0 @@
-#! /bin/sh
-# postrm script for vdr-plugin-bitstreamout
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postrm> `remove'
-# * <postrm> `purge'
-# * <old-postrm> `upgrade' <new-version>
-# * <new-postrm> `failed-upgrade' <old-version>
-# * <new-postrm> `abort-install'
-# * <new-postrm> `abort-install' <old-version>
-# * <new-postrm> `abort-upgrade' <old-version>
-# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge)
- # purge debconf database
- . /usr/share/debconf/confmodule
- db_purge || echo "WARNING: db_purge failed"
- ;;
-
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
More information about the pkg-vdr-dvb-changes
mailing list