Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· 9e8e45a7
Andreas Tille
authored
Jul 19, 2018
9e8e45a7
Point Vcs fields to salsa.debian.org
· 95306c86
Andreas Tille
authored
Jul 19, 2018
95306c86
Standards-Version: 4.1.5
· b8854e6a
Andreas Tille
authored
Jul 19, 2018
b8854e6a
Remove ancient X-Python-Version field
· 3d596a8a
Andreas Tille
authored
Jul 19, 2018
3d596a8a
Build-Depends: dh-python
· 429e80b6
Andreas Tille
authored
Jul 19, 2018
429e80b6
do not parse d/changelog
· 3ab5fa7a
Andreas Tille
authored
Jul 19, 2018
3ab5fa7a
Upload to unstable
· 5c5e0f5c
Andreas Tille
authored
Jul 19, 2018
5c5e0f5c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5c5e0f5c
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)
...
...
debian/compat
View file @
5c5e0f5c
9
11
debian/control
View file @
5c5e0f5c
...
...
@@ -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
...
...
debian/rules
View file @
5c5e0f5c
...
...
@@ -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/$(DEB
PKGNAM
E)/usr/share/java/*.jar debian/$(DEB
PKGNAM
E)/usr/share/rambo-k
rmdir debian/$(DEB
PKGNAM
E)/usr/share/java/
mv debian/$(DEB
_SOURC
E)/usr/share/java/*.jar debian/$(DEB
_SOURC
E)/usr/share/rambo-k
rmdir debian/$(DEB
_SOURC
E)/usr/share/java/
override_dh_fixperms:
dh_fixperms
chmod -x debian/$(DEB
PKGNAM
E)/usr/share/$(DEB
PKGNAM
E)/plot.py
chmod -x debian/$(DEB
PKGNAM
E)/usr/share/$(DEB
PKGNAM
E)/simulate_reads.py
chmod -x debian/$(DEB
_SOURC
E)/usr/share/$(DEB
_SOURC
E)/plot.py
chmod -x debian/$(DEB
_SOURC
E)/usr/share/$(DEB
_SOURC
E)/simulate_reads.py
override_dh_compress:
dh_compress --exclude=.pdf