[Git][java-team/dom4j][master] 3 commits: Standards-Version updated to 4.6.1
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Jun 2 22:19:12 BST 2022
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / dom4j
Commits:
761da4a5 by Emmanuel Bourg at 2022-06-02T23:13:40+02:00
Standards-Version updated to 4.6.1
- - - - -
eb1dfcb6 by Emmanuel Bourg at 2022-06-02T23:15:48+02:00
Removed the -java-doc package (Closes: #1011550)
- - - - -
d76b1c08 by Emmanuel Bourg at 2022-06-02T23:18:39+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- − debian/libdom4j-java-doc.dirs
- − debian/libdom4j-java-doc.doc-base
- − debian/libdom4j-java-doc.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dom4j (2.1.3-2) unstable; urgency=medium
+
+ * Removed the -java-doc package (Closes: #1011550)
+ * Standards-Version updated to 4.6.1
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 02 Jun 2022 23:18:30 +0200
+
dom4j (2.1.3-1) unstable; urgency=medium
* New upstream release
=====================================
debian/control
=====================================
@@ -9,7 +9,6 @@ Build-Depends:
antlr,
debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
gradle-debian-helper,
junit,
libjaxb-api-java,
@@ -20,7 +19,7 @@ Build-Depends:
libxpp2-java (>= 2.1.10-8~),
libxpp3-java,
maven-repo-helper
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/java-team/dom4j
Vcs-Git: https://salsa.debian.org/java-team/dom4j.git
Homepage: https://dom4j.github.io
@@ -30,7 +29,6 @@ Package: libdom4j-java
Architecture: all
Depends: ${misc:Depends}, libjaxen-java
Suggests:
- libdom4j-java-doc,
libmsv-java,
libxpp2-java (>= 2.1.10-8~),
libxpp3-java
@@ -38,16 +36,3 @@ Description: Flexible XML framework for Java
dom4j is a library for working with XML, XPath and XSLT on the Java
platform using the Java Collections Framework and with full support
for DOM, SAX and JAXP.
-
-Package: libdom4j-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libdom4j-java
-Description: Flexible XML framework for Java (documentation)
- dom4j is a library for working with XML, XPath and XSLT on the Java
- platform using the Java Collections Framework and with full support
- for DOM, SAX and JAXP.
- .
- This package contains the documentation for dom4j, including the API
- Javadoc.
=====================================
debian/libdom4j-java-doc.dirs deleted
=====================================
@@ -1 +0,0 @@
-usr/share/lintian/overrides
=====================================
debian/libdom4j-java-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: libdom4j-java-doc
-Title: API Javadoc for dom4j
-Author: dom4j developers
-Abstract: This is the API Javadoc provided by the dom4j library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libdom4j-java/api/index.html
-Files: /usr/share/doc/libdom4j-java/api/*
=====================================
debian/libdom4j-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-build/docs/javadoc/* /usr/share/doc/libdom4j-java/api/
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
dh $@ --with maven-repo-helper
override_dh_auto_build:
- dh_auto_build -- jar javadoc
+ dh_auto_build -- jar
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/java-team/dom4j/-/compare/9bc317b76f0a42ea16cd42b5cf8a6656e73b1516...d76b1c0857cd56e4d43c1ffd3ed522bc6bfa387a
--
View it on GitLab: https://salsa.debian.org/java-team/dom4j/-/compare/9bc317b76f0a42ea16cd42b5cf8a6656e73b1516...d76b1c0857cd56e4d43c1ffd3ed522bc6bfa387a
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/20220602/2dea124c/attachment.htm>
More information about the pkg-java-commits
mailing list