Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Drop unneeded Testsuite: autopkgtest
· 944f60c6
Andreas Tille
authored
Jul 14, 2018
944f60c6
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· 513d459a
Andreas Tille
authored
Jul 14, 2018
513d459a
debhelper 11
· 237d6b83
Andreas Tille
authored
Jul 14, 2018
237d6b83
Point Vcs fields to salsa.debian.org
· 54d7a178
Andreas Tille
authored
Jul 14, 2018
54d7a178
Standards-Version: 4.1.5
· 926b38d9
Andreas Tille
authored
Jul 14, 2018
926b38d9
Upload to unstable
· 1355076e
Andreas Tille
authored
Jul 14, 2018
1355076e
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1355076e
reapr (1.0.18+dfsg-4) unstable; urgency=medium
* Team upload.
* Drop unneeded Testsuite: autopkgtest
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Sat, 14 Jul 2018 16:18:20 +0200
reapr (1.0.18+dfsg-3) unstable; urgency=medium
* Rearrange linking order to fix FTBFS with ld --as-needed
...
...
debian/compat
View file @
1355076e
9
11
debian/control
View file @
1355076e
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
libbamtools-dev,
libtabixpp-dev,
libhts-dev (>= 1.3),
...
...
@@ -16,10 +16,9 @@ Build-Depends: debhelper (>= 9),
snpomatic,
tabix,
libfile-copy-link-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/reapr.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/reapr.git
Testsuite: autopkgtest
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/reapr
Vcs-Git: https://salsa.debian.org/med-team/reapr.git
Homepage: http://www.sanger.ac.uk/science/tools/reapr
Package: reapr
...
...
debian/rules
View file @
1355076e
...
...
@@ -30,7 +30,9 @@ override_dh_auto_clean:
dh_auto_clean --
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
mkdir $(debfolder)/test
ln -s $(CURDIR)/src/reapr.pl $(debfolder)/test/reapr
PATH=$(PATH):$(CURDIR)/src:$(debfolder)/test $(debfolder)/tests/test-example
rm -rf $(debfolder)/test
endif