[Python-modules-commits] r32339 - in packages/python-dmidecode/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Apr 12 16:06:28 UTC 2015
Date: Sunday, April 12, 2015 @ 16:06:27
Author: morph
Revision: 32339
* debian/python-dmidecode-dbg.postinst
- removed
Modified:
packages/python-dmidecode/trunk/debian/changelog
Deleted:
packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.postinst
Modified: packages/python-dmidecode/trunk/debian/changelog
===================================================================
--- packages/python-dmidecode/trunk/debian/changelog 2015-04-12 14:36:42 UTC (rev 32338)
+++ packages/python-dmidecode/trunk/debian/changelog 2015-04-12 16:06:27 UTC (rev 32339)
@@ -15,8 +15,10 @@
* debian/{control, compat}
- bump debhelper compat to 9
* Switch to dh_python2
+ * debian/python-dmidecode-dbg.postinst
+ - removed
- -- Sandro Tosi <morph at debian.org> Sun, 12 Apr 2015 15:36:35 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 12 Apr 2015 17:06:21 +0100
python-dmidecode (3.10.13-3) unstable; urgency=low
Deleted: packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.postinst
===================================================================
--- packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.postinst 2015-04-12 14:36:42 UTC (rev 32338)
+++ packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.postinst 2015-04-12 16:06:27 UTC (rev 32339)
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -e
-
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/python-dmidecode-dbg"
-if [ -d $docdir ] && [ ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf python-dmidecode $docdir
- fi
-fi
-
-#DEBHELPER#
-
-exit 0
More information about the Python-modules-commits
mailing list