Skip to content
Commits on Source (5)
smalt (0.7.6-8) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Do not autoreconf since config is broken
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 21:08:08 +0200
smalt (0.7.6-7) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -3,14 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.20160114),
Build-Depends: debhelper (>= 11~),
zlib1g-dev,
python,
samtools,
libbambamc-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/smalt.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/smalt.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/smalt
Vcs-Git: https://salsa.debian.org/med-team/smalt.git
Homepage: http://www.sanger.ac.uk/science/tools/smalt-0
Package: smalt
......
......@@ -5,7 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# autoreconf is needed to make the patch to test/Makefile.am effective
%:
dh $@ # this fails because auf broken upstream autoconf stuff: - - with autoreconf
dh $@
override_dh_autoreconf:
echo "Do nothing - fails because auf broken upstream autoconf stuff"
override_dh_auto_configure:
# see upstream INSTALL file
......