[med-svn] [pbdagcon] 11/12: Use debhelper compat 10
Afif Elghraoui
afif at moszumanska.debian.org
Wed Dec 21 09:26:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbdagcon.
commit 26c485896ff613db2d0bd00a94cd15b1b5819c80
Author: Afif Elghraoui <afif at debian.org>
Date: Wed Dec 21 00:56:14 2016 -0800
Use debhelper compat 10
---
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 e58a6ce..cc1c5bb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders:
Afif Elghraoui <afif at debian.org>,
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
python,
zlib1g-dev,
libhdf5-dev,
diff --git a/debian/rules b/debian/rules
index 1f5c5ed..b11d546 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export DALIGNER_SRC = $(CURDIR)/DALIGNER
export DAZZ_DB_SRC = $(CURDIR)/DAZZ_DB
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
./configure.py --shared
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbdagcon.git
More information about the debian-med-commit
mailing list