Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
reintroduce unit tests after jcommander fix
· bc3b8571
Olivier Sallou
authored
Aug 06, 2018
bc3b8571
upload release with unit tests enabled
· 311a23e0
Olivier Sallou
authored
Aug 06, 2018
311a23e0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
311a23e0
htsjdk (2.14.3+dfsg-3) unstable; urgency=medium
* Reintroduce unit tests after jcommander fix
-- Olivier Sallou <osallou@debian.org> Mon, 06 Aug 2018 07:03:33 +0000
htsjdk (2.14.3+dfsg-2) unstable; urgency=medium
* Upload to unstable
...
...
debian/rules
View file @
311a23e0
...
...
@@ -16,7 +16,7 @@ override_dh_auto_build:
override_dh_auto_test:
# testng bug 895886: testng: jcommander classes not found
#
dh_auto_build -- test
dh_auto_build -- test
override_jh_installlibs:
jh_installlibs --version-strip='[+]dfsg[.0-9]*'
...
...