Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 74cf7f30
Andreas Tille
authored
Oct 24, 2018
74cf7f30
Point Vcs fields to salsa.debian.org
· cd40d9a3
Andreas Tille
authored
Oct 24, 2018
cd40d9a3
Standards-Version: 4.2.1
· a7fb0722
Andreas Tille
authored
Oct 24, 2018
a7fb0722
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· 465acc9c
Andreas Tille
authored
Oct 24, 2018
465acc9c
Upload to unstable
· b39a904f
Andreas Tille
authored
Oct 24, 2018
b39a904f
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b39a904f
rdp-alignment (1.2.0-4) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
-- Andreas Tille <tille@debian.org> Wed, 24 Oct 2018 13:34:15 +0200
rdp-alignment (1.2.0-3) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
b39a904f
1
0
1
1
debian/control
View file @
b39a904f
...
...
@@ -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,
...
...
@@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10),
ant,
ant-optional,
rdp-readseq
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/rdp-alignment
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/rdp-alignment.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/rdp-alignment
Vcs-Git: https://
salsa
.debian.org/
med-team
/rdp-alignment.git
Homepage: https://github.com/rdpstaff/AlignmentTools
Package: rdp-alignment
...
...
debian/rules
View file @
b39a904f
...
...
@@ -13,8 +13,10 @@ override_dh_auto_clean:
find test -name '*.class' -delete
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
...
...