Your message dated Tue, 08 Apr 2008 16:32:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447329: fixed in ppp 2.4.4rel-10
has caused the Debian Bug report #447329,
regarding ppp: [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.)


-- 
447329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447329
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ppp
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Tuesday, October 02, 2007, I notified you of the beginning of a review 
process
concerning debconf templates for ppp.

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 ppp with these changes right now.

The second phase of this process will begin on Tuesday, October 23, 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 Tuesday, November 13, 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
--- ppp.old/debian/ppp-udeb.templates   2007-09-23 07:20:03.737360559 +0200
+++ ppp/debian/ppp-udeb.templates       2007-10-20 08:59:06.174533189 +0200
@@ -1,3 +1,12 @@
+# 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: debian-installer/ppp-udeb/title
 Type: text
 #  Main menu item
@@ -5,43 +14,43 @@
 
 Template: ppp/no_concentrators
 Type: error
-_Description: No concentrator was found
+_Description: No PPPoE concentrator
  All network interfaces have been probed, but a PPPoE concentrator was
  not detected.
  .
- The configuration of PPPoE is aborted. It can be attempted again by
+ The configuration of PPPoE has been aborted. It can be attempted again by
  selecting the relevant menu entry.
 
 Template: ppp/interface
 Type: string
 Default: _
 Description: Interface name:
- Please enter the name of the network interface connected to your PPPoE
+ Please enter the name of the network interface connected to the PPPoE
  modem.
 
 Template: ppp/username
 Type: string
-_Description: PPP login:
+_Description: ISP account username:
  Please enter the username for the PPP connection.
  .
- This information should have been provided to you by your Internet Service
+ This information should have been provided by your Internet Service
  Provider.
 
 Template: ppp/password
 Type: password
-_Description: PPP password:
+_Description: ISP account password:
  Please enter the password for the PPP connection.
  .
- This information should have been provided to you by your Internet Service
+ This information should have been provided by your Internet Service
  Provider.
 
 Template: ppp/detect_failed
 Type: error
-_Description: No Ethernet interface found
+_Description: No Ethernet interface
  PPPoE networking cannot be configured because no Ethernet interface was
  detected.
  .
- The configuration of PPPoE is aborted. It can be attempted again by
+ The configuration of PPPoE has been aborted. It can be attempted again by
  selecting the relevant menu entry.
 
 Template: ppp/detect_progress
@@ -52,21 +61,19 @@
 Type: error
 _Description: Failed authentication
  A PPPoE connection was attempted, but the provided login information was
- incorrect. Because of this the authentication failed.
+ probably incorrect.
  .
- Please make sure you type the correct username and password.
+ Please check the username and password you provided.
  .
- The configuration of PPPoE is aborted. It can be attempted again by
+ The configuration of PPPoE has been aborted. It can be attempted again by
  selecting the relevant menu entry.
 
 Template: ppp/unhandled
 Type: error
 _Description: Unhandled error
- It seems that the attempt to create a connection resulted in an unhandled
- error. Probably there is some exceptional situation which prevents
- establishing the connection.
+ An unidentified error happened while attempting to create a connection.
  .
- The configuration of PPPoE is aborted. It can be attempted again by
+ The configuration of PPPoE has been aborted. It can be attempted again by
  selecting the relevant menu entry.
 
 Template: ppp/please_wait
--- ppp.old/debian/control      2007-09-23 07:20:03.737360559 +0200
+++ ppp/debian/control  2007-10-17 07:36:05.156425932 +0200
@@ -13,13 +13,14 @@
 Conflicts: ppp-pam, ppp-udeb, pppdcapiplugin (<= 1:3.7.2005-07-09-2), makedev 
(<< 2.3.1-56)
 Replaces: ppp-pam, ppp-udeb
 Suggests: iptables
-Description: Point-to-Point Protocol (PPP) daemon
- The Point-to-Point Protocol (PPP) provides a standard way to transmit
+Description: Point-to-Point Protocol (PPP) - daemon
+ The Point-to-Point Protocol provides a standard way to transmit
  datagrams over a serial link, as well as a standard way for the machines
- at either end of the link (the "peers") to negotiate various optional
- characteristics of the link.  Using PPP, a serial link can be used to
- transmit Internet Protocol (IP) datagrams, allowing TCP/IP connections
- between the peers.
+ at either end of the link to negotiate various optional characteristics
+ of the link.
+ .
+ This package is most commonly used to manage a modem for dial-up or
+ certain kinds of broadband connections.
 
 Package: ppp-udeb
 XC-Package-Type: udeb
@@ -28,20 +29,23 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ethernet-card-detection, 
ppp-modules, di-utils
 Provides: configured-network
 XB-Installer-Menu-Item: 1700
-Description: Point-to-Point Protocol (PPP) daemon
- The Point-to-Point Protocol (PPP) provides a standard way to transmit
+Description: Point-to-Point Protocol (PPP) - package for Debian Installer
+ The Point-to-Point Protocol provides a standard way to transmit
  datagrams over a serial link, as well as a standard way for the machines
- at either end of the link (the "peers") to negotiate various optional
- characteristics of the link.  Using PPP, a serial link can be used to
- transmit Internet Protocol (IP) datagrams, allowing TCP/IP connections
- between the peers.
+ at either end of the link to negotiate various optional characteristics
+ of the link.
  .
- ppp-udeb is a minimal ppp package used by the debian-installer.
+ This package is a minimal ppp package used by the Debian Installer.
 
 Package: ppp-dev
 Section: devel
 Architecture: all
 Priority: extra
 Depends: ${shlibs:Depends}
-Description: Selected headers from the ppp package
- Contains some files needed to build some packages related to pppd.
+Description: Point-to-Point Protocol (PPP) - development files
+ The Point-to-Point Protocol provides a standard way to transmit
+ datagrams over a serial link, as well as a standard way for the machines
+ at either end of the link to negotiate various optional characteristics
+ of the link.
+ .
+ This package provides files needed to build pppd-related software.

--- End Message ---
--- Begin Message ---
Source: ppp
Source-Version: 2.4.4rel-10

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

ppp-dev_2.4.4rel-10_all.deb
  to pool/main/p/ppp/ppp-dev_2.4.4rel-10_all.deb
ppp-udeb_2.4.4rel-10_amd64.udeb
  to pool/main/p/ppp/ppp-udeb_2.4.4rel-10_amd64.udeb
ppp_2.4.4rel-10.diff.gz
  to pool/main/p/ppp/ppp_2.4.4rel-10.diff.gz
ppp_2.4.4rel-10.dsc
  to pool/main/p/ppp/ppp_2.4.4rel-10.dsc
ppp_2.4.4rel-10_amd64.deb
  to pool/main/p/ppp/ppp_2.4.4rel-10_amd64.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.
Frans Pop <[EMAIL PROTECTED]> (supplier of updated ppp 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: Tue, 08 Apr 2008 16:53:04 +0200
Source: ppp
Binary: ppp ppp-udeb ppp-dev
Architecture: source amd64 all
Version: 2.4.4rel-10
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Frans Pop <[EMAIL PROTECTED]>
Description: 
 ppp        - Point-to-Point Protocol (PPP) - daemon
 ppp-dev    - Point-to-Point Protocol (PPP) - development files
 ppp-udeb   - Point-to-Point Protocol (PPP) - package for Debian Installer 
(udeb)
Closes: 426870 447116 447329 447847 447902 447917 447918 447994 448301 448542 
449022 449261 450517 450544 450702 450724 451446 455366 466273 473782 475032
Changes: 
 ppp (2.4.4rel-10) unstable; urgency=low
 .
   * ppp-udeb: allow for preseeding of the netcfg/get_hostname template.
     Closes: #455366.
   * ppp-udeb: also ask for a domain name to be used in /etc/hosts.
     Closes: #475032.
   * ppp-udeb: switch from using 'ifconfig' to 'ip' because the former is no
     longer included in busybox-udeb. Closes: #451446.
   * Handle the setting of fallback DNS in ppp-udeb. Those are set by
     preseeding netcfg/get_nameservers. Thanks to Jérémy Bobbio for the patch.
     Closes: #473782.
   * Add new translation for Belarussian. Closes: #447116.
   * Fix LSB header in init.d script. Closes: #466273.
   * Add myself as uploader with Marco's blessing.
 .
   [ Christian Perrier ]
   * Debconf templates and debian/control reviewed by the debian-l10n-english
     team as part of the Smith review project. Closes: #447329
 .
   [Debconf translation updates]
   * Vietnamese. Closes: #447847, #426870
   * German. Closes: #447902
   * Galician. Closes: #447917
   * Romanian. Closes: #447918
   * Basque. Closes: #447994
   * Finnish. Closes: #448301
   * Spanish. Closes: #448542
   * Dutch. Closes: #449022
   * Czech. Closes: #449261
   * Russian. Closes: #450517
   * Portuguese. Closes: #450544
   * French. Closes: #450702
   * Norwegian Bokmål; Bokmål, Norwegian. Closes: #450724
Files: 
 2eae85b4e1902565f4a621dcb8850ac9 695 admin optional ppp_2.4.4rel-10.dsc
 39ed86c89b979f9aa499e961a2d72f6b 104851 admin optional ppp_2.4.4rel-10.diff.gz
 640ce2eba073a019de78cc3246acccd1 357018 admin optional 
ppp_2.4.4rel-10_amd64.deb
 39decd7902b8eeff36d3a743aa963a0e 132036 debian-installer optional 
ppp-udeb_2.4.4rel-10_amd64.udeb
 4dfb4a082afe7e5fb836e85cd6043214 48006 devel extra ppp-dev_2.4.4rel-10_all.deb
Package-Type: udeb

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

iD8DBQFH+5zpgm/Kwh6ICoQRAtplAKCQEdEHOwMhpbF7Ii5V5MWC3SLCsQCg0kk3
o5w8JGt56asZCisLfwFAZSc=
=AigV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to