[linux-signed] 02/02: Increase debhelper minimum version to avoid bug #516721
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Oct 4 02:58:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux-signed.
commit 9a2bfc293de84a6eb27dc80267a1d1daf47625f9
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Oct 4 02:58:56 2016 +0100
Increase debhelper minimum version to avoid bug #516721
We generate udebs with package version not matching the source package
version, which dh_builddeb used to handle wrongly.
---
debian/changelog | 1 +
debian/templates/control.source.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fecc269..a60cb78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
linux-signed (2.7) UNRELEASED; urgency=medium
* Reduce kernel-wedge minimum version to 2.93~
+ * Increase debhelper minimum version to avoid bug #516721
-- Ben Hutchings <ben at decadent.org.uk> Mon, 03 Oct 2016 23:58:56 +0100
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index 80abaf2..c52fbe7 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
Uploaders: Ben Hutchings <ben at decadent.org.uk>
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), rsync, sbsigntool [amd64 arm64 armhf i386], kernel-wedge (>= 2.93~), linux-kbuild- at version@
+Build-Depends: debhelper (>= 9.20151004~), rsync, sbsigntool [amd64 arm64 armhf i386], kernel-wedge (>= 2.93~), linux-kbuild- at version@
Vcs-Git: https://anonscm.debian.org/git/kernel/linux-signed.git
Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-signed.git
Homepage: https://www.kernel.org/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git
More information about the Kernel-svn-changes
mailing list