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

Simon McVittie smcv at debian.org
Tue Dec 12 10:30:46 UTC 2017


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

smcv pushed a commit to branch debian/master
in repository sonata.

commit 6e08eae85adcb0dad3271799930e2872ffafa1fe
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Dec 12 10:30:04 2017 +0000

    Use dh_missing instead of deprecated dh_install --fail-missing
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a60558a..0a81076 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ sonata (1.7~b1-1) UNRELEASED; urgency=medium
   * debian/clean: clean up ./RECORD
   * debian/rules: clean up ./Sonata.egg-info, ./sonata/share/locale
   * Move to debhelper compat level 10
+  * Use dh_missing instead of deprecated dh_install --fail-missing
 
  -- Simon McVittie <smcv at debian.org>  Sun, 22 May 2016 17:11:35 +0100
 
diff --git a/debian/rules b/debian/rules
index f89e835..472d164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,5 @@ override_dh_auto_install:
 	rm -f debian/tmp/usr/share/sonata/TRANSLATORS
 	rmdir debian/tmp/usr/share/sonata
 
-override_dh_install:
-	dh_install --fail-missing
+override_dh_missing:
+	dh_missing --fail-missing

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



More information about the Pkg-mpd-commits mailing list