Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· d5ec9dc5
Andreas Tille
authored
Jul 09, 2018
d5ec9dc5
Point Vcs fields to salsa.debian.org
· b9038e7c
Andreas Tille
authored
Jul 09, 2018
b9038e7c
Standards-Version: 4.1.4
· 9d92a444
Andreas Tille
authored
Jul 09, 2018
9d92a444
Fix spelling
· 1328e1f2
Andreas Tille
authored
Jul 09, 2018
1328e1f2
Standards-Version: 4.1.5
· 512856f7
Andreas Tille
authored
Jul 09, 2018
512856f7
Do not parse d/changelog
· 95e37e04
Andreas Tille
authored
Jul 09, 2018
95e37e04
Upload to unstable
· 1429a2fc
Andreas Tille
authored
Jul 09, 2018
1429a2fc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1429a2fc
surankco (0.0.r5+dfsg-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Mon, 09 Jul 2018 15:15:20 +0200
surankco (0.0.r5+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #819629)
...
...
debian/compat
View file @
1429a2fc
9
11
debian/control
View file @
1429a2fc
...
...
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
javahelper,
default-jdk,
libhtsjdk-java
Standards-Version:
3.9.7
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/surankco
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/surankco.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/surankco
Vcs-Git: https://
salsa
.debian.org/
med-team
/surankco.git
Homepage: https://sourceforge.net/projects/surankco/
Package: surankco
...
...
debian/patches/jar_path.patch
View file @
1429a2fc
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 24 Mar 2016 14:03:34 +0100
Description: Adapt path
e
s to Debian locations
Description: Adapt paths to Debian locations
--- a/surankco-feature
+++ b/surankco-feature
...
...
debian/rules
View file @
1429a2fc
...
...
@@ -2,7 +2,7 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
export JAVA_HOME := /usr/lib/jvm/default-java
DEBJAR := /usr/share/java
...
...
@@ -13,7 +13,7 @@ export CLASSPATH := $(DEBJAR)/htsjdk.jar
override_dh_auto_build:
mv src/de/rki/ng4/surankco/data/Reads.java src/de/rki/ng4/surankco/data/Reads.java_ignore_at_build_time
jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEB
PKGNAM
E).jar src
jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEB
_SOURC
E).jar src
mv src/de/rki/ng4/surankco/data/Reads.java_ignore_at_build_time src/de/rki/ng4/surankco/data/Reads.java
override_dh_fixperms:
...
...