[libpath-tiny-perl] 01/01: replace minimum debhelper version in d/control with a lintian-override

gregor herrmann gregoa at debian.org
Wed Jan 25 18:55:26 UTC 2017


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

gregoa pushed a commit to branch master
in repository libpath-tiny-perl.

commit 3edb84364600d49e51cc0fd5b604edd7f98ed0f1
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 25 19:53:12 2017 +0100

    replace minimum debhelper version in d/control with a lintian-override
    
    as in the other CDBS packages
    
    Gbp-Dch: Ignore
---
 debian/changelog                | 2 +-
 debian/control                  | 2 +-
 debian/source/lintian-overrides | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37b5f79..6928f3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libpath-tiny-perl (0.100-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 0.100
-  * debian/{compat,control}: increase debhelper compatibility level to 9
+  * debian/compat: increase debhelper compatibility level to 9
   * debian/copyright: update Copyright Format URL to HTTPS
 
  -- Nick Morrott <knowledgejunkie at gmail.com>  Wed, 25 Jan 2017 01:06:33 +0000
diff --git a/debian/control b/debian/control
index 63def65..28c51fe 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Priority: optional
 Build-Depends: cdbs,
  devscripts,
  perl,
- debhelper (>= 9),
+ debhelper,
  dh-buildinfo,
  libunicode-utf8-perl,
  libtest-failwarnings-perl,
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index f87ce0c..cb5d63f 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -3,3 +3,6 @@ missing-license-text-in-dep5-copyright
 
 # License is in License-Reference field (see bug#786450)
 missing-license-paragraph-in-dep5-copyright
+
+# Debhelper 9 is satisfied even in oldstable
+package-lacks-versioned-build-depends-on-debhelper 9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpath-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list