[libreoffice] 01/01: fix dh_missing call

Rene Engelhard rene at moszumanska.debian.org
Mon Jun 26 05:14:39 UTC 2017


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

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit ee16f40671252135184e661a76be4b0904acee88
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Jun 26 05:14:05 2017 +0000

    fix dh_missing call
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index f6d088f..b413f3a 100755
--- a/rules
+++ b/rules
@@ -2220,7 +2220,7 @@ endif
 	dh_installdirs -A
 	if [ -x /usr/bin/dh_missing ]; then \
 		dh_install -A --sourcedir=debian/tmp/pkg; \
-		dh_missing --fail-missing; \
+		dh_missing -A --sourcedir=debian/tmp/pkg --fail-missing; \
 	else \
 		dh_install -A --sourcedir=debian/tmp/pkg --fail-missing; \
 	fi

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



More information about the Pkg-openoffice-commits mailing list