[spring] 10/29: d/rules: Replace the old dh_install --list-missing override with

Markus Koschany apo at moszumanska.debian.org
Sat Oct 14 14:54:30 UTC 2017


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

apo pushed a commit to branch master
in repository spring.

commit a46753c69abd07a01915d22915d029db551a0739
Author: Markus Koschany <apo at debian.org>
Date:   Tue Oct 3 16:44:06 2017 +0200

    d/rules: Replace the old dh_install --list-missing override with
    
    dh_missing --fail-missing.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a48183b..62e31fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ override_dh_auto_install:
 	# Remove empty directories
 	find $(CURDIR) -type d -empty -delete
 
-override_dh_install:
-	dh_install --list-missing
+override_dh_missing:
+	dh_missing --fail-missing
 
 .PHONY: get-orig-source
 ## http://wiki.debian.org/onlyjob/get-orig-source

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



More information about the Pkg-games-commits mailing list