[libreoffice] 01/03: run dh_strip_nondeterminism

Rene Engelhard rene at moszumanska.debian.org
Thu Aug 17 05:58:00 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 1fdfeab435c9a23a79249251e5db7d0b011b9445
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Aug 15 20:02:24 2017 +0200

    run dh_strip_nondeterminism
---
 changelog | 3 +++
 rules     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/changelog b/changelog
index 07feea8..3a7dceb 100644
--- a/changelog
+++ b/changelog
@@ -7,6 +7,9 @@ libreoffice (1:5.4.1~rc1-1) UNRELEASED; urgency=medium
   * debian/patches/fix-middle-click-paste.diff: as name says; backport
     from master (closes: #871588)
 
+  * debian/rules:
+    - run dh_strip_nondeterminism
+
  -- Rene Engelhard <rene at debian.org>  Sat, 12 Aug 2017 10:36:57 +0200
 
 libreoffice (1:5.4.0-2) UNRELEASED; urgency=medium
diff --git a/rules b/rules
index de7bd3e..df881ee 100755
--- a/rules
+++ b/rules
@@ -3297,6 +3297,7 @@ endif
 ifeq "$(ENABLE_INTROSPECTION)" "y"
 	dh_girepository -a debian/liblibreofficekitgtk/$(OODIR)/program
 endif
+	dh_strip_nondeterminism -a
 	dh_makeshlibs -puno-libs3 -V"uno-libs3 (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }' | cut -d. -f1-3)~), ure" -- -c0 -d -V -v`echo $(BINARY_VERSION) | cut -d: -f2`
 	dh_makeshlibs -n -pure -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }' | cut -d. -f1-3)~)" -- -d -V -v`echo $(BINARY_VERSION) | cut -d: -f2`
 	# ugly hack, but why does that happen? It's not in .symbols...
@@ -3528,6 +3529,7 @@ ifeq "$(INSTALL_APPARMOR_PROFILES)" "y"
 	dh_apparmor -plibreoffice-common --profile-name=usr.lib.libreoffice.program.xpdfimport
 endif
 	dh_compress -i -X.py -X.mk -X.sxd -X.xcd.sample
+	dh_strip_nondeterminism -i
 	dh_installdeb -i
 ifeq "$(ENABLE_JAVA)" "y"
 	for p in $(ARCH_INDEP_PACKAGES); do \

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