Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· fe167e64
Andreas Tille
authored
Jul 18, 2018
fe167e64
Point Vcs fields to salsa.debian.org
· 55011dc9
Andreas Tille
authored
Jul 18, 2018
55011dc9
Standards-Version: 4.1.5
· 7987c772
Andreas Tille
authored
Jul 18, 2018
7987c772
Upload to unstable
· cea1c7d9
Andreas Tille
authored
Jul 18, 2018
cea1c7d9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cea1c7d9
clustalo (1.2.4-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 21:11:52 +0200
clustalo (1.2.4-1) unstable; urgency=medium
* New upstream version
...
...
debian/compat
View file @
cea1c7d9
1
0
1
1
debian/control
View file @
cea1c7d9
...
...
@@ -4,16 +4,15 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
dh-linktree,
libargtable2-dev,
doxygen,
graphviz,
sphinx-common
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/clustalo
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/clustalo.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/clustalo
Vcs-Git: https://
salsa
.debian.org/
med-team
/clustalo.git
Homepage: http://www.clustal.org/omega/
Package: clustalo
...
...
debian/rules
View file @
cea1c7d9
...
...
@@ -7,7 +7,7 @@
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
%
:
dh
$@
--with
autoreconf
--with
linktree
dh
$@
--with
linktree
override_dh_auto_build-indep
:
# nothing to do here
...
...