[Git][java-team/jackson-module-jaxb-annotations][master] 4 commits: Standards-Version updated to 4.3.0
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Dec 30 22:47:12 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jackson-module-jaxb-annotations
Commits:
9e058c68 by Emmanuel Bourg at 2018-12-30T22:36:50Z
Standards-Version updated to 4.3.0
- - - - -
c571fd66 by Emmanuel Bourg at 2018-12-30T22:37:06Z
Use salsa.debian.org Vcs-* URLs
- - - - -
bee3c6ef by Emmanuel Bourg at 2018-12-30T22:42:10Z
Use a Maven rule instead of a patch to build with the current version of jackson-core
- - - - -
3afd9ee5 by Emmanuel Bourg at 2018-12-30T22:46:52Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/maven.rules
- − debian/patches/jackson-bom.patch
- − debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jackson-module-jaxb-annotations (2.8.10-4) unstable; urgency=medium
+
+ * Team upload.
+ * Use a Maven rule instead of a patch to build with the current version
+ of jackson-core
+ * Standards-Version updated to 4.3.0
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 30 Dec 2018 23:46:43 +0100
+
jackson-module-jaxb-annotations (2.8.10-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -19,9 +19,9 @@ Build-Depends:
libreplacer-java,
maven-debian-helper (>= 1.5),
xmlstarlet
-Standards-Version: 4.2.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-module-jaxb-annotations.git
+Standards-Version: 4.3.0
+Vcs-Git: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations.git
+Vcs-Browser: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations
Homepage: http://wiki.fasterxml.com/JacksonJAXBAnnotations
Package: libjackson2-module-jaxb-annotations-java
=====================================
debian/maven.rules
=====================================
@@ -3,3 +3,4 @@ com.fasterxml.jackson.core jackson-annotations * s/.*/2.x/ * *
com.fasterxml.jackson.core jackson-core * s/.*/2.x/ * *
com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * *
com.fasterxml.jackson.module jackson-module-jaxb-annotations * s/.*/2.x/ * *
+com.fasterxml.jackson jackson-bom pom s/2.8.10/debian/ * *
=====================================
debian/patches/jackson-bom.patch deleted
=====================================
@@ -1,22 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 14 Oct 2017 18:11:10 +0200
-Subject: jackson bom
-
-Fix FTBFS due to wrong version of jackson-bom.
----
- pom.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pom.xml b/pom.xml
-index 843dd44..536e681 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -4,7 +4,7 @@
- <parent>
- <groupId>com.fasterxml.jackson</groupId>
- <artifactId>jackson-bom</artifactId>
-- <version>2.8.10</version>
-+ <version>2.9.4</version>
- </parent>
- <groupId>com.fasterxml.jackson.module</groupId>
- <artifactId>jackson-module-jaxb-annotations</artifactId>
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-jackson-bom.patch
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
View it on GitLab: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations/compare/faafd115cb9511fcfb69602bc97b1c34a4d6c994...3afd9ee5ae881d58cfc599cbb6ab74c341f53cff
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations/compare/faafd115cb9511fcfb69602bc97b1c34a4d6c994...3afd9ee5ae881d58cfc599cbb6ab74c341f53cff
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/20181230/8c7846c4/attachment.html>
More information about the pkg-java-commits
mailing list