Skip to content
Commits on Source (6)
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ç ]
......
......@@ -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
......
......@@ -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
......