[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Bump debhelper compat to 10



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

nthykier pushed a commit to branch master
in repository lintian.

commit 1f34881af8d6ccc986eb5d43ad5fea958958df5a
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 25 09:30:46 2017 +0000

    Bump debhelper compat to 10
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog | 4 ++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4dda9a..e027a27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,11 +28,15 @@ lintian (2.5.52) UNRELEASED; urgency=medium
   * data/spelling/corrections:
     + [AB] Remove "iff". It's a valid English word. (Closes: #865055)
 
+  * debian/{control,compat}:
+    + [NT] Bump debhelper compat to 10.
   * debian/rules:
     + [JW, NT] Post process HTML docmentation to set the charset to UTF-8,
       which fixes mojibake in the Debian Policy Manual links.  Thanks to
       Paul Hardy for finding a solution to the problem.
       (Closes: #802721)
+    + [NT] Override dh_autoreconf tools as they are not used (but need to
+      scan over all files in the source package).
 
   * lib/Lintian/Util.pm:
     + [NT] Fix uninitialized warning if a fork call fails.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6197ad8..d35a682 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: aspell,
                binutils,
                bzip2,
                cdbs,
-               debhelper (>= 9),
+               debhelper (>= 10),
                default-jdk,
                diffstat,
                docbook-utils,
diff --git a/debian/rules b/debian/rules
index 4037125..10ad9cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,8 +113,8 @@ override_dh_auto_test: $(testtarget)
 %:
 	dh $@
 
-# Messes with our tests and we don't need it.
-override_dh_update_autotools_config:
+# Unneeded helpers or helpers that messes up our test.
+override_dh_update_autotools_config override_dh_autoreconf override_dh_autoreconf_clean:
 
 .PHONY: refresh-perl-provides update-lintian.debian.org generate-docs
 .DELETE_ON_ERROR: runtests

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


Reply to: