Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· 9b0673fd
Andreas Tille
authored
Oct 24, 2018
9b0673fd
debhelper 11
· 06483328
Andreas Tille
authored
Oct 24, 2018
06483328
Point Vcs fields to salsa.debian.org
· 916fbc62
Andreas Tille
authored
Oct 24, 2018
916fbc62
Standards-Version: 4.2.1
· cf700551
Andreas Tille
authored
Oct 24, 2018
cf700551
Upload to unstable
· 2d8fd9ac
Andreas Tille
authored
Oct 24, 2018
2d8fd9ac
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2d8fd9ac
rdp-readseq (2.0.2-4) unstable; urgency=medium
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 13:48:36 +0200
rdp-readseq (2.0.2-3) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
2d8fd9ac
1
0
1
1
debian/control
View file @
2d8fd9ac
...
...
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
default-jdk,
javahelper,
libcommons-io-java,
...
...
@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10),
junit4,
ant,
ant-optional
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/rdp-readseq
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/rdp-readseq.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/rdp-readseq
Vcs-Git: https://
salsa
.debian.org/
med-team
/rdp-readseq.git
Homepage: https://github.com/rdpstaff/ReadSeq
Package: rdp-readseq
...
...
debian/rules
View file @
2d8fd9ac
...
...
@@ -14,8 +14,10 @@ override_dh_auto_clean:
(test -e test && find test -name '*.class' -delete) || true
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp debian/junit.xml ./junit-tmp.xml
ant -f junit-tmp.xml junit
endif
override_dh_clean:
dh_clean
...
...