Skip to content
Commits on Source (7)
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)
......
......@@ -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
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 24 Mar 2016 14:03:34 +0100
Description: Adapt pathes to Debian locations
Description: Adapt paths to Debian locations
--- a/surankco-feature
+++ b/surankco-feature
......
......@@ -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' $(DEBPKGNAME).jar src
jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEB_SOURCE).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:
......