Your message dated Sat, 21 Jul 2007 10:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430839: fixed in smstools 3.0.10-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: smstools
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Thursday, June 07, 2007, I notified you of the beginning of a review process
concerning debconf templates for smstools.
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 smstools with these changes right now.
The second phase of this process will begin on Saturday, June 30, 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
Thursday, July 12, 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.
On Friday, July 13, 2007, 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.21-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
--- smstools.old/debian/templates 2007-06-07 07:56:03.696474681 +0200
+++ smstools/debian/templates 2007-06-27 18:02:08.742763928 +0200
@@ -1,80 +1,85 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: smstools/configure
Type: boolean
Default: true
-_Description: Manage smsd configuration with debconf?
+_Description: Manage smsd configuration automatically?
+ Reject this option if you want to configure smsd manually.
Template: smstools/config_exist
-Type: note
-_Description: Previously created configuration file exists
- It has been detected that a previously created configuration file exists.
- A backup of this file has been created in /etc/smsd.conf.bak.
+Type: error
+_Description: Previously created configuration file detected
+ The existing configuration file has been moved to /etc/smsd.conf.bak.
Template: smstools/eventhandler
Type: string
-_Description: Global Event handler:
- Specifies an external program or script that will execute,
- whenever a message was sent, received or failed.
- This is useful e.g. when you want to run an email2sms gateway.
+_Description: Global event-handler:
+ Please specify an external program or script that will execute,
+ whenever a message is sent or received, or on failures.
+ This is useful for instance when running an email2sms gateway.
.
- See the examples in /usr/share/doc/smstools/examples for details.
+ Examples of event-handlers are detailed in /usr/share/doc/smstools/examples.
Template: smstools/devicename
Type: string
Default: GSM1
_Description: Modem name:
- Defines a short name for the modem device. It is required.
+ Please specify the short name for the modem device. This is a mandatory
+ setting.
Template: smstools/devicenode
Type: select
#flag:translate:6
__Choices: /dev/ttyS0, /dev/ttyS1, /dev/ttyS2, /dev/ttyS3, /dev/ttyS4, Other
_Description: Modem device:
- Defines the modem device. Usually this is /dev/ttyS0 for the first com-port.
- But your setup may differ. For e.g USB-Devices you have to choice 'other'
- and specify the appriopriate device node with its full path.
+ Please specify the modem device. Usually the modem device is
+ /dev/ttyS0 (the first serial port), but your setup may differ;
+ e.g. for a USB device, choose 'Other' and specify the full path of
+ the appropriate device node.
Template: smstools/devicenodeother
Type: string
-_Description: Modem Device:
- This can be used to define a device node other then the previously
- selection.
+_Description: Modem device:
+ Please specify an optional extra device for the modem.
Template: smstools/devicebaudrate
Type: select
#flag:translate:6
__Choices: 9600, 19200, 28800, 38400, 115200, Other
Default: 19200
-_Description: Baudrate for this device:
- Most modems work well with a baudrate of 19200, but some modems
- require another baudrate to work, e.g. 9600 Baud is another common value.
- If your modem does not support any of the baudrates in the list, you have
- to select 'other' and specify the appriopriate baudrate.
+_Description: Modem device speed (bps):
+ Most modems work well with a speed of 19200bps, but some modems may
+ require 9600 bps. If your modem does not support any of the baud
+ rates in the list, select 'Other'.
Template: smstools/devicebaudrateother
Type: string
-_Description: Baudrate:
- This can be used to define a baudrate other then the most-common baudrates.
+_Description: Modem device speed (bps):
Template: smstools/deviceincoming
Type: boolean
Default: true
_Description: Receive SMS with this device?
- This defines if the device should be used to receive incoming SMS.
+ Please choose whether the device should be used to receive incoming SMS.
Template: smstools/deviceinit
Type: string
-_Description: Modem Init String:
- Specifies a modem initialisation command. Most modems do not need any init
string.
- See your modem manual for more details about modem commands.
- .
- In most cases you can leave this field blank.
+_Description: Modem initialization string:
+ Please specify the modem initialization command. That may be left empty
+ for most modems. Please consult your modem's manual for more details
+ about its supported commands.
Template: smstools/devicepin
-Type: string
-_Description: PIN for the SIM in this device:
- If your SIM needs a PIN to be unlocked, it has to be entered here.
- .
- You can safely leave this field blank, if it doesn't.
+Type: password
+_Description: SIM device PIN code:
+ If the device's SIM needs a PIN to be unlocked, please enter it here.
Template: smstools/configureanothermodem
Type: boolean
--- smstools.old/debian/control 2007-05-28 19:31:01.657705542 +0200
+++ smstools/debian/control 2007-06-24 01:06:41.695970135 +0200
@@ -9,22 +9,20 @@
Package: smstools
Architecture: any
Depends: debconf, adduser, ${shlibs:Depends}
-Description: SMS Server Tools for GSM modems
- The SMS Server Tools make your server into a central
- SMS gateway. You can send and receive SM using a simple
- file-based interface. This Software was made for users
- who send less than 20 000 messages each month.
+Description: SMS server tools for GSM modems
+ The SMS server tools allow setting up a central SMS gateway. It
+ sends and receives SMS messages using a simple file-based
+ interface. It can accommodate up to 20,000 messages a month.
.
- There is an event-handler option that allows you to call
- your own programs or scripts after sent or received SM.
+ It supports an event-handler option that allows calling customized
+ programs or scripts after sending or receiving SMS messages.
.
- The SMS Server Tools use one or more (max. 32) GSM modems
- to send and receive SM. You can equip some modems with
- Vodafone SIM cards and other with Telmi SIM cards (for
- example), to save money. All SM are sorted in queues by
- provider. If one modem fails it will be deactivated for
- one hour before the software retries. The other modems
- run without any restriction. You can log status information
- and alarms using the syslog daemon of your operating system.
+ The SMS Server Tools use one or more (max. 32) GSM modems to send and
+ receive SMS messages. Some modems may be equipped with SIM cards such
+ as Vodafone or Telmi ones. All messages are sorted in queues by the
+ provider. If one modem fails, it will be deactivated for one hour
+ before the software retries, while other modems run without any
+ restriction. The status information and alarms are logged with
+ syslog.
.
- Upstream URL: http://smstools3.kekekasvi.com/
+ Homepage: http://smstools3.kekekasvi.com/
--- End Message ---
--- Begin Message ---
Source: smstools
Source-Version: 3.0.10-1
We believe that the bug you reported is fixed in the latest version of
smstools, which is due to be installed in the Debian FTP archive:
smstools_3.0.10-1.diff.gz
to pool/main/s/smstools/smstools_3.0.10-1.diff.gz
smstools_3.0.10-1.dsc
to pool/main/s/smstools/smstools_3.0.10-1.dsc
smstools_3.0.10-1_i386.deb
to pool/main/s/smstools/smstools_3.0.10-1_i386.deb
smstools_3.0.10.orig.tar.gz
to pool/main/s/smstools/smstools_3.0.10.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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated smstools 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: Sat, 21 Jul 2007 11:37:31 +0100
Source: smstools
Binary: smstools
Architecture: source i386
Version: 3.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description:
smstools - SMS server tools for GSM modems
Closes: 292639 396427 418572 418575 429372 429373 429374 430839 431078 431079
431439 431558 431619 431727 432188 432216 432329 433012 433762
Changes:
smstools (3.0.10-1) unstable; urgency=low
.
[ Mark Purcell ]
* New upstream release
* 3.0.9: changes to the PDU checking
- smstools do not support PDU messages (Closes: #396427)
* 3.0.9beta2: Running as an unpriviledged user
- smsd produce files with false group (Closes: #431078)
* 3.0.9beta2: mode setting is now automatic for PDU's of incoming messages
- smstools can not decode received messages but I can manualy...
(Closes: #429374)
* 3.0.9beta2: Validity period setting now accepts keywords
- Invalid validity period in config file: year (Closes: #431079)
* 3.0.9beta2: International Mobile Subscriber Identity (IMSI) asked
from modem on starup
- smstools should include a "To: <number>" header in received messages
(Closes: #429373)
* Cleanup debian/NEWS
- Spelling error in NEWS.Debian.gz (Closes: #429372)
* Install smsd.de.8 - Thanks Michelle
- german manpage smstools.de.8 (Closes: #432329)
* Update debian/watch to look for 3.0.x]
* smsd segfaults on amd64 (Closes: #292639)
* Upstream changelog moved: dh_installchangelogs doc/history3.html
* cleanup debian-rules-ignores-make-clean-error
.
[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project.
Closes: #430839, #418572
* Debconf translation updates:
- German. Closes: #418575, #432188
- Galician. Closes: #431439
- Vietnamese. Closes: #431558
- Portuguese. Closes: #431619
- French. Closes: #431727
- Russian. Closes: #432216
- Czech. Closes: #433012
- Basque. Closes: #433762
Files:
1b9c931870dba052c0da1ad9e8cc33ee 668 comm optional smstools_3.0.10-1.dsc
a24e65e37658296b1a4ec6ae266c53a9 210913 comm optional
smstools_3.0.10.orig.tar.gz
b3dadb662aeee5a1528af85a0c17dc99 22695 comm optional smstools_3.0.10-1.diff.gz
9934f13796be2175d4a68c9366efe803 217004 comm optional
smstools_3.0.10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGoeIJoCzanz0IthIRAmzdAJ9EWySGJ7miXYb6Py784EFZf47j5wCcCiOR
TQw8RAQgd8HOumtNAF7UP0U=
=kJko
-----END PGP SIGNATURE-----
--- End Message ---