[med-svn] [SCM] bamtools branch, master, updated. 9d664101b5f47ab0f0317425a21e32b4b0a2021a
Michael R. Crusoe
michael.crusoe at gmail.com
Wed Nov 7 21:58:12 UTC 2012
The following commit has been merged in the master branch:
commit 9d664101b5f47ab0f0317425a21e32b4b0a2021a
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Wed Nov 7 14:58:05 2012 -0700
remove superfluous files
diff --git a/debian/libbamtools2.2.0.postinst b/debian/libbamtools2.2.0.postinst
deleted file mode 100644
index f503b51..0000000
--- a/debian/libbamtools2.2.0.postinst
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-# postinst script for bamtools
-#
-# 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>
-# * <postinst> `abort-remove'
-# * <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
-
-
-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
diff --git a/debian/libbamtools2.2.0.postrm b/debian/libbamtools2.2.0.postrm
deleted file mode 100644
index 845ee22..0000000
--- a/debian/libbamtools2.2.0.postrm
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# postrm script for bamtools
-#
-# 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' <overwriter>
-# <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- purge|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
--
Packaging for bamtools
More information about the debian-med-commit
mailing list