[med-svn] r2304 - trunk/packages/ctn/trunk/debian
thijs at alioth.debian.org
thijs at alioth.debian.org
Thu Jul 24 15:28:58 UTC 2008
Author: thijs
Date: 2008-07-24 15:28:57 +0000 (Thu, 24 Jul 2008)
New Revision: 2304
Removed:
trunk/packages/ctn/trunk/debian/postinst
trunk/packages/ctn/trunk/debian/prerm
Modified:
trunk/packages/ctn/trunk/debian/changelog
Log:
drop two empty scripts and update changelog
Modified: trunk/packages/ctn/trunk/debian/changelog
===================================================================
--- trunk/packages/ctn/trunk/debian/changelog 2008-07-24 10:28:02 UTC (rev 2303)
+++ trunk/packages/ctn/trunk/debian/changelog 2008-07-24 15:28:57 UTC (rev 2304)
@@ -1,5 +1,6 @@
-ctn (3.0.6-13) unstable; urgency=low
+ctn (3.0.6-13) UNRELEASED; urgency=low
+ [ Andreas Tille ]
* Group maintenance by Debian-Med Packaging Team
* Added myself to uploaders
* DM-Upload-Allowed: yes
@@ -10,8 +11,14 @@
* Patch to make the ctn working properly with mysql server > 4.2.
Thanks to Pablo Sau <psau at cadpet.es>
- -- Andreas Tille <tille at debian.org> Fri, 30 May 2008 17:25:10 +0200
+ [ Thijs Kinkhorst ]
+ * Drop empty prerm/postinst scripts.
+
+ [ Steve M. Robbins ]
+ * Remove self from uploaders.
+ -- Thijs Kinkhorst <thijs at debian.org> Thu, 24 Jul 2008 17:24:21 +0200
+
ctn (3.0.6-12) unstable; urgency=low
* Do not bail out if libsrc symlinks already exist, since this
Deleted: trunk/packages/ctn/trunk/debian/postinst
===================================================================
--- trunk/packages/ctn/trunk/debian/postinst 2008-07-24 10:28:02 UTC (rev 2303)
+++ trunk/packages/ctn/trunk/debian/postinst 2008-07-24 15:28:57 UTC (rev 2304)
@@ -1,47 +0,0 @@
-#! /bin/sh
-# postinst script for uffi
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
- configure)
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst 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
-
-
Deleted: trunk/packages/ctn/trunk/debian/prerm
===================================================================
--- trunk/packages/ctn/trunk/debian/prerm 2008-07-24 10:28:02 UTC (rev 2303)
+++ trunk/packages/ctn/trunk/debian/prerm 2008-07-24 15:28:57 UTC (rev 2304)
@@ -1,38 +0,0 @@
-#! /bin/sh
-# prerm script for uffi
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove|upgrade|deconfigure)
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm 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 debian-med-commit
mailing list