[Git][java-team/cdi-api][master] 4 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Nov 4 22:31:55 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / cdi-api
Commits:
5b8a4d0f by Emmanuel Bourg at 2024-11-04T23:14:34+01:00
Removed the -java-doc package
- - - - -
4c5a0b77 by Emmanuel Bourg at 2024-11-04T23:26:46+01:00
Standards-Version updated to 4.7.0
- - - - -
5a3cadf3 by Emmanuel Bourg at 2024-11-04T23:29:36+01:00
Watch only the pre-jakarta releases
- - - - -
55961890 by Emmanuel Bourg at 2024-11-04T23:29:48+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/libcdi-api-java-doc.install
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+cdi-api (1.2-4) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * Watch only the pre-jakarta releases
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 04 Nov 2024 23:29:42 +0100
+
cdi-api (1.2-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,10 +10,9 @@ Build-Depends: debhelper-compat (= 13),
libatinject-jsr330-api-java,
libgeronimo-interceptor-3.0-spec-java,
libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
libel-api-java,
testng
-Standards-Version: 4.5.1
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/cdi-api.git
Vcs-Browser: https://salsa.debian.org/java-team/cdi-api
Homepage: http://cdi-spec.org
@@ -29,18 +28,3 @@ Description: Contexts and Dependency Injection for Java EE
.
CDI can be used on Java EE platform but some container also support
running on Java SE.
-
-Package: libcdi-api-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Description: Contexts and Dependency Injection for Java EE - documentation
- Contexts and Dependency Injection (CDI aka JSR 299) defines a set of
- complementary services to help usage of Inversion of Control (IoC)
- on Java EE platform (like with Spring Framework).
- .
- CDI can be used on Java EE platform but some container also support
- running on Java SE.
- .
- This package contains the Javadoc API for libcdi-api-java.
=====================================
debian/libcdi-api-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-api/target/apidocs/* /usr/share/doc/libcdi-api-java/api/
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts="mode=git,repack,compression=xz" \
-https://github.com/cdi-spec/cdi refs/tags/([\d\.]+)
+https://github.com/cdi-spec/cdi refs/tags/([12][\d\.]+)
View it on GitLab: https://salsa.debian.org/java-team/cdi-api/-/compare/a49d4ed7cbd56351ca6dce7cbcb11c8d5a726fe2...5596189020583d7db44055f269a6207fd10b5832
--
View it on GitLab: https://salsa.debian.org/java-team/cdi-api/-/compare/a49d4ed7cbd56351ca6dce7cbcb11c8d5a726fe2...5596189020583d7db44055f269a6207fd10b5832
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/20241104/4d844fff/attachment.htm>
More information about the pkg-java-commits
mailing list