[lemonldap-ng] 01/01: Fix debhelper version

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Sep 26 18:59:07 UTC 2017


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

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 5b6fff12a8e1042dda57dd47ed339e8aeb681b4f
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Sep 26 20:58:49 2017 +0200

    Fix debhelper version
---
 debian/changelog | 4 ++--
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 307d814..54c7fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,8 @@ lemonldap-ng (1.9.12-3) UNRELEASED; urgency=medium
   * Move priority from extra to optional to be compliant to 4.1.0 policy
     changes
   * use HTTPS in upstream homepage links
-  * Remove debhelper from Build-Depends: dh-systemd depends on it
-    (remove build-depends-on-obsolete-package lintian error)
+  * Update debhelper version in Build-Depends: dh-systemd depends on
+    9.20160709 (remove build-depends-on-obsolete-package lintian error)
   * Remove Testsuite header to avoid unnecessary-testsuite-autopkgtest-
     header lintian warning
 
diff --git a/debian/control b/debian/control
index 97a8a91..8578823 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: dh-systemd,
+Build-Depends: debhelper (>= 9.20160709),
+               dh-systemd,
                po-debconf
 Build-Depends-Indep: libapache-session-perl,
                      libauthcas-perl,

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



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