Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
4
Standards-Version updated to 4.3.0
· 9e058c68
Emmanuel Bourg
authored
Dec 30, 2018
9e058c68
Use salsa.debian.org Vcs-* URLs
· c571fd66
Emmanuel Bourg
authored
Dec 30, 2018
c571fd66
Use a Maven rule instead of a patch to build with the current version of jackson-core
· bee3c6ef
Emmanuel Bourg
authored
Dec 30, 2018
bee3c6ef
Upload to unstable
· 3afd9ee5
Emmanuel Bourg
authored
Dec 30, 2018
3afd9ee5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3afd9ee5
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@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
View file @
3afd9ee5
...
...
@@ -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
View file @
3afd9ee5
...
...
@@ -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
100644 → 0
View file @
faafd115
From: Markus Koschany <apo@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
100644 → 0
View file @
faafd115
jackson-bom.patch
debian/rules
View file @
3afd9ee5
...
...
@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename