Your message dated Mon, 10 Mar 2014 03:18:58 +0000
with message-id <e1wmqjy-0006mx...@franck.debian.org>
and subject line Bug#740350: fixed in ant-contrib 1.0~b3+svn177-6
has caused the Debian Bug report #740350,
regarding Bogus dependencies in installed POM file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
740350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ant-contrib
Version: 1.0~b3+svn177-5
Severity: serious
Tags: patch

Hi,

ant-contrib's installed POM contains 3 dependencies that are
unsatisfiable in the Debian maven repository. This means that
maven-based builds of packages that depend upon it will fail.

The enclosed patch adds a maven.rules file which adjusts these
dependencies so that they can be satisfied by other debian java
packages.

Regards,

Matthew

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
diff -ruN ant-contrib-1.0~b3+svn177/debian/maven.rules ant-contrib-1.0~b3+svn177-new/debian/maven.rules
--- ant-contrib-1.0~b3+svn177/debian/maven.rules	1970-01-01 01:00:00.000000000 +0100
+++ ant-contrib-1.0~b3+svn177-new/debian/maven.rules	2014-02-28 14:01:18.081945556 +0000
@@ -0,0 +1,21 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\\..*/3.x/
+
+s/bcel/org.apache.bcel/ bcel jar s/5\..*/5.x/ * *
+s/jayasoft/org.apache.ivy/ ivy jar s/.*/debian/ * *
+commons-httpclient commons-httpclient jar s/3\..*/3.x/ * *

--- End Message ---
--- Begin Message ---
Source: ant-contrib
Source-Version: 1.0~b3+svn177-6

We believe that the bug you reported is fixed in the latest version of
ant-contrib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated ant-contrib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 06 Mar 2014 00:16:39 +0100
Source: ant-contrib
Binary: ant-contrib
Architecture: source all
Version: 1.0~b3+svn177-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description: 
 ant-contrib - collection of tasks, types and other tools for Apache Ant
Closes: 607670 740350
Changes: 
 ant-contrib (1.0~b3+svn177-6) unstable; urgency=medium
 .
   * Team upload.
   * Added Maven rules to fix the dependencies in the installed pom.
     Thanks to Matthew Vernon (Closes: #740350)
   * Removed the --has-package-version pom option since the version of the Maven
     artifact installed is different from the package version.
   * debian/control:
     - The binary package now depends on ant and suggests
       libcommons-httpclient-java, libbcel-java and ivy
     - Standards-Version updated to 3.9.5 (no changes)
     - Removed the deprecated DMUA flag
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
   * debian/rules:
     - Install a link to ant-contrib.jar in /usr/share/ant/lib (Closes: #607670)
     - Added a clean target
Checksums-Sha1: 
 74aca4b765ea87054b02c17923acaa5131cd855e 2224 ant-contrib_1.0~b3+svn177-6.dsc
 59efbb5de0be4ba35f39e1f3001cc4145677e17a 5156 
ant-contrib_1.0~b3+svn177-6.debian.tar.xz
 f3dd23c85a25f18a18f004578b6293dedf2a4366 254908 
ant-contrib_1.0~b3+svn177-6_all.deb
Checksums-Sha256: 
 e4b814133822872bffa6d5151f33c5c3973e62b2877338c1e84d6911aecb8e38 2224 
ant-contrib_1.0~b3+svn177-6.dsc
 4401ee746db690fed17be1dfd3526594c9ff709e12c1953adc89671d2b3d063a 5156 
ant-contrib_1.0~b3+svn177-6.debian.tar.xz
 f718e4d4570f2a1fbb61a89daa9ec569b5aae8c30bfe35604713b719514811cf 254908 
ant-contrib_1.0~b3+svn177-6_all.deb
Files: 
 f7cfb3dc6d17e3cd0c94529c1ed2232d 2224 java extra 
ant-contrib_1.0~b3+svn177-6.dsc
 4fa5d1850e59a88d158d274dd781ebe0 5156 java extra 
ant-contrib_1.0~b3+svn177-6.debian.tar.xz
 5364fcfde4de0ff738851d8d03433e43 254908 java extra 
ant-contrib_1.0~b3+svn177-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTHSF9AAoJECHSBYmXSz6WPGsP/AxikEgy05veJFo7B7u3w/7F
uQk2ISfOUtw88E1TFSS4JxMiJMGR2A7njE8bko/KCgCkiSX5ELcMo43JJtWRiXAI
YLlqdBVNayz0AGRZdTI1CZfa2HfHCJfBLNknFhC7X/2WHi50e/CZxVbYD4N4ZwvA
2WJTrUc4LCWHyweSufSbYzXOAFusdSzCZ1GOy2IAlCqd5+Tdo6BPjDk2gkGptKdk
rzu7m5V+gQGFOlxiIsSyAGJwdaI0jjfnZEREPbP/0VbO1kw6ZR8ycNVEG2FCX20u
Pn0iwjPlZgbYb5K9xrcWgsNBkTcn0yaB0/AjmRcw+BD7mvVkBD1WvZbYeUCuqTIl
D/vtDQFICxZENkh9Ionciz9eUAyJETvmykvWhXZfbl7Z284/syiXg7KsDMDjFHLa
6tGbE8zw50mwwJVqNvHWcB+z62pqKFXwpEgOlqHDsrbotl2h8mtP6WiNdHM4t7hC
GMYamjzy6xQl6nxpBaSN2dKLE68tIgwTJHBr7niy1jo4UZG3oit4a8QjCPTdAQA4
BOReUZB2Zsf7YRC3ZDcB4c1tDiRB1fqe69lhTtiEbyYIjsIyXao5R7qslhGUQ2kt
6Hx7zPcpxPyRefY2ZvvMrAEg2Gqv/wpRDgVbX+kUaPcqtxAJ8/eDztPzMrY9OoOc
ZkGT9Sl3CgZ4vrQuWFfR
=gu7h
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to