Your message dated Mon, 14 Jan 2008 20:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460605: fixed in gjdoc 0.7.8-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gjdoc
Version: 0.7.7-7
Severity: important


dh_javadoc is meant to read (Java) package names from the file
debian/$package.javadoc. However, when reading the file it does
not strip linebreaks before passing them to gjdoc. As a result,
it calls gjdoc with the arguments:

   "foo.bar\n" "bar.baz\n"

which fails. There is also a typo in one of the error messages.

The attached patch fixes the problem

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.22-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gjdoc depends on:
ii  antlr                  2.7.6-7           language tool for constructing rec
ii  debhelper              5.0.42            helper programs for debian/rules
ii  gij [java1-runtime]    4:4.1.1-15        The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime 4.1.1-20          The GNU Java bytecode interpreter
ii  java-gcj-compat        1.0.65-10         Java runtime environment using GIJ
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libgcj-bc              4.1.1-21          Link time only library for use wit
ii  libgcj7-0              4.1.1-20          Java runtime library for use with 
ii  sun-java5-jre [java1-r 1.5.0-10-3        Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java1-r 6-00-2~bpo.1      Sun Java(TM) Runtime Environment (
ii  zlib1g                 1:1.2.3-13        compression library - runtime

gjdoc recommends no packages.

-- no debconf information
--- dh_javadoc.old      2008-01-13 23:10:25.071094866 +0000
+++ dh_javadoc  2008-01-13 23:24:42.591899534 +0000
@@ -98,8 +98,10 @@
 
        if (-e "debian/$package.javadoc"){
                open PACKAGES, "debian/$package.javadoc"
-                       or error("Unable to open file: 
debian/$package.javadocL: $!");
-               my @pkgs = <PACKAGES>;
+                       or error("Unable to open file: debian/$package.javadoc: 
$!");
+               my @pkgs;
+               my $i = 0;
+               while(<PACKAGES>){chomp($pkgs[$i++]=$_);}
                close PACKAGES or warning("Error closing 
debian/$package.javadoc: $!");
                @packages = (@packages, @pkgs);
        }

--- End Message ---
--- Begin Message ---
Source: gjdoc
Source-Version: 0.7.8-7

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

gjdoc_0.7.8-7.diff.gz
  to pool/main/g/gjdoc/gjdoc_0.7.8-7.diff.gz
gjdoc_0.7.8-7.dsc
  to pool/main/g/gjdoc/gjdoc_0.7.8-7.dsc
gjdoc_0.7.8-7_amd64.deb
  to pool/main/g/gjdoc/gjdoc_0.7.8-7_amd64.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated gjdoc 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon, 14 Jan 2008 20:59:41 +0100
Source: gjdoc
Binary: gjdoc
Architecture: source amd64
Version: 0.7.8-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 gjdoc      - documentation generation framework for java source files
Closes: 460605
Changes: 
 gjdoc (0.7.8-7) unstable; urgency=low
 .
   * debian/scripts/dh_javadoc: Strip lines of read input.
     Thanks to Matthew Johnson for the patch. Closes: #460605.
   * Added Vcs-Svn and Vcs-Browser headers.
   * Updated Standards-Version to 3.7.3.
Files: 
 72736c99aa5a67503896577b9818fa9c 1072 devel optional gjdoc_0.7.8-7.dsc
 8d4f73651afd66345ca693e3db7c51cf 20964 devel optional gjdoc_0.7.8-7.diff.gz
 5a5a135df9bb1887d8b949f16111b2ba 1747894 devel optional gjdoc_0.7.8-7_amd64.deb

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

iD8DBQFHi8LnWSOgCCdjSDsRAhTrAKCUKDw2OZjgRQkxH+Wx2O40S/jGPACdEYfX
LZ2PPKf9RUAjCkE0iz1VV9E=
=9D4b
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to