Skip to content
Commits on Source (7)
rambo-k (1.21+dfsg-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Remove ancient X-Python-Version field
* Build-Depends: dh-python
* d/rules: do not parse d/changelog
-- Andreas Tille <tille@debian.org> Thu, 19 Jul 2018 09:38:27 +0200
rambo-k (1.21+dfsg-1) unstable; urgency=low
* Initial release (Closes: #844996)
......
......@@ -3,17 +3,17 @@ 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,
dh-python,
python-all,
libcommons-cli-java,
liblog4j1.2-java
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rambo-k.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/rambo-k.git
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/rambo-k
Vcs-Git: https://salsa.debian.org/med-team/rambo-k.git
Homepage: http://rambok.sourceforge.net/
X-Python-Version: >= 2.7
Package: rambo-k
Architecture: all
......
......@@ -2,7 +2,7 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@ --with javahelper --with python2
......@@ -16,13 +16,13 @@ override_jh_installlibs:
# jlibs by default moves JARs to /usr/share/java but these JARs
# are very specific to RAMBO-K, do not have any general use and
# finally have quite generic names
mv debian/$(DEBPKGNAME)/usr/share/java/*.jar debian/$(DEBPKGNAME)/usr/share/rambo-k
rmdir debian/$(DEBPKGNAME)/usr/share/java/
mv debian/$(DEB_SOURCE)/usr/share/java/*.jar debian/$(DEB_SOURCE)/usr/share/rambo-k
rmdir debian/$(DEB_SOURCE)/usr/share/java/
override_dh_fixperms:
dh_fixperms
chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/plot.py
chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/simulate_reads.py
chmod -x debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/plot.py
chmod -x debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/simulate_reads.py
override_dh_compress:
dh_compress --exclude=.pdf