[med-svn] [ctsim] 05/05: Remove empty postinst script, upload to unstable
Andreas Tille
tille at debian.org
Tue Dec 6 10:33:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ctsim.
commit cb6b6b38865ee8fc6d37ebbc245fc1b5b448f538
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 6 11:16:55 2016 +0100
Remove empty postinst script, upload to unstable
---
debian/changelog | 5 +++--
debian/postinst | 47 -----------------------------------------------
2 files changed, 3 insertions(+), 49 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4cd6de4..38f5415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-ctsim (5.2.0-4) UNRELEASED; urgency=medium
+ctsim (5.2.0-4) unstable; urgency=medium
* Fix watch file
* Remove redundant README.Debian
* hardening=+all
* debhelper 10
+ * Remove empty postinst script
- -- Andreas Tille <tille at debian.org> Tue, 06 Dec 2016 10:14:04 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 06 Dec 2016 10:17:38 +0100
ctsim (5.2.0-3) unstable; urgency=medium
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100755
index a3c0b07..0000000
--- a/debian/postinst
+++ /dev/null
@@ -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
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ctsim.git
More information about the debian-med-commit
mailing list