[libreoffice] 01/03: run dh_missing only if dh_install succeeded

Rene Engelhard rene at moszumanska.debian.org
Mon Aug 14 22:15:02 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 e63dd0369af91b439658affec5d160689b82cf02
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Aug 13 16:48:19 2017 +0200

    run dh_missing only if dh_install succeeded
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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