Your message dated Thu, 26 Jan 2012 20:47:28 +0000
with message-id <e1rqwec-0008iu...@franck.debian.org>
and subject line Bug#656311: fixed in maven-debian-helper 1.5
has caused the Debian Bug report #656311,
regarding maven-debian-helper: debian.maven.plugin.SysInstallDocMojo installs 
code jar instead of javadoc
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.)


-- 
656311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656311
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: maven-debian-helper
Version: 1.4.4
Severity: normal


When using the maven cdbs class, a jar file that presumably should contain all
the generated javadoc is installed under /usr/share/maven-repo/. However, this
jar file actually contains all the class files and is basically the same as the
main jar file for the package.

The -javadoc.jar is created as part of the normal build, but the install step
copies the wrong source. The code that is responsible for this copy action is
called SysInstallDocMojo.

I found many *-java-doc packages that suffer from having the wrong jar file. It
can be observed e.g. as follows:

wget 
http://ftp.us.debian.org/debian/pool/main/libx/libxml-security-java/libxml-security-java-doc_1.4.5-1_all.deb
dpkg-deb --extract 
/private/home/dennis/Downloads/libxml-security-java-doc_1.4.5-1_all.deb 
binary-libxml-security-java-doc-root
jar tf 
binary-libxml-security-java-doc-root/usr/share/maven-repo/org/apache/santuario/xmlsec/1.4.5/xmlsec-1.4.5-javadoc.jar
 

I'm running Ubuntu oneiric, so the versions I have are somewhat behind, but I
did check the latest version of maven-debian-helper in sid and found the issue
persists there.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-15-generic (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk              1:1.6-42ubuntu2 Standard Java or Java compatible D
ii  libmaven-clean-plugin-ja 2.3-3           Maven clean plugin
ii  libmaven-compiler-plugin 2.0.2-4         Maven compiler plugin
ii  libmaven-jar-plugin-java 2.2-4           Maven Jar plugin
ii  libmaven-resources-plugi 2.3-5           Maven resources plugin
ii  libmaven-site-plugin-jav 2.1-1           Maven Site Plugin for generating a
ii  libplexus-velocity-java  1.1.7-3         Plexus component interface to velo
ii  libsurefire-java         2.4.3-4         Surefire test framework for Java
ii  maven-repo-helper        1.5.2           Helper tools for including Maven m
ii  maven2                   2.2.1-7build1   Java software project management a
ii  velocity                 1.6.2-4         Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file             2.5.0ubuntu1        search for files within Debian pac
ii  devscripts           2.11.1ubuntu3       scripts to make the life of a Debi
ii  libmaven-javadoc-plu 2.6.1-1             Maven Javadoc Plugin
ii  subversion           1.6.12dfsg-4ubuntu5 Advanced version control system

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: maven-debian-helper
Source-Version: 1.5

We believe that the bug you reported is fixed in the latest version of
maven-debian-helper, which is due to be installed in the Debian FTP archive:

maven-debian-helper_1.5.dsc
  to main/m/maven-debian-helper/maven-debian-helper_1.5.dsc
maven-debian-helper_1.5.tar.gz
  to main/m/maven-debian-helper/maven-debian-helper_1.5.tar.gz
maven-debian-helper_1.5_all.deb
  to main/m/maven-debian-helper/maven-debian-helper_1.5_all.deb



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 656...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude <ludovic.cla...@laposte.net> (supplier of updated 
maven-debian-helper 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 24 Jan 2012 23:55:22 +0100
Source: maven-debian-helper
Binary: maven-debian-helper
Architecture: source all
Version: 1.5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Ludovic Claude <ludovic.cla...@laposte.net>
Description: 
 maven-debian-helper - Helper tools for building Debian packages with Maven
Closes: 636660 638788 639316 639637 641261 641302 656235 656311
Changes: 
 maven-debian-helper (1.5) unstable; urgency=low
 .
   [ Ludovic Claude ]
   * Install jars in /usr/share/java (Closes: #636660)
   * Now requires Java 1.5 or better to compile and run.
   * Remove velocity.log after running mh_make (Closes: #641261)
   * SysInstallMojo: read classifier and java-lib parameters.
   * mh_make: upgrade Standard-Version (Closes: #641302)
   * mh_make: clean up Debian emails of the form My Name<my.n...@provider.com>
     (Closes: #638788)
   * mh_make: fix description in generated maven.rules (Closes: #639637)
   * mh_make: add support to generate and install Javadoc on multi projects
     during an Ant build.
   * Fix failing tests in DependenciesSolverTest
   * Run unit tests during the build,
   * d/control: add B-D on libcommons-io-java as it's used by the junit tests.
   * Generate package-doc.poms for Ant builds
   * mh_make: fix resolution of versionless dependencies and missing
     parent POMs (Closes: #639316)
   * mh_make: Don't include document packages in the dependency search
     (Closes: #656235)
   * Fix installation of javadoc jar (Closes: #656311)
   * Fix installation of artifacts using a classifier
 .
   [ Damien Raude-Morvan ]
   * maven-packager-utils/src/main/resources/build.xml.vm: package-module ant
     macro is always needed (at least for root module).
   * Follow-up for #589635: avoid creating a file called mvn-build during
     the build.
Checksums-Sha1: 
 dd29f1f1b5b9ada8bfd59f303c121daadc1c7351 2046 maven-debian-helper_1.5.dsc
 5f0c970f3f33baac84f958fd9640ff3b44e5b7c2 98971 maven-debian-helper_1.5.tar.gz
 ca38aed54d3dd09dda5d5c39c4a42c15c934df2c 97578 maven-debian-helper_1.5_all.deb
Checksums-Sha256: 
 80065ec6d49029d95c8ee87be95500f1c12a124f3fd0c8f86c891d5f57009c47 2046 
maven-debian-helper_1.5.dsc
 65eab31ba814a230fa023a29fb41a5e04526a41bb013fcde45a4d08da0010dd0 98971 
maven-debian-helper_1.5.tar.gz
 011d75e5261715b1e286e2e8351002ede6fe171dd471c8b1bdef6338c80d7b62 97578 
maven-debian-helper_1.5_all.deb
Files: 
 4cd17ea7504add178076a55b2624b95a 2046 java optional maven-debian-helper_1.5.dsc
 67ad273f4db42b093e42280fce889d44 98971 java optional 
maven-debian-helper_1.5.tar.gz
 d1d12cd926af6d7404d5c408fdb214d0 97578 java optional 
maven-debian-helper_1.5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPIa6DAAoJECHSBYmXSz6W7FEP/iavsXUl477jk6KAtbQ62djN
G2Al9ku6b09zKWBCfNa4olpjI2ZCdKaPUOdNMyeBgO041n7lEtLyBBpNOfMAOhfS
x5oIuSC6VFoXB0sehmqOyUYjCG8X6nfQwj7f4TIKIIOxtx/jsnxMYVbJgJ9bec+v
lM2wiyHDebAgI6ZlEFF5oQ6kVoqe2UEspqoRsQduYGxo0Xx+thV4iE48h3xVgNy4
r5QGvUchPko9icBrhgOfFR1do56NAkJKrFBtGzWm9D0FMXE2xg7ipdPoH/SbH7Uc
nVCR6hIsFx6pywOe0t+Zp0HXTKFFw8kR11qXF19qn5CLnWdRa0cFCkqKp2DIJ7K6
pN5CirkxfI8wi+QTMO5I8nYiyzm5NsO48msUV9gslKbQRCQnEKrSMk6ro6Ye0Tyv
nq5V2tF/RjWrE692StkeW8dR88JzhAO4QfYBPAYcDn6CqZxidMJObdhJlpnG6JQW
rrw36iZSrPjN+MyfGlYTHJ2KiteNpCEjHrR2F0QUZTCrLhLKDYCg4OrmOg51kl3i
yz2N+GMR9JPwRF+JX5B9ZsUZ6Z59zAShZ6apzaJY9NybyH0wYCZdPuWEO5yDPhKT
wMoeB9PVNpQ2AqPcmQo4EHj4yESvCZXXT5mLS4dWln5HiA05oJAC1vHFslYZuJPO
TdCWP7fwSUNFcVwaYcRT
=rFNN
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to