[libreoffice] 01/01: add build-depdendencies on ah-autoreconf and dh-strip-nondeterminism to plase lintian and its inconsequence

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 3 12:43:13 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit ce92602c49fa5f5b4e604e890e08589f94f11b7b
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 3 14:42:03 2017 +0200

    add build-depdendencies on ah-autoreconf and dh-strip-nondeterminism to plase lintian and its inconsequence
---
 changelog | 2 ++
 control   | 2 ++
 rules     | 5 +++++
 3 files changed, 9 insertions(+)

diff --git a/changelog b/changelog
index 6308985..324ac33 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@ libreoffice (1:5.4.1-2) UNRELEASED; urgency=medium
   * debian/rules:
     - move STRETCH_BACKPORT conditional for coinmp lower in rules so it
       gets honoured...
+    - add build-depdendencies on ah-autoreconf and dh-strip-nondeterminism 
+      to plase lintian and its inconsequence
 
  -- Rene Engelhard <rene at debian.org>  Thu, 31 Aug 2017 20:05:39 +0000
 
diff --git a/control b/control
index e3b081f..e9f30b6 100644
--- a/control
+++ b/control
@@ -20,7 +20,9 @@ Build-Depends: ant (>= 1.7.0) [!hppa !ia64 !mips64 !s390 !sparc],
                default-jdk (>= 2:1.8-55) [sparc64],
                default-libmysqlclient-dev,
                dh-apparmor,
+               dh-autoreconf,
                dh-python,
+               dh-strip-nondeterminism,
                dpkg-dev (>= 1.18.2~),
                fastjar,
                firebird-dev (>= 3.0.0.32483.ds4-4) [!hppa !m68k !mips !mips64 !powerpc !powerpcspe !ppc64 !s390 !s390x !sparc !sparc64],
diff --git a/rules b/rules
index 4a26226..f559e3c 100755
--- a/rules
+++ b/rules
@@ -923,6 +923,11 @@ ifeq "$(ENABLE_PYTHON)" "y"
 endif
 
 	BUILD_DEPS += , debhelper (>= 10)
+	# sigh. this is hilarious. lintian only complains about
+	# dh-strip-nondeterminism. and all debhelper versions depend
+	# on those anyway. But let's please lintian
+	BUILD_DEPS += , dh-autoreconf
+	BUILD_DEPS += , dh-strip-nondeterminism
 ifeq "$(BUILD_DBGSYM_PACKAGES)" "y"
 	# from debhelper changelog
 	BUILD_DEPS += , dpkg-dev (>= 1.18.2~)

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