[Git][java-team/el-api][master] 3 commits: Change Breaks and Replaces for libservlet3.1-java to << 9 and fix dpkg error
Markus Koschany
gitlab at salsa.debian.org
Thu Apr 2 13:34:21 BST 2020
Markus Koschany pushed to branch master at Debian Java Maintainers / el-api
Commits:
c67cc3ee by Markus Koschany at 2020-04-01T20:57:34+02:00
Change Breaks and Replaces for libservlet3.1-java to << 9 and fix dpkg error
when upgrading tomcat 8 from Stretch to Buster.
- - - - -
fabb74c0 by Markus Koschany at 2020-04-01T21:02:19+02:00
Update changelog
- - - - -
e922616c by Markus Koschany at 2020-04-02T14:30:16+02:00
Update changelog, switch to debhelper-compat = 12, Standards-Version 4.5.0
- - - - -
3 changed files:
- debian/changelog
- − debian/compat
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+el-api (3.0.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Change Breaks and Replaces for libservlet3.1-java to << 9 and fix dpkg
+ error when upgrading tomcat 8 from Stretch to Buster.
+ * Declare compliance with Debian Policy 4.5.0.
+ * Switch to debhelper-compat = 12.
+
+ -- Markus Koschany <apo at debian.org> Thu, 02 Apr 2020 14:30:12 +0200
+
el-api (3.0.0-2) unstable; urgency=medium
* Use a real pom for the 3.0 artifacts to improve the compatibility
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,11 +4,11 @@ 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-compat (= 12),
default-jdk,
libmaven-bundle-plugin-java (>= 3.5.1),
maven-debian-helper (>= 2.1)
-Standards-Version: 4.3.0
+Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/el-api.git
Vcs-Browser: https://salsa.debian.org/java-team/el-api
Homepage: https://github.com/javaee/el-spec/
@@ -17,8 +17,8 @@ Package: libel-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
-Breaks: libservlet3.1-java (<< 8.5.35-3~), libservlet2.5-java
-Replaces: libservlet3.1-java (<< 8.5.35-3~), libservlet2.5-java
+Breaks: libservlet3.1-java (<< 9), libservlet2.5-java
+Replaces: libservlet3.1-java (<< 9), libservlet2.5-java
Description: Expression Language API
EL is a simple language designed to meet the needs of the presentation
layer in Java web applications.
View it on GitLab: https://salsa.debian.org/java-team/el-api/-/compare/27177e9195b0390b41b1c649de90b7da3a915438...e922616c401cf03efd590fed8d43fec7f999561c
--
View it on GitLab: https://salsa.debian.org/java-team/el-api/-/compare/27177e9195b0390b41b1c649de90b7da3a915438...e922616c401cf03efd590fed8d43fec7f999561c
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/20200402/77fe766f/attachment.html>
More information about the pkg-java-commits
mailing list