Your message dated Wed, 14 Oct 2009 16:17:54 +0000
with message-id <[email protected]>
and subject line Bug#521146: fixed in aolserver4 4.5.1-7
has caused the Debian Bug report #521146,
regarding aolserver4: [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.)
--
521146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521146
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aolserver4
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Monday, March 09, 2009, I notified you of the beginning of a review process
concerning debconf templates for aolserver4.
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, and if you have any
objections, let me know in the next 3 days.
However, please try to avoid uploading aolserver4 with these changes
right now.
The second phase of this process will begin on Saturday, March 28, 2009, 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, April 18, 2009. 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, April 19, 2009, 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: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- aolserver4.old/debian/aolserver4.templates 2009-03-09 08:26:43.163102951
+0100
+++ aolserver4/debian/aolserver4.templates 2009-03-25 09:21:26.635341871
+0100
@@ -1,33 +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: aolserver4/hostname
Type: string
Default: localhost
-_Description: Server hostname:
- AOLserver server needs an hostname to be exposed on redirect pages URL and for
- informative purposes to identify itself.
+_Description: Server hostname:
+ AOLserver needs a hostname to use for redirect page URLs and for
+ identifying itself.
.
- It is generally the fully-qualified DNS hostname of the computer or
- localhost, if it is not networked. Any name which can be legally
- considered for a URL string can be used.
+ It is generally the fully-qualified DNS hostname of the computer, or
+ localhost if it is not networked. Any name valid for a URL string can
+ be used.
Template: aolserver4/address
Type: string
Default: 127.0.0.1
-_Description: Server IP address number:
- AOLserver needs at least an IP address to listen to.
- It is generally the primary Ethernet interface (or the loopback address,
- if the server will be used just locally).
+_Description: Server IP address:
+ AOLserver needs an IP address to listen to.
.
- The default address is the loopback one, which is not recommended
- for general (network or Internet) use.
+ The default is the address of the loopback interface. If the server
+ is to be remotely accessible this should be replaced by the address
+ of the appropriate network interface.
Template: aolserver4/port
Type: string
Default: 80
-_Description: Server TCP port:
+_Description: Server TCP port:
AOLserver needs a port number assigned for its use. This is almost always
port 80 (the standard HTTP port), but might be different if another
web server is installed, or some other service is listening on
that port.
- .
- It is recommended using the default.
- .
--- aolserver4.old/debian/control 2009-03-09 08:26:43.146951462 +0100
+++ aolserver4/debian/control 2009-03-23 07:48:41.970462241 +0100
@@ -14,33 +14,34 @@
Recommends: aolserver4-doc
Conflicts: aolserver4-nscache
Replaces: aolserver4-nscache
-Description: AOL Web Server 4 (Program)
- This is the web engine that powers the mighty America On-Line. It
- is capable of serving a tremendous number of users, and can publish
- hundreds of virtual servers within the same process at the same time.
+Description: AOL web server version 4 - program files
+ AOLserver is the web engine that powers America Online. It
+ is capable of serving a very high number of users, and can host
+ hundreds of virtual servers simultaneously within the same process.
.
It is similar in many respects to Zope, except based largely on Tcl.
It is multi-threaded, and has a C API that can be used to extend
its functionality.
+ .
+ This package provides the server itself.
Package: aolserver4-core
Architecture: any
Depends: debconf (>= 1.2.9) | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}
Provides: httpd, httpd-cgi
Recommends: aolserver4-doc
-Description: AOL Web Server 4 (Core libraries)
- This is the web engine that powers the mighty America On-Line. It
- is capable of serving a tremendous number of users, and can publish
- hundreds of virtual servers within the same process at the same time.
+Description: AOL web server version 4 - core libraries
+ AOLserver is the web engine that powers America Online. It
+ is capable of serving a very high number of users, and can host
+ hundreds of virtual servers simultaneously within the same process.
.
It is similar in many respects to Zope, except based largely on Tcl.
It is multi-threaded, and has a C API that can be used to extend
its functionality.
.
- This package contains the basic shared libraries which are useful
- for building add-on modules and are used also by the daemon.
- It does *not* contain the AOLserver daemon, which can be installed
- using aolserver4 package instead.
+ This package provides the basic shared libraries which are needed by
+ the daemon and are also useful for building add-on modules. It does
+ not contain the AOLserver daemon, which is in aolserver4.
Package: aolserver4-dev
Section: devel
@@ -48,13 +49,17 @@
Depends: aolserver4-core (= ${binary:Version}), tcl-dev (>= 8.4), zlib1g-dev |
libz-dev, ${misc:Depends}
Suggests: aolserver4-doc, aolserver4
Conflicts: aolserver4 (<< 4.5.1-1)
-Description: AOL Web Server 4 (Development Tools)
- This package includes the header files and static libraries needed
- to compile extensions and modules for AOLserver. The header files
- used to be part of the AOLserver package, but have been moved to
- this new package to reduce cruft on non-developer systems.
+Description: AOL web server version 4 - development files
+ AOLserver is the web engine that powers America Online. It
+ is capable of serving a very high number of users, and can host
+ hundreds of virtual servers simultaneously within the same process.
+ .
+ It is similar in many respects to Zope, except based largely on Tcl.
+ It is multi-threaded, and has a C API that can be used to extend
+ its functionality.
.
- This package contains version 4.x of AOLServer Development Tools.
+ This package contains header files and libraries needed to develop
+ applications based on AOLserver.
Package: aolserver4-doc
Section: doc
@@ -62,18 +67,24 @@
Depends: ${misc:Depends}
Recommends: www-browser
Suggests: aolserver4, tcl-doc
-Description: AOL Web Server 4 (Documentation)
- This package contains three reference manuals relating to AOLserver.
- The manuals document Version 3+ of AOLserver.
- .
- (1) The AOLserver Administrator's Guide covers the setup options
- and security issues relating to running the server.
- (2) The AOLserver Tcl Developer's Guide covers the Tcl API which
- can be used to add features to your web pages (similar in
- some respects to PHP or Microsoft's ASP)
- (3) The AOLserver C Developer's Guide covers the C API which can
- be used to create new modules to extend AOLserver.
- .
- This the latest available version of AOLServer documentation, but
- it is quite outdated and incomplete. Un up-to-date API documentation
- is available at http://panoptic.com/wiki/aolserver/Tcl_API
+Description: AOL web server version 4 - documentation
+ AOLserver is the web engine that powers America Online. It
+ is capable of serving a very high number of users, and can host
+ hundreds of virtual servers simultaneously within the same process.
+ .
+ It is similar in many respects to Zope, except based largely on Tcl.
+ It is multi-threaded, and has a C API that can be used to extend
+ its functionality.
+ .
+ This package contains three reference manuals for AOLserver version 3+:
+ - The AOLserver Administrator's Guide covers the setup options
+ and security issues relating to running the server;
+ - The AOLserver Tcl Developer's Guide covers the Tcl API which
+ can be used to add features to your web pages (similar in
+ some respects to PHP or Microsoft's ASP);
+ - The AOLserver C Developer's Guide covers the C API which can
+ be used to create new modules to extend AOLserver.
+ .
+ This is the latest available version of the documentation, but it is
+ quite outdated and incomplete. More up-to-date API documentation is
+ available at http://panoptic.com/wiki/aolserver/Tcl_API.
--- End Message ---
--- Begin Message ---
Source: aolserver4
Source-Version: 4.5.1-7
We believe that the bug you reported is fixed in the latest version of
aolserver4, which is due to be installed in the Debian FTP archive:
aolserver4-core-4.5.1_4.5.1-7_i386.deb
to pool/main/a/aolserver4/aolserver4-core-4.5.1_4.5.1-7_i386.deb
aolserver4-core_4.5.1-7_all.deb
to pool/main/a/aolserver4/aolserver4-core_4.5.1-7_all.deb
aolserver4-daemon_4.5.1-7_i386.deb
to pool/main/a/aolserver4/aolserver4-daemon_4.5.1-7_i386.deb
aolserver4-dev_4.5.1-7_i386.deb
to pool/main/a/aolserver4/aolserver4-dev_4.5.1-7_i386.deb
aolserver4-doc_4.5.1-7_all.deb
to pool/main/a/aolserver4/aolserver4-doc_4.5.1-7_all.deb
aolserver4_4.5.1-7.diff.gz
to pool/main/a/aolserver4/aolserver4_4.5.1-7.diff.gz
aolserver4_4.5.1-7.dsc
to pool/main/a/aolserver4/aolserver4_4.5.1-7.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.
Francesco Paolo Lovergine <[email protected]> (supplier of updated aolserver4
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: Wed, 14 Oct 2009 16:19:01 +0200
Source: aolserver4
Binary: aolserver4-daemon aolserver4-core-4.5.1 aolserver4-dev aolserver4-doc
aolserver4-core
Architecture: source all i386
Version: 4.5.1-7
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[email protected]>
Changed-By: Francesco Paolo Lovergine <[email protected]>
Description:
aolserver4-core - AOL Web Server 4 - transitional package
aolserver4-core-4.5.1 - AOL web server version 4 - core libraries
aolserver4-daemon - AOL web server version 4 - program files
aolserver4-dev - AOL web server version 4 - development files
aolserver4-doc - AOL web server version 4 - documentation
Closes: 518789 519891 521146 521664 521877 522648 522832 522894 522974 523002
523015 523386 523624 523800 524249
Changes:
aolserver4 (4.5.1-7) unstable; urgency=low
.
[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #521146
- [Debconf translation updates]
- Galician. Closes: #524249
- Russian. Closes: #523800
- Portuguese. Closes: #523624
- Spanish. Closes: #523386
- Basque. Closes: #523015
- Finnish. Closes: #523002
- Swedish. Closes: #522974, #518789
- Danish. Closes: #522894
- German. Closes: #522832
- French. Closes: #522648
- Italian. Closes: #521877
- Czech. Closes: #521664
- Japanese. Closes: #519891
.
[ Francesco Paolo Lovergine ]
* Changed section to match ftpmasters override.
* Policy bumped to 3.8.3, without changes.
* Added a README.source file to explain use of dpatch to build the package.
* Now more than one instance of AOLserver can be run by simple custom
scripts under /etc/aolserver4/conf.d. This is useful for OpenACS and other
custom application. This is now explained in the README.Debian file.
* Removed empty /var/run/aolserver4, now created in init script and postinst.
* Updated NEWS file.
* Updated README.Debian file.
* Now init script uses a /etc/default/aolserver4 shell snippet, initially
commented.
* Added /etc/aolserver4/conf.d among directories.
Checksums-Sha1:
e359ca2fb8114adee079681dce82a686bc4f3a03 1340 aolserver4_4.5.1-7.dsc
314b0d75d30980b1da43bf87b0c12a6673759166 93892 aolserver4_4.5.1-7.diff.gz
7cb1364a26c9716589098d6849973fde1c967316 3324102 aolserver4-doc_4.5.1-7_all.deb
f4a80689dc4c3b68149f76c5336d2ba14a3099d1 70492 aolserver4-core_4.5.1-7_all.deb
991ab1d2d69e4e88f2a56647bf7125034be443d8 171194
aolserver4-daemon_4.5.1-7_i386.deb
822f4f05fef329aa1dd8153c954685d60a840b0d 305682
aolserver4-core-4.5.1_4.5.1-7_i386.deb
dd8ac0b42772a5f6f5d8c5ea9fa986b5cd598d44 954714 aolserver4-dev_4.5.1-7_i386.deb
Checksums-Sha256:
6f40d52e98d9055eea96f337752c28506725ed388640476329e48bfa90163893 1340
aolserver4_4.5.1-7.dsc
0f2a23cec348608363f5bfb2e937de0bfcd8cff5a6dbd9e12f18660ed7152da4 93892
aolserver4_4.5.1-7.diff.gz
2b42cc70e682dc506862ae51cd371f7febace62b58b0122d99a53782fb6cb8b2 3324102
aolserver4-doc_4.5.1-7_all.deb
c25ddf1910427cf2f486dbbbbd851747065755b91e88af5ce2f92633b3b0294b 70492
aolserver4-core_4.5.1-7_all.deb
ca7edf8adf5d48cea1017c5f525a758342d1e6ad718b9260ebcbf25ede444be1 171194
aolserver4-daemon_4.5.1-7_i386.deb
edb2619bce5ded87d9675b3b24dc0c929896196e0464e07ede0012dfd2f15296 305682
aolserver4-core-4.5.1_4.5.1-7_i386.deb
c798811a822867994b12041c831dc601835ec99c51cd91f2d76e5cacb3b04e77 954714
aolserver4-dev_4.5.1-7_i386.deb
Files:
8702d0e5b30d2ab43ea9ebede13a3d53 1340 web optional aolserver4_4.5.1-7.dsc
f8bb0e29529305c4a414ac27b9f94d3d 93892 web optional aolserver4_4.5.1-7.diff.gz
2479cbedabd81e84e27d06f3d8ae3a20 3324102 doc optional
aolserver4-doc_4.5.1-7_all.deb
a9726c416ac3072da2a8c889b814d05a 70492 web optional
aolserver4-core_4.5.1-7_all.deb
b5593460d2cc693a58710bb81f4ee8fc 171194 web optional
aolserver4-daemon_4.5.1-7_i386.deb
816586099c9bedff892246f8856eb12a 305682 web optional
aolserver4-core-4.5.1_4.5.1-7_i386.deb
eacf56edace68acfe2b46f78eb92024f 954714 web optional
aolserver4-dev_4.5.1-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrV64EACgkQpFNRmenyx0epZQCg+mszjiEDX5qVrRS9MQRhDW6a
8K0An0uFe7OeAt6FTulQMMho+5jMfqIZ
=OtLp
-----END PGP SIGNATURE-----
--- End Message ---