[Git][java-team/libbtm-java][master] 5 commits: Standards-Version updated to 4.2.1
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Nov 7 00:48:18 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libbtm-java
Commits:
a009b1a5 by Emmanuel Bourg at 2018-11-07T00:37:53Z
Standards-Version updated to 4.2.1
- - - - -
a042236f by Emmanuel Bourg at 2018-11-07T00:38:06Z
Switch to debhelper level 11
- - - - -
145f00c2 by Emmanuel Bourg at 2018-11-07T00:38:55Z
Use salsa.debian.org Vcs-* URLs
- - - - -
29342f91 by Emmanuel Bourg at 2018-11-07T00:46:25Z
Fixed the build failure with Java 11 (Closes: #911194)
- - - - -
0bb617da by Emmanuel Bourg at 2018-11-07T00:46:58Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- + debian/patches/java11-compatibility.patch
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libbtm-java (2.1.4-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with Java 11 (Closes: #911194)
+ * Standards-Version updated to 4.2.1
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 07 Nov 2018 01:46:49 +0100
+
libbtm-java (2.1.4-3) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders:
Build-Depends:
ant,
ant-optional,
- debhelper (>= 9),
+ debhelper (>= 11),
default-jdk,
junit,
libgeronimo-jms-1.1-spec-java,
@@ -16,10 +16,10 @@ Build-Depends:
libmockito-java,
libslf4j-java,
maven-repo-helper
-Standards-Version: 3.9.8
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/libbtm-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libbtm-java
Homepage: https://github.com/bitronix/btm
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libbtm-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libbtm-java.git
Package: libbtm-java
Architecture: all
=====================================
debian/patches/java11-compatibility.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fixes the build failure with Java 11
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -41,7 +41,7 @@
+ }
+ </echo>
+
+- <javac srcdir="${dir.src}" destdir="${dir.classes}" source="1.5" target="1.5" fork="true" debug="true"
++ <javac srcdir="${dir.src}" destdir="${dir.classes}" release="7" fork="true" debug="true"
+ classpathref="javac.classpath"/>
+
+ <delete file="${jar.file}" failonerror="true"/>
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ add-pom-file.patch
transition-to-openjdk7.patch
fix-jms-proper-usage-mock-test.patch
disable-tests.patch
+java11-compatibility.patch
=====================================
debian/rules
=====================================
@@ -27,6 +27,3 @@ override_dh_clean:
rm -rf target/*
rm -f TESTS-TestSuites.xml
rm -f src/bitronix/tm/Version.java
-
-get-orig-source:
- uscan --debug --force-download --download-version $(VERSION) --rename
View it on GitLab: https://salsa.debian.org/java-team/libbtm-java/compare/204e21e8dddb6af161607a2a36cf4ea6bf80eaa6...0bb617daf80fd6f504b20ea1bc3cf73125f1edd5
--
View it on GitLab: https://salsa.debian.org/java-team/libbtm-java/compare/204e21e8dddb6af161607a2a36cf4ea6bf80eaa6...0bb617daf80fd6f504b20ea1bc3cf73125f1edd5
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/pkg-java-commits/attachments/20181107/269d29ae/attachment.html>
More information about the pkg-java-commits
mailing list