[Git][java-team/commons-configuration][master] 4 commits: Added the missing dependency on libxml-commons-resolver1.1-java (Closes: #1086261)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Oct 30 08:03:04 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / commons-configuration
Commits:
bc18587e by Emmanuel Bourg at 2024-10-30T09:01:54+01:00
Added the missing dependency on libxml-commons-resolver1.1-java (Closes: #1086261)
- - - - -
818b34cd by Emmanuel Bourg at 2024-10-30T09:02:17+01:00
Ignore the Maven dependency on xerces and xml-apis
- - - - -
0563f601 by Emmanuel Bourg at 2024-10-30T09:02:27+01:00
Standards-Version updated to 4.7.0
- - - - -
ce71cc90 by Emmanuel Bourg at 2024-10-30T09:02:49+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/maven.ignoreRules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+commons-configuration (1.10-7) unstable; urgency=medium
+
+ * Added the missing dependency on libxml-commons-resolver1.1-java
+ (Closes: #1086261)
+ * Ignore the Maven dependency on xerces and xml-apis
+ * Standards-Version updated to 4.7.0
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 30 Oct 2024 09:02:45 +0100
+
commons-configuration (1.10-6) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -27,8 +27,9 @@ Build-Depends:
liblog4j1.2-java,
libmail-java,
libservlet-api-java,
+ libxml-commons-resolver1.1-java,
maven-debian-helper
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/commons-configuration.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-configuration
Homepage: https://commons.apache.org/proper/commons-configuration/
=====================================
debian/maven.ignoreRules
=====================================
@@ -14,3 +14,5 @@ org.codehaus.mojo clirr-maven-plugin * * * *
org.codehaus.mojo cobertura-maven-plugin * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
org.slf4j slf4j-ext * * * *
+xerces xercesImpl * * * *
+xml-apis xml-apis * * * *
View it on GitLab: https://salsa.debian.org/java-team/commons-configuration/-/compare/e50f535828f704d0352917d0ad205bebbeb0104a...ce71cc90fa310c02411011608f881c91bee5bbf5
--
View it on GitLab: https://salsa.debian.org/java-team/commons-configuration/-/compare/e50f535828f704d0352917d0ad205bebbeb0104a...ce71cc90fa310c02411011608f881c91bee5bbf5
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/20241030/6a0976c6/attachment.htm>
More information about the pkg-java-commits
mailing list