[Git][java-team/libbtm-java][master] 5 commits: Standards-Version updated to 4.5.1

Emmanuel Bourg gitlab at salsa.debian.org
Sat Feb 13 20:44:47 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libbtm-java


Commits:
494952b4 by Emmanuel Bourg at 2021-02-13T21:24:43+01:00
Standards-Version updated to 4.5.1

- - - - -
1e7b5555 by Emmanuel Bourg at 2021-02-13T21:24:53+01:00
Switch to debhelper level 13

- - - - -
74b0b0d1 by Emmanuel Bourg at 2021-02-13T21:41:32+01:00
Depend on the version-less jar of geronimo-jms (Closes: #982727)

- - - - -
e3c8a774 by Emmanuel Bourg at 2021-02-13T21:43:06+01:00
Removed Brian Thomason from the uploaders

- - - - -
1679fb48 by Emmanuel Bourg at 2021-02-13T21:43:20+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libbtm-java (2.1.4-6) unstable; urgency=medium
+
+  * Team upload.
+  * Depend on the version-less jar of geronimo-jms (Closes: #982727)
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+  * Removed Brian Thomason from the uploaders
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 13 Feb 2021 21:43:13 +0100
+
 libbtm-java (2.1.4-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -2,13 +2,11 @@ Source: libbtm-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Torsten Werner <twerner at debian.org>,
- Brian Thomason <brian.thomason at eucalyptus.com>
+Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends:
  ant,
  ant-optional,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  default-jdk,
  junit,
  libgeronimo-jms-1.1-spec-java,
@@ -16,7 +14,7 @@ Build-Depends:
  libmockito-java,
  libslf4j-java,
  maven-repo-helper
-Standards-Version: 4.5.0
+Standards-Version: 4.5.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


=====================================
debian/rules
=====================================
@@ -5,11 +5,11 @@ VERSION = $(shell dpkg-parsechangelog | sed -n 's,^Version: \(.*\)-.*,\1,p')
 export JAVA_HOME := /usr/lib/jvm/default-java
 
 D := /usr/share/java/
-export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms_1.1_spec-1.1.jar:$(D)geronimo-jta-1.2-spec.jar:$(D)mockito-core.jar:$(D)hamcrest-all.jar
+export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms_1.1_spec.jar:$(D)geronimo-jta-1.2-spec.jar:$(D)mockito-core.jar:$(D)hamcrest-all.jar
 
 # use this CP in order to get test output logging during the build
 # you will also need to install liblogback-java
-#export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms_1.1_spec-1.1.jar:$(D)geronimo-jta-1.2-spec.jar:$(D)mockito-core.jar:$(D)logback-classic.jar:$(D)logback-core.jar
+#export CLASSPATH := $(D)slf4j-api.jar:$(D)geronimo-jms_1.1_spec.jar:$(D)geronimo-jta-1.2-spec.jar:$(D)mockito-core.jar:$(D)logback-classic.jar:$(D)logback-core.jar
 
 %:
 	dh $@



View it on GitLab: https://salsa.debian.org/java-team/libbtm-java/-/compare/3e9cfb09cc6f680d2951a3b47f7a9c60d1cb5c9b...1679fb48efcd0f2f8da113f8d394f90ac2bb6d49

-- 
View it on GitLab: https://salsa.debian.org/java-team/libbtm-java/-/compare/3e9cfb09cc6f680d2951a3b47f7a9c60d1cb5c9b...1679fb48efcd0f2f8da113f8d394f90ac2bb6d49
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/20210213/3ee3e39b/attachment.html>


More information about the pkg-java-commits mailing list