Your message dated Thu, 07 Feb 2008 09:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448106: fixed in flex 2.5.34-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)

--- Begin Message ---
Package: flex
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Monday, October 08, 2007, I notified you of the beginning of a review process
concerning debconf templates for flex.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading flex with these changes right now.

The second phase of this process will begin on Monday, October 29, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Monday, November 19, 2007. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around <DAY25>, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- flex.old/debian/templates.master    2007-10-06 19:13:47.502874919 +0200
+++ flex/debian/templates.master        2007-10-26 07:12:59.709940170 +0200
@@ -1,16 +1,23 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: flex/upgrade/pre_2.5.5
 Type: boolean
 Default: false
 _Description: Are you sure you want to upgrade flex?
- This version of Flex is a major upgrade from previous
- versions. There have been extensive changes. Flex scanners
- are now reenterant, you may have multiple scanners in
- the same program with differing sets of defaults, and
- they play nicer with modern C and C++ compilers. The flip
- side is that Flex no longer conforms to the POSIX lex
- behaviour, and the scanners require conforming
- implementations when flex is used in ANSI C mode. The package
- flex-old provides the same behaviour as version 2.5.4a of Flex.
+ The behavior of Flex has undergone a major change since version
+ 2.5.4a. Flex scanners are now reentrant: they can have multiple
+ scanners in the same program with differing sets of defaults, and
+ they play nicer with modern C and C++ compilers. The flipside is that
+ Flex no longer conforms to the POSIX lex behavior, and the scanners
+ require conforming implementations when Flex is used in ANSI C
+ mode. The package flex-old provides the older behavior.
  .
  Please make sure you are prepared for these changes in Flex
  before continuing with its upgrade.
--- flex.old/debian/control     2007-10-06 19:13:47.502874919 +0200
+++ flex/debian/control 2007-10-23 07:13:35.495172873 +0200
@@ -6,6 +6,7 @@
 Build-Depends: bison, gettext, texinfo, help2man, file, po-debconf
 Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2.0
+Homepage: http://flex.sf.net/
 
 Package: flex
 Architecture: any
@@ -13,35 +14,31 @@
 Depends: ${shlibs:Depends}, m4
 Recommends: gcc | c-compiler
 Suggests: bison
-Description: A fast lexical analyzer generator.
- flex is a tool for generating scanners: programs which recognized lexical
- patterns in text. flex reads the given input files for a description of a
+Description: fast lexical analyzer generator - binaries
+ Flex is a tool for generating scanners (programs which recognize lexical
+ patterns in text). It reads the given input files for a description of a
  scanner to generate. The description is in the form of pairs of regular
- expressions and C code, called rules. flex generates as output a C source
- file, lex.yy.c, which defines a routine yylex().  This file is compiled
+ expressions and C code, called rules. It generates as output a C source
+ file, lex.yy.c, which defines a routine yylex(). This file is compiled
  and linked with the -lfl library to produce an executable. When the
  executable is run, it analyzes its input for occurrences of the regular
  expressions. Whenever it finds one, it executes the corresponding C code.
  .
- The behaviour of Flex has undergone a major change since version
- 2.5.4a; Flex scanners are now reentrant, you may have multiple
+ The behavior of Flex has undergone a major change since version
+ 2.5.4a. Flex scanners are now reentrant: they can have multiple
  scanners in the same program with differing sets of defaults, and
- they play nicer with modern C and C++ compilers. The Flip side is
- that Flex no longer conforms to the POSIX lex behaviour, and the
- scanners require conforming implementations when flex is used in ANSI
- C mode. The package flex-old provides the older behaviour.
+ they play nicer with modern C and C++ compilers. The flipside is that
+ Flex no longer conforms to the POSIX lex behavior, and the scanners
+ require conforming implementations when Flex is used in ANSI C
+ mode. The package flex-old provides the older behavior.
  .
  This product includes software developed by the University of California,
  Berkeley and its contributors. The upstream source code can be found at 
- http://prdownloads.sourceforge.net/flex/flex-2.5.33.tar.bz2?download
- The project web page is at http://flex.sf.net/
+ http://prdownloads.sourceforge.net/flex/flex-2.5.33.tar.bz2?download.
 
 Package: flex-doc
 Section: doc
 Priority: optional
 Architecture: all
-Description: Documentation for flex (a fast lexical analyzer generator)
- This package contains the HTML documentation for flex. The upstream 
- source code can be found at
- http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download
- The project web page is at http://lex.sf.net/
+Description: fast lexical analyzer generator - documentation
+ This package contains the HTML documentation for flex.

--- End Message ---
--- Begin Message ---
Source: flex
Source-Version: 2.5.34-1

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

flex-doc_2.5.34-1_all.deb
  to pool/main/f/flex/flex-doc_2.5.34-1_all.deb
flex_2.5.34-1.diff.gz
  to pool/main/f/flex/flex_2.5.34-1.diff.gz
flex_2.5.34-1.dsc
  to pool/main/f/flex/flex_2.5.34-1.dsc
flex_2.5.34-1_amd64.deb
  to pool/main/f/flex/flex_2.5.34-1_amd64.deb
flex_2.5.34.orig.tar.gz
  to pool/main/f/flex/flex_2.5.34.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated flex 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: Thu, 07 Feb 2008 01:12:19 -0600
Source: flex
Binary: flex flex-doc
Architecture: source all amd64
Version: 2.5.34-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 flex       - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator).
Closes: 445744 448106 448579 448580 448660 449183 449266 449446 450958 451184 
453412 462196
Changes: 
 flex (2.5.34-1) unstable; urgency=low
 .
   * New upstream release. This version has incorporated every single
     feature and bug fix carried around by Debian, and thus all feature
     branches are now sealed and merged back.    Closes: #462196
   * Since the version from which flex asks the question about upgrades was
     released in 2003, it is time to retire the debconf question. So, the
     debconf question is now gone, which means that all the translations of
     the debconf translations are not required. Closes: Bug#448106, Bug#445744
     Also closes: #448579, #448580, #448660, #449183, #449266, #449446, #450958
     Closes: #451184, #453412
Files: 
 54b1cd9e681133245d0bf1528ef73dd0 763 devel standard flex_2.5.34-1.dsc
 d584c60147bc2951279d077aa85ee77e 1453805 devel standard flex_2.5.34.orig.tar.gz
 892aad31e798a27de12a895a8f7119ca 31978 devel standard flex_2.5.34-1.diff.gz
 8374e2aa2d6de52570f84bda5a47f86f 200046 doc optional flex-doc_2.5.34-1_all.deb
 7ec72703a989dd4ad5040d24afcb96f6 324292 devel standard flex_2.5.34-1_amd64.deb

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

iD8DBQFHqsfVIbrau78kQkwRAjxAAKCQj9TyIn9VeI9OyoKIIutB3CJaTgCfVanl
NDXNGpDNbxMxtPI/GB9sK94=
=Yw4r
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to