Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· b543abd6
Andreas Tille
authored
Oct 24, 2018
b543abd6
Point Vcs fields to salsa.debian.org
· 90310095
Andreas Tille
authored
Oct 24, 2018
90310095
Standards-Version: 4.2.1
· d9b588a3
Andreas Tille
authored
Oct 24, 2018
d9b588a3
Do not autoreconf since config is broken
· 06f00a3b
Andreas Tille
authored
Oct 24, 2018
06f00a3b
Upload to unstable
· abc98547
Andreas Tille
authored
Oct 24, 2018
abc98547
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
abc98547
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
...
...
debian/compat
View file @
abc98547
9
11
debian/control
View file @
abc98547
...
...
@@ -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.20160
11
4
),
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
...
...
debian/rules
View file @
abc98547
...
...
@@ -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
...
...