[med-svn] [hmmer2] 04/06: debhelper 10
Andreas Tille
tille at debian.org
Thu Apr 13 07:15:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hmmer2.
commit bbd452b934dcb95da635ea62322444d5a570622e
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 13 08:45:34 2017 +0200
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 5 ++---
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b3e6067..fafa18b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ hmmer2 (2.3.2+dfsg-1) UNRELEASED; urgency=medium
* Link against libsquid instead of code copy
* d/rules: drop unneeded get-orig-source target
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Tue, 11 Apr 2017 17:24:13 +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 82cec57..5c6b080 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
Laszlo Kajan <lkajan at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
pvm-dev,
autotools-dev,
libperl4-corelibs-perl,
diff --git a/debian/rules b/debian/rules
index a97ee51..6d4cce2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
pkgdata:=hmmer2
sampledir:=$(CURDIR)/debian/$(pkgdata)/usr/share/doc/$(pkgdata)/examples
+%:
+ dh $@ --with autotools-dev
override_dh_auto_configure:
dh_auto_configure -- --enable-threads --enable-lfs --enable-pvm
@@ -25,9 +27,6 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs -k 00README
-%:
- dh $@ --parallel --with autotools-dev
-
override_dh_installexamples:
dh_installexamples
mkdir -p $(sampledir);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer2.git
More information about the debian-med-commit
mailing list