Your message dated Sat, 12 Apr 2008 21:17:48 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457025: fixed in gcl 2.6.7-36.1
has caused the Debian Bug report #457025,
regarding gcl: [debconf_rewrite] Debconf templates and debian/control review
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.)
--
457025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457025
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcl
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Friday, November 30, 2007, I notified you of the beginning of a review
process
concerning debconf templates for gcl.
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 gcl with these changes right now.
The second phase of this process will begin on Saturday, December 22, 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 Saturday, January 12, 2008. 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 Sunday, January 13, 2008, 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-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- gcl.old/debian/in.gcl.templates 2007-11-25 16:48:30.704811977 +0530
+++ gcl/debian/in.gcl.templates 2007-12-19 11:56:03.350211134 +0530
@@ -1,26 +1,38 @@
+# 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: [EMAIL PROTECTED]@/default_gcl_ansi
Type: boolean
-_Description: Use the work-in-progress ansi build by default?
+_Description: Use the work-in-progress ANSI build by default?
GCL is in the process of providing an ANSI compliant image in addition to
- its traditional CLtL1 image still in production use. Please see the
- README.Debian file for a brief description of these terms. Setting this
- variable will determine which image you will use by default on executing
- '[EMAIL PROTECTED]@'. You can locally override this choice by setting the
GCL_ANSI
+ its traditional CLtL1 image still in production use.
+ .
+ Please see the README.Debian file for a brief description of these terms.
+ Choosing this option will determine which image will be used by default
+ when executing '[EMAIL PROTECTED]@'.
+ .
+ This setting may be overridden by setting the GCL_ANSI
environment variable to any non-empty string for the ANSI build, and to
- the empty string for the CLtL1 build, e.g. GCL_ANSI=t [EMAIL PROTECTED]@. The
- flavor of the build in force will be reported in the initial startup
+ the empty string for the CLtL1 build, e.g. GCL_ANSI=t [EMAIL PROTECTED]@. The
+ currently enforced build flavor will be reported in the initial startup
banner.
Template: [EMAIL PROTECTED]@/default_gcl_prof
Type: boolean
_Description: Use the profiling build by default?
- GCL now has optional support for profiling via gprof. Please see the
- documentation
- for si::gprof-start and si::gprof-quit for details. As this build is slower
- than builds without gprof support, it is not recommended for final production
use.
- You can locally override the default choice made here
- by setting the
- GCL_PROF environment variable to any non-empty string for profiling
- support, and to the empty string for the more optimized builds, e.g.
- GCL_PROF=t [EMAIL PROTECTED]@. If profiling is enabled, this will be
reported in
- the initial startup banner.
+ GCL has optional support for profiling via gprof.
+ .
+ Please see the documentation for si::gprof-start and si::gprof-quit
+ for details. As this build is slower than builds without gprof
+ support, it is not recommended for final production use.
+ .
+ Set the GCL_PROF environment variable to the empty string for more
+ optimized builds, or any non-empty string for profiling support; e.g.
+ GCL_PROF=t [EMAIL PROTECTED]@. If profiling is enabled, this will be reported
+ in the initial startup banner.
--- gcl.old/debian/control 2007-11-25 16:48:30.704811977 +0530
+++ gcl/debian/control 2007-12-16 15:38:12.473983404 +0530
@@ -9,14 +9,14 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gcc}, debconf (>= 1.2.0),
emacs22 | emacsen
Suggests: gcl-doc
-Description: GNU Common Lisp compiler
+Description: GNU Common Lisp compiler - binaries
GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
- implemented in C, and complying mostly with the standard set
- forth in the book "Common Lisp, the Language I". It attempts
- to strike a useful middle ground in performance and portability
- from its design around C.
+ implemented in C, and complying mostly with the standard set forth in
+ the book "Common Lisp, the Language (1st edition)". It attempts to
+ take a useful middle ground in performance and portability by way of
+ its design around C.
.
- This package contains the Lisp system itself. Documentation
+ This package contains the Lisp system itself. The documentation
is provided in the gcl-doc package.
Package: gcl-doc
@@ -24,13 +24,13 @@
Architecture: all
Conflicts: gclinfo
Replaces: gclinfo
-Description: Documentation for GNU Common Lisp
+Description: GNU Common Lisp compiler - documentation
GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
- implemented in C, and complying mostly with the standard set
- forth in the book "Common Lisp, the Language I". It attempts
- to strike a useful middle ground in performance and portability
- from its design around C.
+ implemented in C, and complying mostly with the standard set forth in
+ the book "Common Lisp, the Language (1st edition)". It attempts to
+ take a useful middle ground in performance and portability by way of
+ its design around C.
.
- This package contains Documentation in info format of both the
- system internals, as well as the graphical interface currently
+ This package contains the GCL documentation in info format for the
+ system internals as well as the graphical interface currently
implemented in Tcl/Tk.
--- End Message ---
--- Begin Message ---
Source: gcl
Source-Version: 2.6.7-36.1
We believe that the bug you reported is fixed in the latest version of
gcl, which is due to be installed in the Debian FTP archive:
gcl-doc_2.6.7-36.1_all.deb
to pool/main/g/gcl/gcl-doc_2.6.7-36.1_all.deb
gcl_2.6.7-36.1.diff.gz
to pool/main/g/gcl/gcl_2.6.7-36.1.diff.gz
gcl_2.6.7-36.1.dsc
to pool/main/g/gcl/gcl_2.6.7-36.1.dsc
gcl_2.6.7-36.1_i386.deb
to pool/main/g/gcl/gcl_2.6.7-36.1_i386.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.
Christian Perrier <[EMAIL PROTECTED]> (supplier of updated gcl 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.8
Date: Fri, 14 Mar 2008 05:45:32 +0100
Source: gcl
Binary: gcl gcl-doc
Architecture: source all i386
Version: 2.6.7-36.1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Christian Perrier <[EMAIL PROTECTED]>
Description:
gcl - GNU Common Lisp compiler
gcl-doc - Documentation for GNU Common Lisp
Closes: 457025 457576 457677 458120 458255 458529 459008 459308 459541 459887
Changes:
gcl (2.6.7-36.1) unstable; urgency=low
.
* Non-maintainer upload to fix pending l10n issues
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #457025
* [Debconf translation updates]
- Portuguese. Closes: #457576
- Czech. Closes: #457677
- French. Closes: #458120
- Finnish. Closes: #458255
- Galician. Closes: #458529
- Vietnamese. Closes: #459008
- Russian. Closes: #459308
- Dutch. Closes: #459541
- German. Closes: #459887
* [Lintian] Correct FSF address in debian/copyright
* [Lintian] Remove extra whitespaces at the end of
debian/in.gcl-doc.doc-base.tk
* [Lintian] Correct section in doc-base documents from Apps/Programming
to Programming
Checksums-Sha1:
3b2f2dd825bd6d84ce47783d843ec2ed68b2e60a 1100 gcl_2.6.7-36.1.dsc
8b50909ce3c142083007c90a0e8a56ab414e0265 14435546 gcl_2.6.7-36.1.diff.gz
2e19fe694e3f294dfc46751cf35dd9bd65996acd 574852 gcl-doc_2.6.7-36.1_all.deb
07404c0f4541606e150ad37d3d9b42295503d697 51204434 gcl_2.6.7-36.1_i386.deb
Checksums-Sha256:
8bdacb04888c8d992d0a03841df525deca41ab05580fcebce2312ab9454a2479 1100
gcl_2.6.7-36.1.dsc
f09079a1f739f2ae94e2cca2a493481b28d3b7def6b20fa527a9779e22adc762 14435546
gcl_2.6.7-36.1.diff.gz
6157347b0b8b6fa52db48d38c78678473da5a3eac67b7aecfb9fac3e5efa9356 574852
gcl-doc_2.6.7-36.1_all.deb
bbeb5e3c8cfbb427147c3970f24303095a4fcc2892ebf5e60f475c0ecb5326a2 51204434
gcl_2.6.7-36.1_i386.deb
Files:
c6dd6e8e9cc5b5bfc349488e285ba7d1 1100 interpreters optional gcl_2.6.7-36.1.dsc
15ffb34525af6a8eddd44eac0cf63222 14435546 interpreters optional
gcl_2.6.7-36.1.diff.gz
62246287db1d25624636b4721e8e267b 574852 doc optional gcl-doc_2.6.7-36.1_all.deb
fbc83157439113d069b46293aabd4aca 51204434 interpreters optional
gcl_2.6.7-36.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH/59W1OXtrMAUPS0RAt5oAJoDdNi53sYyPHy3nzlbH6CEq5gAXgCeKe2C
6uPH137UcrYXero2Z5zZkBw=
=Q/UV
-----END PGP SIGNATURE-----
--- End Message ---