[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#298369: marked as done (O: styx -- combined parser/scanner generator)



Your message dated Sat, 19 Nov 2005 15:32:30 -0800
with message-id <E1EdcC6-0004Pb-5l@spohr.debian.org>
and subject line Bug#298369: fixed in styx 1.7-1
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; 7 Mar 2005 01:44:05 +0000
>From jeroen@wolffelaar.nl Sun Mar 06 17:44:05 2005
Return-path: <jeroen@wolffelaar.nl>
Received: from 220pc220.sshunet.nl (mordor.wolffelaar.nl) [145.97.220.220] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D87Hx-0004rs-00; Sun, 06 Mar 2005 17:44:05 -0800
Received: from jeroen by mordor.wolffelaar.nl with local (Exim 4.44)
	id 1D87Hw-0000cz-Fn; Mon, 07 Mar 2005 02:44:04 +0100
To: Debian Bug Tracking System <submit@bugs.debian.org>
X-Debbugs-CC: Siggy Brentrup <bsb@debian.org>
Subject: O: styx -- combined parser/scanner generator documentation
X-MIA-Summary: Orphaning: styx
Message-Id: <E1D87Hw-0000cz-Fn@mordor.wolffelaar.nl>
From: Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
Date: Mon, 07 Mar 2005 02:44:04 +0100
Delivered-To: submit@bugs.debian.org
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: wnpp
Severity: normal

The current maintainer of styx, Siggy Brentrup <bsb@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: styx
Binary: styx-dev, libxstyx, styx, libdstyx, styx-doc
Version: 1.6.1-1
Priority: optional
Section: devel
Maintainer: Siggy Brentrup <bsb@debian.org>
Build-Depends: debhelper (>= 4), automake1.4, autoconf, docbook-to-man
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/s/styx
Files: aa02dd7eb21a4b8c0660babf2b6c40ab 560 styx_1.6.1-1.dsc
 99a374d045d93e3797c11d8b9622041e 1043364 styx_1.6.1-1.tar.gz

Package: libdstyx
Priority: optional
Section: libs
Installed-Size: 325
Maintainer: Siggy Brentrup <bsb@debian.org>
Architecture: i386
Source: styx
Version: 1.6.1-1
Depends: libc6 (>= 2.3.2.ds1-4)
Filename: pool/main/s/styx/libdstyx_1.6.1-1_i386.deb
Size: 120074
MD5sum: 2a25dcfd3c54d36685b6d96ad83a97cd
Description: core runtime library for styx
 Dynamically linked programs containing lexical scanners or parsers
 developed with styx depend on this library.
 .
 It implements abstract grammar, LALR(1) parser and lexical scanner
 interfaces, hashed symbol tables and supporting data types.

Package: libxstyx
Priority: optional
Section: libs
Installed-Size: 241
Maintainer: Siggy Brentrup <bsb@debian.org>
Architecture: i386
Source: styx
Version: 1.6.1-1
Depends: libc6 (>= 2.3.2.ds1-4), libdstyx (>= 1.6)
Filename: pool/main/s/styx/libxstyx_1.6.1-1_i386.deb
Size: 93600
MD5sum: 702e5d9ea67e6eb959f3a378763db4de
Description: runtime library for styx
 This library contains the implementation of the styx parser/scanner
 generator proper.
 .
 Applications using styx's advanced features (e.g. operating on
 grammars at runtime) must link against this library.

Package: styx
Priority: optional
Section: devel
Installed-Size: 130
Maintainer: Siggy Brentrup <bsb@debian.org>
Architecture: i386
Version: 1.6.1-1
Depends: libc6 (>= 2.3.2.ds1-4), libdstyx (>= 1.6), libxstyx (>= 1.6)
Recommends: styx-dev (= 1.6.1-1)
Suggests: styx-doc (= 1.6.1-1)
Filename: pool/main/s/styx/styx_1.6.1-1_i386.deb
Size: 53316
MD5sum: 11335f985ec1ce29be94f061322e3da9
Description: combined parser/scanner generator
 The package facilitates application development including
 user-defined context free languages.
 .
 It's development model deviates from the traditional lex/yacc pair
 (flex/bison in Debian) by automating tedious tasks which are
 commonly implemented in yacc's actions.
 .
 Styx automatically derives a depth grammar, generates reentrant
 parsers that support persistent derivation trees, preserve full
 source information, support Unicode and are thread safe.

Package: styx-dev
Priority: optional
Section: devel
Installed-Size: 1024
Maintainer: Siggy Brentrup <bsb@debian.org>
Architecture: i386
Source: styx
Version: 1.6.1-1
Depends: styx (= 1.6.1-1)
Suggests: styx-doc (= 1.6.1-1)
Filename: pool/main/s/styx/styx-dev_1.6.1-1_i386.deb
Size: 294154
MD5sum: a6167671627ae6bc53f420e09835104e
Description: combined parser/scanner generator development files
 Static libraries and headers needed for development with styx.
 .
 cf. styx for features.

Package: styx-doc
Priority: optional
Section: doc
Installed-Size: 1286
Maintainer: Siggy Brentrup <bsb@debian.org>
Architecture: all
Source: styx
Version: 1.6.1-1
Filename: pool/main/s/styx/styx-doc_1.6.1-1_all.deb
Size: 246558
MD5sum: c74b3933171ee8359e986b25dd150560
Description: combined parser/scanner generator documentation
 "The Styx Handbook" describes application development with styx and
 contains HTML reference documentation for the styx API.
 .
 Contains a full blown example showing how to build an XML parser
 with styx.
 .
 cf. styx for features.

Justification: No activity since june 2004, doesn't respond to pings

---------------------------------------
Received: (at 298369-close) by bugs.debian.org; 19 Nov 2005 23:41:25 +0000
>From katie@ftp-master.debian.org Sat Nov 19 15:41:25 2005
Return-path: <katie@ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EdcC6-0004Pb-5l; Sat, 19 Nov 2005 15:32:30 -0800
From: =?utf-8?q?Frederik_Sch=C3=BCler?= <fs@debian.org>
To: 298369-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#298369: fixed in styx 1.7-1
Message-Id: <E1EdcC6-0004Pb-5l@spohr.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 19 Nov 2005 15:32:30 -0800
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-Level: 
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

Source: styx
Source-Version: 1.7-1

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

libstyx2_1.7-1_i386.deb
  to pool/main/s/styx/libstyx2_1.7-1_i386.deb
styx-dev_1.7-1_i386.deb
  to pool/main/s/styx/styx-dev_1.7-1_i386.deb
styx-doc_1.7-1_all.deb
  to pool/main/s/styx/styx-doc_1.7-1_all.deb
styx_1.7-1.diff.gz
  to pool/main/s/styx/styx_1.7-1.diff.gz
styx_1.7-1.dsc
  to pool/main/s/styx/styx_1.7-1.dsc
styx_1.7-1_i386.deb
  to pool/main/s/styx/styx_1.7-1_i386.deb
styx_1.7.orig.tar.gz
  to pool/main/s/styx/styx_1.7.orig.tar.gz



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

Debian distribution maintenance software
pp.
Frederik Schüler <fs@debian.org> (supplier of updated styx 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 19 Nov 2005 22:26:05 +0100
Source: styx
Binary: styx-dev styx-doc libstyx2 styx
Architecture: source all i386
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Frederik Schüler <fs@debian.org>
Changed-By: Frederik Schüler <fs@debian.org>
Description: 
 libstyx2   - runtime libraries for styx
 styx       - combined parser/scanner generator for C/C++
 styx-dev   - combined parser/scanner generator development files
 styx-doc   - combined parser/scanner generator documentation
Closes: 298369
Changes: 
 styx (1.7-1) unstable; urgency=low
 .
   * New Maintainer. Closes: #298369
   * New upstream version.
   * Added lintian override for libstyx2.
Files: 
 4deba909d963dca6f39fe889bb78f6a3 611 devel optional styx_1.7-1.dsc
 31287a9b338216af01edf6e9657de96b 2022064 devel optional styx_1.7.orig.tar.gz
 47213cb59802dc908bcb7595cdea4d96 7344 devel optional styx_1.7-1.diff.gz
 ef47b8574c6fb9b7d84b5d11c0e7eff8 266332 doc optional styx-doc_1.7-1_all.deb
 bcbbb6bf0b735e40611d067c404eda4d 53442 devel optional styx_1.7-1_i386.deb
 09a1d7176b2b92edafc31e4f78a08e2d 222458 libs optional libstyx2_1.7-1_i386.deb
 4765fc9ba7f5cb386b9d7175670565ea 309350 devel optional styx-dev_1.7-1_i386.deb

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

iD8DBQFDf7Kx6n7So0GVSSARAsIPAJ9BOlTRtRuH8j2tuPPd03pxuaYRgwCfYyPb
nDb6t3qHO6nbN/HzxKZhv+c=
=Z59y
-----END PGP SIGNATURE-----



Reply to: