[Python-modules-commits] [sip4] 01/01: Remove python*-sip-dbg.postinst files.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Nov 9 12:25:22 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository sip4.

commit 56ff1206fea8ee7888f13145cd2c0743db04af1d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Nov 9 15:24:58 2017 +0300

    Remove python*-sip-dbg.postinst files.
    
    They were only needed for upgrades from Wheezy.
---
 debian/changelog                |  2 ++
 debian/python-sip-dbg.postinst  | 13 -------------
 debian/python3-sip-dbg.postinst | 13 -------------
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c210feb..bf063b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ sip4 (4.19.5+dfsg-1) UNRELEASED; urgency=medium
   * Use dh_installdocs --link-doc for debug packages.
   * Update descriptions of -dbg packages.
   * Remove use of ${shlibs:Depends} from -dev packages.
+  * Remove python*-sip-dbg.postinst files, they were only needed for
+    upgrades from Wheezy.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 02 Nov 2017 23:48:50 +0300
 
diff --git a/debian/python-sip-dbg.postinst b/debian/python-sip-dbg.postinst
deleted file mode 100644
index 7fd5f57..0000000
--- a/debian/python-sip-dbg.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-set -e
-
-
-DOCDIR=/usr/share/doc/python-sip-dbg
-DOCLINK=python-sip
-
-if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then
-    rmdir $DOCDIR
-    ln -s $DOCLINK $DOCDIR
-fi
-
-#DEBHELPER#
diff --git a/debian/python3-sip-dbg.postinst b/debian/python3-sip-dbg.postinst
deleted file mode 100644
index e33f599..0000000
--- a/debian/python3-sip-dbg.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-set -e
-
-
-DOCDIR=/usr/share/doc/python3-sip-dbg
-DOCLINK=python3-sip
-
-if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then
-    rmdir $DOCDIR
-    ln -s $DOCLINK $DOCDIR
-fi
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sip4.git



More information about the Python-modules-commits mailing list