[Git][java-team/excalibur-logkit][master] 7 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Oct 28 13:53:59 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / excalibur-logkit
Commits:
42bb4b7c by Emmanuel Bourg at 2024-10-28T11:32:52+01:00
Removed the -java-doc package
- - - - -
3e1196b9 by Emmanuel Bourg at 2024-10-28T11:33:03+01:00
Standards-Version updated to 4.7.0
- - - - -
15cf03fe by Emmanuel Bourg at 2024-10-28T11:33:09+01:00
Switch to debhelper level 13
- - - - -
3f7a67e2 by Emmanuel Bourg at 2024-10-28T11:33:13+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
da3caa4a by Emmanuel Bourg at 2024-10-28T11:34:17+01:00
doc
- - - - -
5bddaf63 by Emmanuel Bourg at 2024-10-28T14:51:21+01:00
Depend on libservlet-api-java instead of libservlet3.1-java
- - - - -
9b6f2832 by Emmanuel Bourg at 2024-10-28T14:52:11+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libexcalibur-logkit-java-doc.doc-base
- − debian/libexcalibur-logkit-java-doc.install
- debian/patches/02_fix_build_xml.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-excalibur-logkit (2.0-13) UNRELEASED; urgency=medium
+excalibur-logkit (2.0-13) unstable; urgency=medium
+ [ Andrius Merkys ]
* Remove Onkar Shinde from uploaders list per request.
Thanks for your contributions.
- -- Andrius Merkys <merkys at debian.org> Mon, 30 May 2022 05:39:46 -0400
+ [ Emmanuel Bourg ]
+ * Depend on libservlet-api-java instead of libservlet3.1-java
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Oct 2024 14:52:04 +0100
excalibur-logkit (2.0-12) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -7,22 +7,18 @@ Uploaders:
Build-Depends:
ant,
ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
javahelper,
junit,
libgeronimo-jms-1.1-spec-java,
liblog4j1.2-java,
- liblog4j1.2-java-doc,
libmail-java,
- libmail-java-doc,
- libservlet3.1-java,
- libservlet3.1-java-doc,
+ libservlet-api-java,
maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/excalibur-logkit.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/excalibur-logkit.git
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/excalibur-logkit.git
+Vcs-Browser: https://salsa.debian.org/java-team/excalibur-logkit
Homepage: http://excalibur.apache.org
Package: libexcalibur-logkit-java
@@ -36,15 +32,3 @@ Description: Lightweight and fast designed logging toolkit for Java
applications. Logkit is more lightweight than Log4j.
.
This package contains the library jar.
-
-Package: libexcalibur-logkit-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Lightweight and fast designed logging toolkit for Java (API docs)
- Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely
- designed logging toolkit. It is designed to integrate into existing
- applications. Logkit is more lightweight than Log4j.
- .
- This package contains the API documentation.
=====================================
debian/libexcalibur-logkit-java-doc.doc-base deleted
=====================================
@@ -1,7 +0,0 @@
-Document: libexcalibur-logkit-java
-Title: API documentation for libexcalibur-logkit-java
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libexcalibur-logkit-java/api/index.html
-Files: /usr/share/doc/libexcalibur-logkit-java/api/*.html
=====================================
debian/libexcalibur-logkit-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-dist/docs/api usr/share/doc/libexcalibur-logkit-java/
=====================================
debian/patches/02_fix_build_xml.patch
=====================================
@@ -28,21 +28,3 @@ Author: Onkar Shinde <onshinde at ubuntu.com>
</target>
<target name="jar" description="o Create the jar" depends="compile,test">
<jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
-@@ -204,6 +204,10 @@
- <pathelement location="target/${final.name}.jar">
- </pathelement>
- </classpath>
-+ <link offline="true" packagelistLoc="/usr/share/doc/default-jdk-doc/api/" href="/usr/share/doc/default-jdk-doc/api/" />
-+ <link offline="true" packagelistLoc="/usr/share/doc/libmail-java/api/" href="/usr/share/doc/libmail-java/api/" />
-+ <link offline="true" packagelistLoc="/usr/share/doc/liblog4j1.2-java/api/" href="/usr/share/doc/liblog4j1.2-java/api/" />
-+ <link offline="true" packagelistLoc="/usr/share/doc/libservlet3.1-java/api/" href="/usr/share/doc/libservlet3.1-java/api/" />
- </javadoc>
- </target>
- <target name="get-deps" unless="noget" depends="init">
-@@ -228,4 +232,4 @@
- <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
- </unjar>
- </target>
--</project>
-\ No newline at end of file
-+</project>
View it on GitLab: https://salsa.debian.org/java-team/excalibur-logkit/-/compare/bfb7d6a8f20b082ae0fd0463a3c4585239013641...9b6f2832840f2dd2abd5cf2f1fb83308e6083985
--
View it on GitLab: https://salsa.debian.org/java-team/excalibur-logkit/-/compare/bfb7d6a8f20b082ae0fd0463a3c4585239013641...9b6f2832840f2dd2abd5cf2f1fb83308e6083985
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/20241028/7d003716/attachment.htm>
More information about the pkg-java-commits
mailing list