[med-svn] [libtabixpp] 01/01: remove unneeded files
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Tue Dec 15 13:44:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository libtabixpp.
commit 22d768ac698276cc9915e79efaebc4c015f32558
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Tue Dec 15 13:42:42 2015 +0000
remove unneeded files
---
debian/libtabixpp0-dev.links.in | 1 -
debian/libtabixpp0.postinst | 37 -------------------------------------
debian/libtabixpp0.postrm | 38 --------------------------------------
3 files changed, 76 deletions(-)
diff --git a/debian/libtabixpp0-dev.links.in b/debian/libtabixpp0-dev.links.in
deleted file mode 100644
index 3556d75..0000000
--- a/debian/libtabixpp0-dev.links.in
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/@DEB_HOST_MULTIARCH@/libtabixpp.so.0 usr/lib/@DEB_HOST_MULTIARCH@/libtabixpp.so
\ No newline at end of file
diff --git a/debian/libtabixpp0.postinst b/debian/libtabixpp0.postinst
deleted file mode 100644
index 95d829f..0000000
--- a/debian/libtabixpp0.postinst
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# postinst script for #PACKAGE#
-#
-# 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)
- ldconfig
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libtabixpp0.postrm b/debian/libtabixpp0.postrm
deleted file mode 100644
index f47d01f..0000000
--- a/debian/libtabixpp0.postrm
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-# postrm script for #PACKAGE#
-#
-# 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|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- remove)
- ldconfig
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtabixpp.git
More information about the debian-med-commit
mailing list