Control: tags -1 + patch On Mon, 08 Sep 2014 21:22:53 +0200 Gilles Filippini <[email protected]> wrote: > Package: libjackson2-annotations-java > Version: 2.4.2-1 > Severity: serious > Justification: Make other java packages FTBFS > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi, > > libjackson2-annotations-java should still provide the pom file alias > jackson-annotations-2.x.pom
AIUI this omission wasn't willful. It it caused by the rule in debian/maven.rules which doesn't match correctly the maven package, because of a package type change from 'jar' to 'bundle'. The attached patch fixes it. Thanks, _g.
diff -Nru jackson-annotations-2.4.2/debian/changelog
jackson-annotations-2.4.2/debian/changelog
--- jackson-annotations-2.4.2/debian/changelog 2014-09-06 15:47:15.000000000
+0200
+++ jackson-annotations-2.4.2/debian/changelog 2014-09-08 23:15:54.000000000
+0200
@@ -1,3 +1,11 @@
+jackson-annotations (2.4.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix debian/maven.{rules,publishedRules}: set type to bundle to
+ properly match the target (closes: #760877).
+
+ -- Gilles Filippini <[email protected]> Mon, 08 Sep 2014 23:15:49 +0200
+
jackson-annotations (2.4.2-1) unstable; urgency=medium
* New upstream release.
diff -Nru jackson-annotations-2.4.2/debian/maven.publishedRules
jackson-annotations-2.4.2/debian/maven.publishedRules
--- jackson-annotations-2.4.2/debian/maven.publishedRules 2014-09-06
10:40:27.000000000 +0200
+++ jackson-annotations-2.4.2/debian/maven.publishedRules 2014-09-08
23:11:59.000000000 +0200
@@ -1,2 +1,2 @@
-com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations bundle s/2\..*/2.x/ * *
diff -Nru jackson-annotations-2.4.2/debian/maven.rules
jackson-annotations-2.4.2/debian/maven.rules
--- jackson-annotations-2.4.2/debian/maven.rules 2014-09-06
10:40:27.000000000 +0200
+++ jackson-annotations-2.4.2/debian/maven.rules 2014-09-08
23:11:53.000000000 +0200
@@ -1,2 +1,2 @@
-com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations bundle s/2\..*/2.x/ * *
signature.asc
Description: OpenPGP digital signature

