[Git][java-team/jackson-dataformat-yaml][master] 12 commits: Removing unneeded versioned build-dependencies
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Sun Jan 22 22:29:52 GMT 2023
Pierre Gruet pushed to branch master at Debian Java Maintainers / jackson-dataformat-yaml
Commits:
ab289f3a by Pierre Gruet at 2023-01-22T18:50:31+01:00
Removing unneeded versioned build-dependencies
- - - - -
ea2e0842 by Pierre Gruet at 2023-01-22T18:55:17+01:00
Fixing debian/watch, raising its version to 4, filenamemangling
- - - - -
71305dd9 by Pierre Gruet at 2023-01-22T18:55:44+01:00
Rules-Requires-Root: no
- - - - -
0a12c3f6 by Pierre Gruet at 2023-01-22T18:57:25+01:00
Raising Standards version to 4.6.2 (no change)
- - - - -
1e3e426d by Pierre Gruet at 2023-01-22T19:00:15+01:00
Updating changelog
- - - - -
437e3f93 by Pierre Gruet at 2023-01-22T19:02:29+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
9cf3ef2c by Pierre Gruet at 2023-01-22T19:02:29+01:00
debian/control: Remove empty control field Uploaders.
Changes-By: lintian-brush
Fixes: lintian: debian-control-has-empty-field
See-also: https://lintian.debian.org/tags/debian-control-has-empty-field.html
- - - - -
da01b723 by Pierre Gruet at 2023-01-22T19:03:05+01:00
Set upstream metadata fields: Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
cea2614d by Pierre Gruet at 2023-01-22T19:20:12+01:00
Updating the classpath of the built jar
- - - - -
6c5753b9 by Pierre Gruet at 2023-01-22T22:47:24+01:00
Build-depending on liblog4j1.2-java
- - - - -
71ccf08a by Pierre Gruet at 2023-01-22T22:49:32+01:00
Setting Bug- information in d/u/metadata
- - - - -
8ac6aa6b by Pierre Gruet at 2023-01-22T22:49:43+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/libjackson2-dataformat-yaml.classpath
- + debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+jackson-dataformat-yaml (2.8.11-4) unstable; urgency=medium
+
+ * Team upload
+ * Raising Standards version to 4.6.2:
+ - Setting Rules-Requires-Root: no
+ * Build-depending on liblog4j1.2-java (Closes: #1028807)
+ * debian/watch:
+ - Fixing the regex for Github tags page
+ - Raising its version to 4
+ - Honouring filenamemangle
+ * Removing unneeded versioned build-dependencies
+ * Trim trailing whitespace.
+ * Updating the classpath of the built jar
+ * debian/control: Remove empty control field Uploaders.
+ * Set upstream metadata fields about Bug and Repository.
+
+ -- Pierre Gruet <pgt at debian.org> Sun, 22 Jan 2023 22:49:36 +0100
+
jackson-dataformat-yaml (2.8.11-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -2,27 +2,28 @@ Source: jackson-dataformat-yaml
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
Build-Depends:
debhelper-compat (= 13),
default-jdk,
- javahelper (>= 0.32),
+ javahelper,
junit4,
libbuild-helper-maven-plugin-java,
- libjackson2-annotations-java (>= 2.9.1),
- libjackson2-core-java (>= 2.9.1),
- libjackson2-databind-java (>= 2.9.1),
+ libjackson2-annotations-java,
+ libjackson2-core-java,
+ libjackson2-databind-java,
+ liblog4j1.2-java,
libmaven-bundle-plugin-java,
libmaven-enforcer-plugin-java,
libmaven-shade-plugin-java,
libreplacer-java,
- libyaml-snake-java (>= 1.15),
- maven-debian-helper (>= 1.6.5),
+ libyaml-snake-java,
+ maven-debian-helper,
xmlstarlet
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/jackson-dataformat-yaml.git
Vcs-Browser: https://salsa.debian.org/java-team/jackson-dataformat-yaml
Homepage: https://github.com/FasterXML/jackson-dataformat-yaml
+Rules-Requires-Root: no
Package: libjackson2-dataformat-yaml
Architecture: all
@@ -43,4 +44,3 @@ Description: fast and powerful JSON library for Java -- YAML dataformat
additional data types or JVM languages.
.
This package contains an extension for reading and writing YAML-encoded data
-
=====================================
debian/libjackson2-dataformat-yaml.classpath
=====================================
@@ -1 +1 @@
-usr/share/java/jackson-dataformat-yaml.jar /usr/share/java/jackson-core.jar /usr/share/java/junit4.jar /usr/share/java/snakeyaml.jar
+usr/share/java/jackson-dataformat-yaml.jar /usr/share/java/jackson-core.jar /usr/share/java/jackson-databind.jar /usr/share/java/snakeyaml.jar
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/FasterXML/jackson-dataformat-yaml/issues
+Bug-Submit: https://github.com/FasterXML/jackson-dataformat-yaml/issues/new
+Repository: https://github.com/FasterXML/jackson-dataformat-yaml.git
+Repository-Browse: https://github.com/FasterXML/jackson-dataformat-yaml
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://github.com/FasterXML/jackson-dataformat-yaml/releases .*/jackson-dataformat-yaml-(\d[\d\.]*)\.tar\.gz
+version=4
+
+opts="filenamemangle=s%.*/jackson-dataformat-yaml-(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE at -$1%" \
+ https://github.com/FasterXML/jackson-dataformat-yaml/tags .*/jackson-dataformat-yaml-(\d[\d\.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-yaml/-/compare/96b136427ffe8b951da4c43bd9a8b9d81889b0d5...8ac6aa6bf9f8bc0700818dc1dc0c7360165a30e8
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-yaml/-/compare/96b136427ffe8b951da4c43bd9a8b9d81889b0d5...8ac6aa6bf9f8bc0700818dc1dc0c7360165a30e8
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/20230122/9a78c613/attachment.htm>
More information about the pkg-java-commits
mailing list