[med-svn] [libgenome] 02/08: debhelper 10
Andreas Tille
tille at debian.org
Thu Oct 5 15:36:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libgenome.
commit 772ebdb606986843925ab9c451cbac3beccb3c55
Author: Andreas Tille <tille at debian.org>
Date: Wed Sep 27 22:23:02 2017 +0200
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4a1e242..8b8fd00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgenome (1.3.1-10) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Use fake watch file as long as the location of the upstream source
is unclear
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Wed, 27 Sep 2017 21:59:25 +0200
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 646c676..953ea19 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
d-shlibs (>= 0.61)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libgenome.git
diff --git a/debian/rules b/debian/rules
index a429be7..aca162c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_install:
dh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libgenome.git
More information about the debian-med-commit
mailing list