[Pkg-mongodb-maintainers] [pkg-mongodb] 366/394: d/rules: use dh_install --list-missing

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:33 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 607015f0496590c91ade1ef955720e143ebd67a8
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Wed Feb 10 23:40:43 2016 +0200

    d/rules: use dh_install --list-missing
---
 debian/rules | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 87dccd7..ba0ce00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,13 +64,12 @@ override_dh_systemd_enable:
 override_dh_installinit:
 	dh_installinit -pmongodb-server --name=mongodb
 
-ifneq (,$(filter $(DEB_HOST_ARCH), $(no_v8_archs)))
-# mongo shell is broken without scripting so drop it from
-# the binary
 override_dh_install:
-	dh_install
+	dh_install --list-missing
+ifneq (,$(filter $(DEB_HOST_ARCH), $(no_v8_archs)))
+	# mongo shell is broken without scripting so drop it from
+	# the binary
 	rm -f $(CURDIR)/tmp/mongodb-clients/usr/bin/mongo
-.PHONY: override_dh_install
 endif
 
 %:
@@ -78,4 +77,4 @@ endif
 
 .PHONY: override_dh_clean override_dh_auto_build override_dh_auto_test \
 	override_dh_auto_install override_dh_installinit \
-	override_dh_systemd_enable
+	override_dh_systemd_enable override_dh_install

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



More information about the Pkg-mongodb-maintainers mailing list