[Git][java-team/jackson-databind][master] 4 commits: Drop all doc packages from Build-Depends.
Markus Koschany (@apo)
gitlab at salsa.debian.org
Thu Nov 4 09:33:21 GMT 2021
Markus Koschany pushed to branch master at Debian Java Maintainers / jackson-databind
Commits:
b9b96fe7 by Markus Koschany at 2021-11-04T10:26:40+01:00
Drop all doc packages from Build-Depends.
- - - - -
ec96c291 by Markus Koschany at 2021-11-04T10:28:38+01:00
Update debian/watch.
- - - - -
83a31a14 by Markus Koschany at 2021-11-04T10:29:13+01:00
Update changelog
- - - - -
96cceced by Markus Koschany at 2021-11-04T10:31:42+01:00
Ignore org.apache.maven.plugins:maven-javadoc-plugin
- - - - -
6 changed files:
- debian/changelog
- debian/control
- − debian/libjackson2-databind-java-doc.doc-base.api
- − debian/libjackson2-databind-java-doc.install
- debian/maven.ignoreRules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jackson-databind (2.13.0-2) unstable; urgency=medium
+
+ * Drop all doc packages from Build-Depends.
+ * Update debian/watch.
+
+ -- Markus Koschany <apo at debian.org> Thu, 04 Nov 2021 10:28:57 +0100
+
jackson-databind (2.13.0-1) unstable; urgency=medium
* New upstream version 2.13.0.
=====================================
debian/control
=====================================
@@ -7,17 +7,14 @@ Uploaders:
Build-Depends:
debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
groovy,
javahelper (>= 0.32),
junit4,
libbuild-helper-maven-plugin-java,
libjackson2-annotations-java (>= 2.12.1),
- libjackson2-annotations-java-doc,
libjackson2-core-java (>= 2.13.0),
libmaven-bundle-plugin-java,
libmaven-enforcer-plugin-java,
- libmaven-javadoc-plugin-java,
libmaven-shade-plugin-java,
libreplacer-java,
maven-debian-helper (>= 1.6.5),
@@ -31,7 +28,6 @@ Package: libjackson2-databind-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
-Suggests: libjackson2-databind-java-doc
Description: fast and powerful JSON library for Java -- data binding
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
@@ -49,24 +45,3 @@ Description: fast and powerful JSON library for Java -- data binding
This package contains general purpose data-binding functionality for data
formats other than JSON.
-Package: libjackson2-databind-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libjackson2-databind-java
-Description: Documentation for jackson-databind
- The Jackson Data Processor is a multi-purpose Java library for processing
- JSON. Jackson aims to be the best possible combination of fast, correct,
- lightweight, and ergonomic for developers. It offers three alternative methods
- for processing JSON:
- .
- * Streaming API inspired by StAX
- * Tree Model
- * Data Binding converts JSON to and from POJOs
- .
- In addition to the core library, there are numerous extension that provide
- additional functionality such as additional data formats beyond JSON,
- additional data types or JVM languages.
- .
- This package contains the API documentation of libjackson2-databind-java.
=====================================
debian/libjackson2-databind-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libjackson2-databind-java
-Title: API Javadoc for jackson-databind
-Author: jackson-databind developers
-Abstract: This is the API Javadoc provided for the
- libjackson2-databind-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libjackson2-databind-java/api/index.html
-Files: /usr/share/doc/libjackson2-databind-java/api/*
=====================================
debian/libjackson2-databind-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* usr/share/doc/libjackson2-databind-java/api
=====================================
debian/maven.ignoreRules
=====================================
@@ -7,3 +7,4 @@ org.codehaus.mojo cobertura-maven-plugin * * * *
* * * * * test
org.moditect moditect-maven-plugin * * * *
org.jacoco jacoco-maven-plugin * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://github.com/FasterXML/jackson-databind/releases .*/jackson-databind-(\d[\d\.]*)\.tar\.gz
+version=4
+https://github.com/FasterXML/jackson-databind/tags .*/jackson-databind-(\d[\d\.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jackson-databind/-/compare/7c7ba66c727f7b030bfe385f9c788bf88c4e9e36...96cceced4d72c4050e470f77b14fc5f14fc4b93d
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-databind/-/compare/7c7ba66c727f7b030bfe385f9c788bf88c4e9e36...96cceced4d72c4050e470f77b14fc5f14fc4b93d
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/20211104/e350d1be/attachment.htm>
More information about the pkg-java-commits
mailing list