[Python-modules-commits] [python-dmidecode] 01/02: restore -dbg symlink to main pkg doc dir, lost during conversion to dh; Closes: #788446

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 29 16:51:51 UTC 2015


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

morph pushed a commit to branch master
in repository python-dmidecode.

commit 8a10370705f057d62d37c39f3c7072343bce562e
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Nov 29 16:12:51 2015 +0000

    restore -dbg symlink to main pkg doc dir, lost during conversion to dh; Closes: #788446
---
 debian/changelog                 | 8 ++++++++
 debian/python-dmidecode-dbg.docs | 6 ------
 debian/rules                     | 3 +++
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2168d1..9bb4b38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-dmidecode (3.12.2-2) UNRELEASED; urgency=medium
+
+  * debian/{python-dmidecode-dbg.docs, rules}
+    - restore -dbg symlink to main pkg doc dir, lost during conversion to dh;
+      Closes: #788446
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 29 Nov 2015 16:11:37 +0000
+
 python-dmidecode (3.12.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/python-dmidecode-dbg.docs b/debian/python-dmidecode-dbg.docs
deleted file mode 100644
index a2456eb..0000000
--- a/debian/python-dmidecode-dbg.docs
+++ /dev/null
@@ -1,6 +0,0 @@
-README
-doc/AUTHORS
-doc/changelog
-doc/README.types
-doc/AUTHORS.upstream
-doc/README.upstream
diff --git a/debian/rules b/debian/rules
index ff6b7c6..2e4c94a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,6 @@ override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	$(MAKE) -C unit-tests test
 endif
+
+override_dh_installdocs:
+	dh_installdocs --link-doc=$(PACKAGE)

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



More information about the Python-modules-commits mailing list