[med-svn] [Git][med-team/rambo-k][master] 7 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Sun Aug 5 04:11:23 BST 2018
Andreas Tille pushed to branch master at Debian Med / rambo-k
Commits:
9e8e45a7 by Andreas Tille at 2018-07-19T07:22:00Z
debhelper 11
- - - - -
95306c86 by Andreas Tille at 2018-07-19T07:22:07Z
Point Vcs fields to salsa.debian.org
- - - - -
b8854e6a by Andreas Tille at 2018-07-19T07:22:07Z
Standards-Version: 4.1.5
- - - - -
3d596a8a by Andreas Tille at 2018-07-19T07:35:32Z
Remove ancient X-Python-Version field
- - - - -
429e80b6 by Andreas Tille at 2018-07-19T07:37:41Z
Build-Depends: dh-python
- - - - -
3ab5fa7a by Andreas Tille at 2018-07-19T07:38:19Z
do not parse d/changelog
- - - - -
5c5e0f5c by Andreas Tille at 2018-07-19T07:41:52Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+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 at 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
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at 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
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/rambo-k/compare/62f52b33d4820389a042a84a7500f628926d5e7a...5c5e0f5cfec5d48946e216c8a28c9fb5a5350915
--
View it on GitLab: https://salsa.debian.org/med-team/rambo-k/compare/62f52b33d4820389a042a84a7500f628926d5e7a...5c5e0f5cfec5d48946e216c8a28c9fb5a5350915
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180805/1b575a22/attachment-0001.html>
More information about the debian-med-commit
mailing list