[med-svn] [aevol] 06/10: debhelper 10
Andreas Tille
tille at debian.org
Mon Sep 11 18:55:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository aevol.
commit 5ac4e440f1cf7cd1de33cc7e1b71f563191c9ce2
Author: Andreas Tille <tille at debian.org>
Date: Mon Sep 11 20:24:06 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 720840f..769127f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ aevol (5.0-1) UNRELEASED; urgency=medium
* New upstream version
* Moved packaging from SVN to Git
* Fixed watch file
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Mon, 11 Sep 2017 20:17:03 +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 ed46561..6b1d4f3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: David Parsons <david.parsons at inria.fr>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.0),
+Build-Depends: debhelper (>= 10),
zlib1g-dev,
- autotools-dev,
libx11-dev
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/aevol.git
diff --git a/debian/rules b/debian/rules
index c6d751b..218df65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools-dev
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aevol.git
More information about the debian-med-commit
mailing list