[med-svn] [gubbins] 02/04: use autoreconf, fix clean target
Andreas Tille
tille at debian.org
Thu Sep 10 12:21:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gubbins.
commit 6f4b0b8d75c47cd694887637f764541477d2af16
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 22 12:09:21 2015 +0200
use autoreconf, fix clean target
---
debian/control | 26 +++++++++++++++++++++-----
debian/rules | 6 +++++-
2 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 7f8e4d9..d0d2366 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,35 @@
Source: gubbins
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>,
Aidan Delaney <a.j.delaney at brighton.ac.uk>
+Section: science
+Priority: optional
Build-Depends: debhelper (>= 9),
- fastml2, fasttree, raxml, autotools-dev, python-setuptools, zlib1g-dev, check, python-biopython, python-reportlab, python-nose, pkg-config
+ dh-autoreconf,
+ fasttree,
+ raxml,
+ autotools-dev,
+ python-setuptools,
+ zlib1g-dev,
+ check,
+ python-biopython,
+ python-reportlab,
+ python-nose,
+ pkg-config
Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/gubbins.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gubbins.git
Vcs-Git: git://anonscm.debian.org/debian-med/gubbins.git
Homepage: https://sanger-pathogens.github.io/gubbins/
Package: gubbins
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, fastml2, fasttree, python-biopython, python-reportlab, python-nose
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ fastml2,
+ fasttree,
+ python-biopython,
+ python-reportlab,
+ python-nose
Description: Phylogenetic analysis of genome sequences
Gubbins supports rapid phylogenetic analysis of large samples of
recombinant bacterial whole genome sequences.
diff --git a/debian/rules b/debian/rules
index eac6ee4..5cd9441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,8 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools-dev
+ dh $@ --with autoreconf
+
+override_dh_clean:
+ dh_clean
+ rm -rf python/.eggs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git
More information about the debian-med-commit
mailing list