Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· a69ccc6e
Andreas Tille
authored
Jul 14, 2018
a69ccc6e
Point Vcs fields to salsa.debian.org
· c8702701
Andreas Tille
authored
Jul 14, 2018
c8702701
Standards-Version: 4.1.5
· 69399107
Andreas Tille
authored
Jul 14, 2018
69399107
drop now unneeded hack to remove aclocal dir
· 4d09acf2
Andreas Tille
authored
Jul 14, 2018
4d09acf2
drop explicit mentioning of autotools_dev
· d2eba9ec
Andreas Tille
authored
Jul 14, 2018
d2eba9ec
Upload to unstable
· ac6a66cc
Andreas Tille
authored
Jul 14, 2018
ac6a66cc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ac6a66cc
clustalw (2.1+lgpl-6) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* d/rules:
- drop now unneeded hack to remove aclocal dir
- drop explicit mentioning of autotools_dev
-- Andreas Tille <tille@debian.org> Sat, 14 Jul 2018 17:09:36 +0200
clustalw (2.1+lgpl-5) unstable; urgency=medium
[ Canberk Koç ]
...
...
debian/compat
View file @
ac6a66cc
9
11
debian/control
View file @
ac6a66cc
...
...
@@ -5,11 +5,10 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clustalw.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/clustalw.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/clustalw
Vcs-Git: https://salsa.debian.org/med-team/clustalw.git
Homepage: http://www.clustal.org/clustal2/
Package: clustalw
...
...
debian/rules
View file @
ac6a66cc
...
...
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
--with autotools_dev
dh $@
override_dh_installchangelogs:
dh_installchangelogs debian/CHANGELOG.upstream
...
...
@@ -13,9 +13,6 @@ override_dh_install:
# We have to ask upstream if it is important for them that the binary is named clustalw2
mv $(CURDIR)/debian/clustalw/usr/bin/clustalw2 $(CURDIR)/debian/clustalw/usr/bin/clustalw
# That is a bit ugly and should be better investigated.
rmdir $(CURDIR)/debian/clustalw/usr/share/aclocal/
get-upstream-changelog:
# Get upstream changelog
cd debian; wget -N --output-document=CHANGELOG.upstream http://www.clustal.org/download/current/CHANGELOG
...
...