Your message dated Sat, 16 Feb 2008 18:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465389: fixed in gjdoc 0.7.8-9
has caused the Debian Bug report #465389,
regarding gjdoc: please support src.com.sun.tools.javadoc.Main class
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 [EMAIL PROTECTED]
immediately.)


-- 
465389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465389
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gjdoc
Version: 0.7.8-8
Severity: wishlist
Tags: patch, upstream, fixed-upstream

This class is needed by TestNG. It should suffice to apply Michael's
patch that already went upstream:

Index: Makefile.am
===================================================================
RCS file: /sources/classpath/gjdoc/Makefile.am,v
retrieving revision 1.42
diff -u -3 -p -u -r1.42 Makefile.am
--- Makefile.am 21 Apr 2007 22:24:47 -0000      1.42
+++ Makefile.am 12 May 2007 10:37:08 -0000
@@ -60,6 +60,7 @@ gjdoc_DEPENDENCIES = lib-com-sun-javadoc
        antlr.so
 
 lib_com_sun_javadoc_la_SOURCES = \
+       src/com/sun/tools/javadoc/Main.java \
        src/com/sun/javadoc/ClassDoc.java \
        src/com/sun/javadoc/ConstructorDoc.java \
        src/com/sun/javadoc/Doc.java \
@@ -369,10 +370,11 @@ $(lib_gnu_classpath_tools_gjdoc_la_GENSO
        $(ANTLR) -o gnu/classpath/tools/gjdoc/expr $<
 
 com-sun-javadoc-$(VERSION).jar: classes $(com_sun_javadoc_jar_CLASSES)
-       $(JAR) cf $@ -C classes com/sun/javadoc
+       $(JAR) cf $@ -C classes com/sun/javadoc 
+       $(JAR) uf $@ -C classes com/sun/tools/javadoc
 
 com-sun-tools-doclets-Taglet-$(VERSION).jar: classes 
$(com_sun_tools_doclets_Taglet_jar_CLASSES)
-       $(JAR) cf $@ -C classes com/sun/tools
+       $(JAR) cf $@ -C classes com/sun/tools/doclets
 
 gjdoc_resources = $(gnu_classpath_tools_gjdoc_jar_CSS) 
$(gnu_classpath_tools_gjdoc_jar_DTDS) \
        $(gnu_classpath_tools_gjdoc_jar_ENTS) 
$(gnu_classpath_tools_gjdoc_jar_HTML) \
Index: NEWS
===================================================================
RCS file: /sources/classpath/gjdoc/NEWS,v
retrieving revision 1.12
diff -u -3 -p -u -r1.12 NEWS
--- NEWS        21 Apr 2007 10:28:35 -0000      1.12
+++ NEWS        12 May 2007 10:37:08 -0000
@@ -1,3 +1,7 @@
+Post 0.7.8
+
+* Add com.sun.tools.javadoc.Main to emulate javadoc.
+
 New in release 0.7.8
 
 * Naughty 1.5 release
Index: src/com/sun/tools/javadoc/Main.java
===================================================================
RCS file: src/com/sun/tools/javadoc/Main.java
diff -N src/com/sun/tools/javadoc/Main.java
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ src/com/sun/tools/javadoc/Main.java 12 May 2007 10:37:08 -0000
@@ -0,0 +1,9 @@
+package com.sun.tools.javadoc;
+
+public class Main
+{
+        public static void main(String[] args)
+        {
+               gnu.classpath.tools.gjdoc.Main.main(args);
+        }
+}

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gjdoc depends on:
ii  antlr                  2.7.6-10          language tool for constructing rec
ii  debhelper              5.0.61            helper programs for debian/rules
ii  gij                    4:4.3-1           The GNU Java bytecode interpreter
ii  gij-4.3 [java2-runtime 4.3-20080202-1    The GNU Java bytecode interpreter
ii  java-gcj-compat-headle 1.0.77-4          Java runtime environment using GIJ
ii  libc6                  2.7-6             GNU C Library: Shared libraries
ii  libgcc1                1:4.3-20080116-1  GCC support library
ii  libgcj-bc              4.3-20070902-0    Link time only library for use wit
ii  libgcj9-0              4.3-20080202-1    Java runtime library for use with 
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

gjdoc recommends no packages.

-- no debconf information



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

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-9.diff.gz
  to pool/main/g/gjdoc/gjdoc_0.7.8-9.diff.gz
gjdoc_0.7.8-9.dsc
  to pool/main/g/gjdoc/gjdoc_0.7.8-9.dsc
gjdoc_0.7.8-9_amd64.deb
  to pool/main/g/gjdoc/gjdoc_0.7.8-9_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: Sat, 16 Feb 2008 19:43:31 +0100
Source: gjdoc
Binary: gjdoc
Architecture: source amd64
Version: 0.7.8-9
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: 465389
Changes: 
 gjdoc (0.7.8-9) unstable; urgency=low
 .
   * Added com.sun.tools.javadoc.Main class. Closes: #465389.
   * Fixed debian/copyright.
   * Removed debian/manpages/gjdoc.1. Not needed anymore.
   * Fixed hyphen issues in upstream manpage.
   * Removed debian/patches/02classpath_copyright.dpatch. Obsolete.
   * Removed debian/patches/03dtd.dpatch. Obsolete.
   * Removed debian/patches/06_no1.4classpath.dpatch. Obsolete.
   * Removed debian/patches/07_default_out_dir.dpatch. Obsolete.
   * Removed debian/patches/08_encoding.dpatch. Obsolete.
   * Removed debian/patches/09_no_code_tag_in_param.dpatch. Obsolete.
   * Add Homepage field.
Files: 
 5127d6446ed308da0832a74c5fbaf153 1098 devel optional gjdoc_0.7.8-9.dsc
 f656896fce1fe433e6ad48b799903185 19626 devel optional gjdoc_0.7.8-9.diff.gz
 f1a9053486c78812aad2ede2e5ba0b0f 1746680 devel optional gjdoc_0.7.8-9_amd64.deb

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

iD8DBQFHty+jWSOgCCdjSDsRAluOAJwMudecV7kpUSLa3D621xc3sAy6pQCgkV6X
K1IxvwBhWtnWhuzsiblOzxQ=
=RFlA
-----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