[Chinese-commits] [zh-autoconvert] 12/26: Delete some obsolete files under debian/

Anthony Fok foka at debian.org
Wed Nov 18 00:26:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

foka pushed a commit to branch master
in repository zh-autoconvert.

commit fbb66aa6a8ae06444432d72ca182a4a2ec09aa57
Author: Anthony Fok <foka at debian.org>
Date:   Tue Nov 17 04:30:38 2015 -0700

    Delete some obsolete files under debian/
---
 debian/dirs            |  4 ----
 debian/libhz0.postinst | 47 -----------------------------------------------
 debian/override        |  3 ---
 3 files changed, 54 deletions(-)

diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 83a619d..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/include
-usr/lib
-usr/lib/zh-autoconvert
-usr/share/lintian/overrides
diff --git a/debian/libhz0.postinst b/debian/libhz0.postinst
deleted file mode 100644
index 7dee9ff..0000000
--- a/debian/libhz0.postinst
+++ /dev/null
@@ -1,47 +0,0 @@
-#! /bin/sh
-# postinst script for autoconvert
-#
-# 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 /usr/doc/packaging-manual/
-#
-# 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)
-    ldconfig
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ldconfig
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/override b/debian/override
deleted file mode 100644
index 599da6a..0000000
--- a/debian/override
+++ /dev/null
@@ -1,3 +0,0 @@
-zh-autoconvert: binary-without-manpage autogb
-zh-autoconvert: no-shlibs-control-file usr/share/zh-autoconvert/xchat-autogb.so
-zh-autoconvert: no-shlibs-control-file usr/share/zh-autoconvert/xchat-autob5.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/zh-autoconvert.git



More information about the Chinese-commits mailing list