Skip to content
Commits on Source (4)
prime-phylo (1.0.11-5) UNRELEASED; urgency=medium
* Reflect vanished download location in d/watch
* Adapt upstream name
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Tue, 10 Jan 2017 11:59:01 +0100
......
......@@ -4,7 +4,7 @@ Uploaders: Erik Sjolund <erik.sjolund@gmail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
Build-Depends: debhelper (>= 11~),
gengetopt,
cmake,
libblas-dev,
......@@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 9.0.0),
libboost-mpi-dev,
libboost-serialization-dev,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/prime-phylo.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/prime-phylo.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/prime-phylo
Vcs-Git: https://salsa.debian.org/med-team/prime-phylo.git
Homepage: http://prime.sbc.su.se
Package: prime-phylo
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: prime-phylo
Upstream-Name: PrIME
Upstream-Contact: Erik Sjolund <erik.sjolund@gmail.com>
Source: http://prime.sbc.su.se/download/
......
......@@ -7,7 +7,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --buildsystem=cmake --parallel
dh $@ --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- \
......