[libreoffice] 02/02: adapt for (upcoming) usage of dh_missing

Rene Engelhard rene at moszumanska.debian.org
Sat May 13 17:32:32 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 a248c16e7583d5a5559c6615f287f15f3bd32d3a
Author: Rene Engelhard <rene at debian.org>
Date:   Sat May 13 19:32:20 2017 +0200

    adapt for (upcoming) usage of dh_missing
---
 changelog | 3 +++
 rules     | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 4cceb68..171417a 100644
--- a/changelog
+++ b/changelog
@@ -13,6 +13,9 @@ libreoffice (1:5.4.0~beta1~git20170512-1) UNRELEASED; urgency=medium
   * tarballs/pdfium-3064.tar.bz2, debian/copyright,
     debian/source/include-binaries: include pdfium
 
+  * debian/rules:
+    - adapt for (upcoming) usage of dh_missing
+
  -- Rene Engelhard <rene at debian.org>  Sat, 06 May 2017 17:24:08 +0200
 
 libreoffice (1:5.3.3-1) experimental; urgency=medium
diff --git a/rules b/rules
index 0114530..8a6c3c0 100755
--- a/rules
+++ b/rules
@@ -2154,7 +2154,12 @@ ifeq "$(ENABLE_INTROSPECTION)" "y"
 endif
 
 	dh_installdirs -A
-	dh_install -A --sourcedir=debian/tmp/pkg --fail-missing
+	if [ -x /usr/bin/dh_missing ]; then \
+		dh_install -A --sourcedir=debian/tmp/pkg; \
+		dh_missing --fail-missing; \
+	else \
+		dh_install -A --sourcedir=debian/tmp/pkg --fail-missing; \
+	fi
 
 	# somehow this isn't installed anymore on -B builds...
 	if [ ! -f debian/libreoffice-report-builder/$(OODIR)/program/librptlo.so ]; then \

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