[Pkg-mpd-commits] [python-mpd] 04/04: Advance from debhelper compat level 7 to 11

Simon McVittie smcv at debian.org
Sat Feb 24 15:06:46 UTC 2018


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

smcv pushed a commit to branch debian/master
in repository python-mpd.

commit 41259bdf57bd537b24a1d6d09288c5e9377e2f0f
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 24 15:01:49 2018 +0000

    Advance from debhelper compat level 7 to 11
---
 debian/changelog | 2 +-
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 8 ++++++++
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b78d97..ec64a5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ python-mpd (1.0.0-1) UNRELEASED; urgency=medium
   * Run build-time tests using tox
   * Use DEP-14 branch names (debian/master, upstream/latest)
   * Move packaging to salsa.debian.org
-  * Advance from debhelper compat level 7 to 9
+  * Advance from debhelper compat level 7 to 11
   * Use dh_missing instead of dh_install --fail-missing
 
  -- Simon McVittie <smcv at debian.org>  Sat, 24 Feb 2018 11:49:02 +0000
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index c17b567..e40bb10 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Geoffroy Youri Berret <efrim at azylum.org>,
  Simon McVittie <smcv at debian.org>,
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11~),
  dh-exec,
  dh-python,
  python-all (>= 2.7),
diff --git a/debian/rules b/debian/rules
index a79e195..4b8f5c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,14 @@ override_dh_auto_build:
 override_dh_installchangelogs:
 	dh_installchangelogs doc/changes.rst
 
+override_dh_installdocs:
+	dh_installdocs -ppython-mpd-doc --doc-main-package=python-mpd-doc
+	dh_installdocs --remaining-packages
+
+override_dh_installexamples:
+	dh_installexamples -ppython-mpd-doc --doc-main-package=python-mpd-doc
+	dh_installexamples --remaining-packages
+
 override_dh_install:
 	install -d debian/tmp/usr/share/devhelp/books
 	cp -a doc/_build/devhelp debian/tmp/usr/share/devhelp/books/python-mpd2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list