[med-svn] [xmedcon] 01/02: debhelper 10
Andreas Tille
tille at debian.org
Fri Oct 6 22:58:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository xmedcon.
commit cfc1b22778cbaf76cbd36e155073c00125de8092
Author: Andreas Tille <tille at debian.org>
Date: Sat Oct 7 00:37:21 2017 +0200
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 6 ++----
debian/rules | 2 +-
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dee99ac..85aaba1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xmedcon (0.14.1-2) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Sat, 07 Oct 2017 00:34:07 +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 96b6196..4004f2a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,11 @@ Uploaders: Roland Marcus Rutschmann <rudi at debian.org>,
Andreas Tille <tille at debian.org>
Section: graphics
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libgtk2.0-dev,
zlib1g-dev,
libpng-dev,
- libnifti-dev,
- autotools-dev,
- dh-autoreconf
+ libnifti-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/xmedcon.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/xmedcon.git
diff --git a/debian/rules b/debian/rules
index f3c730d..8a7f319 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
# GPL
%:
- dh $@ --with autotools_dev --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-nifti --with-nifti-prefix=/usr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/xmedcon.git
More information about the debian-med-commit
mailing list