[med-svn] [populations] 13/13: debhelper 10
Andreas Tille
tille at debian.org
Sat Nov 18 21:01:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository populations.
commit 0399410d0beeacd8b3283f79d8a37cae90000227
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 17 22:02:33 2017 +0100
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 7 +------
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89ebcdc..fcfb154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ populations (1.2.33+svn0120106-3) UNRELEASED; urgency=medium
* Take over packaging in Debian Med team maintenance
* Priority: optional
* cme fix dpkg-control
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Fri, 17 Nov 2017 21:49:33 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 27156e2..5867747 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Georges Khaznadar <georgesk at ofset.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 10),
cmake,
qt4-qmake,
libqt4-dev,
diff --git a/debian/rules b/debian/rules
index 2c3d883..1749cfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -13,6 +7,7 @@ DESTDIR=debian/populations
%:
dh $@
+
override_dh_auto_configure:
cmake -DCMAKE_INSTALL_PREFIX=/usr .
dh_auto_configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/populations.git
More information about the debian-med-commit
mailing list