[med-svn] [Git][med-team/neobio][master] 5 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Thu Sep 27 09:18:21 BST 2018
Andreas Tille pushed to branch master at Debian Med / neobio
Commits:
c57cb3b7 by Andreas Tille at 2018-09-25T13:16:52Z
debhelper 11
- - - - -
8e0a6397 by Andreas Tille at 2018-09-25T13:17:09Z
Point Vcs fields to salsa.debian.org
- - - - -
29542b58 by Andreas Tille at 2018-09-25T13:17:09Z
Standards-Version: 4.2.1
- - - - -
97d61a56 by Andreas Tille at 2018-09-27T08:13:13Z
Do not parse d/changelog
- - - - -
c6baf83d by Andreas Tille at 2018-09-27T08:16:41Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+neobio (0.0.20030929-4) unstable; urgency=medium
+
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Do not parse d/changelog
+
+ -- Andreas Tille <tille at debian.org> Thu, 27 Sep 2018 10:13:29 +0200
+
neobio (0.0.20030929-3) unstable; urgency=medium
* Moved packaging from SVN to Git
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -4,12 +4,12 @@ Uploaders: Christoph Gille <christophgil at googlemail.com>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
default-jdk,
javahelper
-Standards-Version: 4.1.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/neobio.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/neobio.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/neobio
+Vcs-Git: https://salsa.debian.org/med-team/neobio.git
Homepage: http://neobio.sourceforge.net/
Package: neobio
=====================================
debian/rules
=====================================
@@ -4,8 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+include /usr/share/dpkg/default.mk
%:
dh $@ --with javahelper
@@ -14,7 +13,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//'
override_dh_auto_build:
mkdir -p classes
javac -cp src -source 1.6 -target 1.6 -d classes $(shell find src -name "*.java")
- jar -cf neobio-$(VERSION).jar -C classes neobio -C bin neobio/gui/icons
+ jar -cf neobio-$(DEB_VERSION_UPSTREAM).jar -C classes neobio -C bin neobio/gui/icons
override_dh_clean:
rm -f neobio*.jar
View it on GitLab: https://salsa.debian.org/med-team/neobio/compare/a366ed6e6a99c43652206b36c9cf27733bda4c1b...c6baf83dd4191c122f5f3a9d8fc7c868d8b7cd1d
--
View it on GitLab: https://salsa.debian.org/med-team/neobio/compare/a366ed6e6a99c43652206b36c9cf27733bda4c1b...c6baf83dd4191c122f5f3a9d8fc7c868d8b7cd1d
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/20180927/6e5f7b7b/attachment-0001.html>
More information about the debian-med-commit
mailing list