[Git][java-team/apache-curator][master] 6 commits: Standards-Version updated to 4.5.0
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Aug 6 11:09:03 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / apache-curator
Commits:
b28d61f3 by Emmanuel Bourg at 2020-08-06T12:04:44+02:00
Standards-Version updated to 4.5.0
- - - - -
dc6d9a5a by Emmanuel Bourg at 2020-08-06T12:04:50+02:00
Switch to debhelper level 13
- - - - -
e1653246 by Emmanuel Bourg at 2020-08-06T12:04:55+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
0ca03019 by Emmanuel Bourg at 2020-08-06T12:05:27+02:00
Wrap and sort
- - - - -
18d45d4c by Emmanuel Bourg at 2020-08-06T12:08:37+02:00
Set the source/target level to Java 8 (Closes: #963443)
- - - - -
99dd6d20 by Emmanuel Bourg at 2020-08-06T12:08:45+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/maven.properties
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+apache-curator (2.7.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Set the source/target level to Java 8 (Closes: #963443)
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 06 Aug 2020 12:08:41 +0200
+
apache-curator (2.7.1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -3,24 +3,25 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: ant,
- debhelper (>= 9),
- default-jdk,
- libcommons-math-java,
- libguava-java,
- libjackson-json-java,
- libjavassist-java,
- libmaven-bundle-plugin-java,
- libmaven-dependency-plugin-java,
- libmockito-java,
- libslf4j-java,
- libzookeeper-java (>= 3.4.6-3~),
- maven-debian-helper (>= 1.5),
- testng,
- thrift-compiler
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/apache-curator.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-curator.git
+Build-Depends:
+ ant,
+ debhelper-compat (= 13),
+ default-jdk,
+ libcommons-math-java,
+ libguava-java,
+ libjackson-json-java,
+ libjavassist-java,
+ libmaven-bundle-plugin-java,
+ libmaven-dependency-plugin-java,
+ libmockito-java,
+ libslf4j-java,
+ libzookeeper-java (>= 3.4.6-3~),
+ maven-debian-helper (>= 1.5),
+ testng,
+ thrift-compiler
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/apache-curator.git
+Vcs-Browser: https://salsa.debian.org/java-team/apache-curator
Homepage: http://curator.apache.org
Package: libcurator-parent-java
=====================================
debian/maven.properties
=====================================
@@ -3,3 +3,4 @@
# maven.test.skip=true
maven.test.skip=true
+maven.compiler.release=8
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
export JAVA_HOME = /usr/lib/jvm/default-java
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_build:
# Regenerate the Java classes from the Thrift files
@@ -15,6 +15,3 @@ override_dh_auto_build:
override_dh_auto_clean:
sed -i 's/\/\/namespace/namespace/g' curator-x-rpc/src/main/thrift/curator.thrift
dh_auto_clean
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
View it on GitLab: https://salsa.debian.org/java-team/apache-curator/-/compare/f6513b051b5116b63ac44adba48142f3d2f97aac...99dd6d20d699b0849e0e63175f7adda62f3e6f9d
--
View it on GitLab: https://salsa.debian.org/java-team/apache-curator/-/compare/f6513b051b5116b63ac44adba48142f3d2f97aac...99dd6d20d699b0849e0e63175f7adda62f3e6f9d
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/20200806/0a7a917f/attachment.html>
More information about the pkg-java-commits
mailing list