[Python-modules-commits] r19905 - in packages/python-dmidecode/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Jan 7 14:48:33 UTC 2012
Date: Saturday, January 7, 2012 @ 14:48:32
Author: morph
Revision: 19905
* debian/{python-dmidecode-dbg.docs, rules}
- don't install doc for -dbg, but symlink to the main module one
Modified:
packages/python-dmidecode/trunk/debian/changelog
packages/python-dmidecode/trunk/debian/rules
Deleted:
packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.docs
Modified: packages/python-dmidecode/trunk/debian/changelog
===================================================================
--- packages/python-dmidecode/trunk/debian/changelog 2012-01-07 13:41:24 UTC (rev 19904)
+++ packages/python-dmidecode/trunk/debian/changelog 2012-01-07 14:48:32 UTC (rev 19905)
@@ -22,8 +22,10 @@
- fix build* targets deps as per lintian suggestion
* debian/{mk.override, pyversions, upstream.changelog}
- removed, useless
+ * debian/{python-dmidecode-dbg.docs, rules}
+ - don't install doc for -dbg, but symlink to the main module one
- -- Sandro Tosi <morph at debian.org> Sat, 07 Jan 2012 14:39:41 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 07 Jan 2012 15:46:38 +0100
python-dmidecode (3.10.11-2) unstable; urgency=low
Deleted: packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.docs
===================================================================
--- packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.docs 2012-01-07 13:41:24 UTC (rev 19904)
+++ packages/python-dmidecode/trunk/debian/python-dmidecode-dbg.docs 2012-01-07 14:48:32 UTC (rev 19905)
@@ -1,6 +0,0 @@
-README
-doc/AUTHORS
-doc/changelog
-doc/README.types
-doc/AUTHORS.upstream
-doc/README.upstream
Modified: packages/python-dmidecode/trunk/debian/rules
===================================================================
--- packages/python-dmidecode/trunk/debian/rules 2012-01-07 13:41:24 UTC (rev 19904)
+++ packages/python-dmidecode/trunk/debian/rules 2012-01-07 14:48:32 UTC (rev 19905)
@@ -28,6 +28,8 @@
dh_installdocs
dh_installexamples
dh_install
+ rm -rf debian/python-dmidecode-dbg/usr/share/doc/python-dmidecode-dbg
+ ln -s python-dmidecode debian/python-dmidecode-dbg/usr/share/doc/python-dmidecode-dbg
dh_pysupport
dh_installman
install-stamp: build-stamp $(PYVERS:%=install-ext-%) $(PYVERS:%=install-dbg-ext-%)
More information about the Python-modules-commits
mailing list