[Pkg-ganeti-devel] [instance-debootstrap] 02/06: Bump compat to 10
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Sep 12 21:24:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository instance-debootstrap.
commit 5b2fd26eed25f4d6946169fab2f65fa685f05183
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Wed Sep 13 00:13:55 2017 +0300
Bump compat to 10
- B-D on debhelper (>= 10)
- Drop B-D on dh-autoreconf and dh --with=autoreconf calls; now enabled
by default
Git-Dch: Full
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 6a65e4a..ce798d2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
Uploaders: Guido Trotter <ultrotter at debian.org>,
Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, dump, kpartx, debootstrap
+Build-Depends: debhelper (>= 10), dump, kpartx, debootstrap
Standards-Version: 4.1.0
Homepage: https://code.google.com/p/ganeti/
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ganeti/instance-debootstrap.git
diff --git a/debian/rules b/debian/rules
index c46821d..3990123 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
INSTDIR=$(CURDIR)/debian/ganeti-instance-debootstrap
%:
- dh $@ --with=autoreconf
+ dh $@
override_dh_auto_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/instance-debootstrap.git
More information about the Pkg-ganeti-devel
mailing list