Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Adapt upstream name
· 51b67faf
Andreas Tille
authored
May 20, 2018
51b67faf
debhelper 11
· 86efbf31
Andreas Tille
authored
May 20, 2018
86efbf31
Point Vcs fields to salsa.debian.org
· eb3b484e
Andreas Tille
authored
May 20, 2018
eb3b484e
Standards-Version: 4.1.4
· 3e76696f
Andreas Tille
authored
May 20, 2018
3e76696f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3e76696f
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
...
...
debian/compat
View file @
3e76696f
9
11
debian/control
View file @
3e76696f
...
...
@@ -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
...
...
debian/copyright
View file @
3e76696f
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/
...
...
debian/rules
View file @
3e76696f
...
...
@@ -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 -- \
...
...