[Git][java-team/libcommons-collections4-java][master] 3 commits: Update debhelper Compat level and Standards version
sun min (@sunmin)
gitlab at salsa.debian.org
Mon Feb 13 09:43:21 GMT 2023
sun min pushed to branch master at Debian Java Maintainers / libcommons-collections4-java
Commits:
d7a85881 by sun min at 2023-02-13T17:39:07+08:00
Update debhelper Compat level and Standards version
- - - - -
fba38fce by sun min at 2023-02-13T17:40:32+08:00
Redirect debian/watch url to apache archive site
- - - - -
bee4341f by sun min at 2023-02-13T17:42:45+08:00
Update debian/changelog for version 4.4-1
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -2,8 +2,10 @@ libcommons-collections4-java (4.4-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release.
+ * Standards-Version updated to 4.6.2.
+ * Switch to debhelper level 13.
* Update debian/watch.
- * Update maven.compiler.release to java 9.
+ * Update maven.compiler.release to java 9.
-- Sun Min <sunmin89 at outlook.com> Sun, 12 Feb 2023 12:09:19 +0800
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+13
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper (>= 13),
default-jdk,
default-jdk-doc,
junit4,
@@ -13,7 +13,7 @@ Build-Depends:
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.0.2~)
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libcommons-collections4-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-collections4-java
Homepage: http://commons.apache.org/collections/
=====================================
debian/rules
=====================================
@@ -7,4 +7,3 @@ export JAVA_HOME := /usr/lib/jvm/default-java
override_dh_installchangelogs:
dh_installchangelogs RELEASE-NOTES.txt
-
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
version=4
opts="repack,compression=xz" \
-https://github.com/apache/commons-collections/tags .*/commons-([commons-]*)-collections-([\d.]+).tar.gz
+https://archive.apache.org/dist/commons/collections/source/ commons-collections4-([\d\.]+)-src.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/libcommons-collections4-java/-/compare/1f227deb16e6bf566c085e746d55d20cf069abda...bee4341fde40a43ca009fe7ed049545a185dacb7
--
View it on GitLab: https://salsa.debian.org/java-team/libcommons-collections4-java/-/compare/1f227deb16e6bf566c085e746d55d20cf069abda...bee4341fde40a43ca009fe7ed049545a185dacb7
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/20230213/47d61878/attachment.htm>
More information about the pkg-java-commits
mailing list