Bug#760877: libjackson2-annotations-java: Should provide jackson-annotations-2.x.pom

Gilles Filippini pini at debian.org
Mon Sep 8 21:55:05 UTC 2014


Control: tags -1 + patch

On Mon, 08 Sep 2014 21:22:53 +0200 Gilles Filippini <pini at debian.org> 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.
-------------- next part --------------
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 <pini at debian.org>  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/ * *
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20140908/187070a5/attachment.sig>


More information about the pkg-java-maintainers mailing list