[Pkg-mpd-commits] [python-mpd] 03/04: Use dh_missing instead of dh_install --fail-missing

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 8ca900644cb229c21f369ca49606a5454d84ec92
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 24 15:00:50 2018 +0000

    Use dh_missing instead of dh_install --fail-missing
---
 debian/changelog | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 84c3f26..0b78d97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-mpd (1.0.0-1) UNRELEASED; urgency=medium
   * Use DEP-14 branch names (debian/master, upstream/latest)
   * Move packaging to salsa.debian.org
   * Advance from debhelper compat level 7 to 9
+  * 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/rules b/debian/rules
index 9df61bf..a79e195 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,4 +23,7 @@ override_dh_install:
 	rm -f debian/tmp/usr/lib/python*/dist-packages/mpd/*.py[co]
 	rm -fr debian/tmp/usr/lib/python*/dist-packages/mpd/__pycache__
 	rm -fr debian/tmp/usr/share/devhelp/books/python-mpd2/_static
-	dh_install --fail-missing
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing

-- 
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