Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 21002bc7
Andreas Tille
authored
Oct 04, 2018
21002bc7
Point Vcs fields to salsa.debian.org
· 3896873b
Andreas Tille
authored
Oct 04, 2018
3896873b
Standards-Version: 4.2.1
· a58478dc
Andreas Tille
authored
Oct 04, 2018
a58478dc
Drop unneeded get-orig-source target
· e3b791bc
Andreas Tille
authored
Oct 04, 2018
e3b791bc
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· 49e72bb7
Andreas Tille
authored
Oct 04, 2018
49e72bb7
Upload to unstable
· 0b2a3bfb
Andreas Tille
authored
Oct 04, 2018
0b2a3bfb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0b2a3bfb
rdp-classifier (2.10.2-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Drop unneeded get-orig-source target
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
-- Andreas Tille <tille@debian.org> Thu, 04 Oct 2018 11:23:04 +0200
rdp-classifier (2.10.2-2) unstable; urgency=medium
* Team upload
...
...
debian/compat
View file @
0b2a3bfb
1
0
1
1
debian/control
View file @
0b2a3bfb
...
...
@@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <steffen_moeller@gmx.de>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
default-jdk,
junit4,
libcommons-cli-java,
...
...
@@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 10),
ant,
ant-optional,
ant-contrib
Standards-Version: 4.
1.0
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/rdp-classifier
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/rdp-classifier.git
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/rdp-classifier
Vcs-Git: https://
salsa
.debian.org/
med-team
/rdp-classifier.git
Homepage: https://github.com/rdpstaff/classifier
Package: rdp-classifier
...
...
debian/rules
View file @
0b2a3bfb
...
...
@@ -21,8 +21,10 @@ override_dh_auto_clean:
rm
-rf
dist
override_dh_auto_test
:
ifeq
(,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp
debian/junit.xml ./tmp-junit.xml
ant
-f
tmp-junit.xml junit
endif
override_dh_compress
:
dh_compress
-X
.fasta
...
...
@@ -30,6 +32,3 @@ override_dh_compress:
override_dh_fixperms
:
dh_fixperms
chmod
+x debian/
*
/usr/share/
*
/
*
.sh
get-orig-source
:
uscan
--verbose
--force-download
--repack
--compress
xz