r1998 - general/nvram-wakeup/trunk/debian

Tobias Grimm tiber-guest at costa.debian.org
Sun Mar 12 14:45:53 UTC 2006


Author: tiber-guest
Date: 2006-03-12 14:45:53 +0000 (Sun, 12 Mar 2006)
New Revision: 1998

Removed:
   general/nvram-wakeup/trunk/debian/postrm
Modified:
   general/nvram-wakeup/trunk/debian/changelog
Log:
Removed postrm - only thing it did was db_purge and that's automatically
added by dh_installdebconf


Modified: general/nvram-wakeup/trunk/debian/changelog
===================================================================
--- general/nvram-wakeup/trunk/debian/changelog	2006-03-09 22:36:03 UTC (rev 1997)
+++ general/nvram-wakeup/trunk/debian/changelog	2006-03-12 14:45:53 UTC (rev 1998)
@@ -1,3 +1,11 @@
+nvram-wakeup (0.97-11) unstable; urgency=low
+
+  * 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>  Sun, 12 Mar 2006 15:43:17 +0100
+
 nvram-wakeup (0.97-10) unstable; urgency=low
 
   * Thomas Schmidt <tschmidt at debian.org>

Deleted: general/nvram-wakeup/trunk/debian/postrm
===================================================================
--- general/nvram-wakeup/trunk/debian/postrm	2006-03-09 22:36:03 UTC (rev 1997)
+++ general/nvram-wakeup/trunk/debian/postrm	2006-03-12 14:45:53 UTC (rev 1998)
@@ -1,44 +0,0 @@
-#! /bin/sh
-# postrm script for nvram-wakeup
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# Load Debconf-confmodule
-. /usr/share/debconf/confmodule
-
-# 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	
-	   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