Your message dated Thu, 24 Feb 2005 13:32:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#267789: fixed in gtk-doc 1.3-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Aug 2004 13:16:27 +0000
>From [EMAIL PROTECTED] Tue Aug 24 06:16:27 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 178.230.13.217.in-addr.dgcsystems.net (yxa.extundo.com)
[217.13.230.178] (root)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BzbA2-0004wb-00; Tue, 24 Aug 2004 06:16:27 -0700
Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65])
(authenticated bits=0)
by yxa.extundo.com (8.12.11/8.12.11/Debian-5) with ESMTP id
i7ODGDFo017742
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK)
for <[EMAIL PROTECTED]>; Tue, 24 Aug 2004 15:16:21 +0200
To: [EMAIL PROTECTED]
Subject: gtk-doc: support 'typedef enum foo { ... } foo'
From: Simon Josefsson <[EMAIL PROTECTED]>
X-Hashcash: 0:040824:[EMAIL PROTECTED]:2beb35b811db77f3
Date: Tue, 24 Aug 2004 15:16:05 +0200
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Virus-Scanned: clamd / ClamAV version 0.75-1, clamav-milter version 0.75c
on yxa-iv
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: gtk-doc-tools
Version: 1.2-1.2
Severity: wishlist
Tags: patch
The current version cannot handle some valid constructs:
Enum declaration 'typedef enum gnutls_pkcs12_bag_type_t {
GNUTLS_BAG_EMPTY = 0,
GNUTLS_BAG_PKCS8_ENCRYPTED_KEY=1,
GNUTLS_BAG_PKCS8_KEY,
GNUTLS_BAG_CERTIFICATE,
GNUTLS_BAG_CRL,
GNUTLS_BAG_ENCRYPTED=10,
GNUTLS_BAG_UNKNOWN=20
} gnutls_pkcs12_bag_type_t;
' does not begin with typedef enum {
make: *** [tmpl.stamp] Error 2
[EMAIL PROTECTED]:~/src/gnutls/doc/reference$
The applied patch should take care of it, against current gtk-doc CVS.
Thanks,
Simon
Index: gtkdoc-mkdb.in
===================================================================
RCS file: /cvs/gnome/gtk-doc/gtkdoc-mkdb.in,v
retrieving revision 1.91
diff -u -p -r1.91 gtkdoc-mkdb.in
--- gtkdoc-mkdb.in 28 Jul 2004 14:06:11 -0000 1.91
+++ gtkdoc-mkdb.in 24 Aug 2004 13:11:45 -0000
@@ -3421,7 +3421,7 @@ sub ParseEnumDeclaration {
$declaration =~ s/,(\s*})/$1/g;
# Prime match after "typedef enum {" declaration
- if (!scalar($declaration =~ m/typedef\s+enum\s*\{/msg)) {
+ if (!scalar($declaration =~ m/typedef\s+enum\s*(\S+\s*)?\{/msg)) {
die "Enum declaration '$declaration' does not begin with typedef enum
{\n";
}
Index: gtkdoc-mktmpl.in
===================================================================
RCS file: /cvs/gnome/gtk-doc/gtkdoc-mktmpl.in,v
retrieving revision 1.34
diff -u -p -r1.34 gtkdoc-mktmpl.in
--- gtkdoc-mktmpl.in 27 Dec 2003 00:47:05 -0000 1.34
+++ gtkdoc-mktmpl.in 24 Aug 2004 13:11:46 -0000
@@ -1383,7 +1383,7 @@ sub ParseEnumDeclaration {
$declaration =~ s/,(\s*})/$1/g;
# Prime match after "typedef enum {" declaration
- if (!scalar($declaration =~ m/typedef\s+enum\s*\{/msg)) {
+ if (!scalar($declaration =~ m/typedef\s+enum\s*(\S+\s*)?\{/msg)) {
die "Enum declaration '$declaration' does not begin with typedef enum
{\n";
}
---------------------------------------
Received: (at 267789-close) by bugs.debian.org; 24 Feb 2005 18:38:43 +0000
>From [EMAIL PROTECTED] Thu Feb 24 10:38:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4Nso-0004sl-00; Thu, 24 Feb 2005 10:38:42 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D4NmY-0008Sj-00; Thu, 24 Feb 2005 13:32:14 -0500
From: Loic Minier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#267789: fixed in gtk-doc 1.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Feb 2005 13:32:14 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 6
Source: gtk-doc
Source-Version: 1.3-2
We believe that the bug you reported is fixed in the latest version of
gtk-doc, which is due to be installed in the Debian FTP archive:
gtk-doc-tools_1.3-2_all.deb
to pool/main/g/gtk-doc/gtk-doc-tools_1.3-2_all.deb
gtk-doc_1.3-2.diff.gz
to pool/main/g/gtk-doc/gtk-doc_1.3-2.diff.gz
gtk-doc_1.3-2.dsc
to pool/main/g/gtk-doc/gtk-doc_1.3-2.dsc
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.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated gtk-doc 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: Wed, 23 Feb 2005 19:07:18 +0100
Source: gtk-doc
Binary: gtk-doc-tools
Architecture: source all
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description:
gtk-doc-tools - the GTK+ documentation tools
Closes: 247542 248095 248097 248141 260930 267789 292563 292743 295674
Changes:
gtk-doc (1.3-2) unstable; urgency=low
.
* NMU acknowledgements:
- for version 1.3-1.1, thanks Roger Leigh,
(closes: #248141, #260930, #267789, #292563, #292743)
- for version 1.2-1.2, thanks J.H.M. Dassen,
(closes: #247542, #248095, #248097)
* debian/patches/00_scanobj-sh-calls.patch: prefix commands with "sh -x -c"
to help debugging FTBFS (closes: #295674)
* debian/control: added ${misc:Depends}
* debian/copyright: updated
* debian/watch: added
* set myself as maintainer, with the agreement of the previous maintainer,
thanks Sebastian Rittau for your maintenance!
* set GNOME team and Sebastian Rittau as Uploaders
Files:
e78eeefefd45c8acdd71c1d336219b22 1630 gnome optional gtk-doc_1.3-2.dsc
5bb68accffe449db89ebffa0bbb323f9 10854 gnome optional gtk-doc_1.3-2.diff.gz
a2d7a0d549a4c74eeafdbe94eb00b3eb 119822 gnome optional
gtk-doc-tools_1.3-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCHhq/Qxo87aLX0pIRAqqbAJ4gmC4bKCIbht5LqP+IUMVidk0sTgCg0sP6
NDnj3YWDMepDZ/kVblyRro8=
=P0j6
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]