Your message dated Mon, 22 Mar 2004 15:47:03 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#202804: fixed in smsclient 2.0.8z-4 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 25 Jul 2003 09:10:51 +0000 >From [EMAIL PROTECTED] Fri Jul 25 04:10:48 2003 Return-path: <[EMAIL PROTECTED]> Received: from (kayak.stadium.lan) [213.228.20.4] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19fyb9-0003ha-00; Fri, 25 Jul 2003 04:10:47 -0500 Received: from michel by kayak.stadium.lan with local (Exim 3.36 #1 (Debian)) id 19fyb4-00018j-00; Fri, 25 Jul 2003 11:10:42 +0200 Content-Type: multipart/mixed; boundary="===============1324936159==" MIME-Version: 1.0 From: Michel Grentzinger <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: smsclient: Please switch to gettext for the debconf templates X-Mailer: reportbug 2.19 Date: Fri, 25 Jul 2003 11:10:41 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Michel Grentzinger <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-12.3 required=4.0 tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF autolearn=ham version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) This is a multi-part MIME message sent by reportbug. --===============1324936159== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-15" Content-Disposition: inline Package: smsclient Version: unavailable; reported 2003-07-25 Severity: wishlist Tags: patch Hello, The gettext format helps the translators to translate the debconf templates. The attached patch does the required modifications : this is what I've done : - change debhelper dependency to 4.1.16 (according to man po-debconf), - run debconf-gettextize debian/templates, - move old templates file (debian/templates.old), - run diff -Nur packagename/ packagename.new/ > po-debconf.patch. Please, could you switch to the gettext format for this package ? Regards, Note : I haven't include german translation but you should send the new templates.pot to [EMAIL PROTECTED] -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux kayak 2.4.20 #1 jeu jan 16 17:09:37 CET 2003 i686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set) --===============1324936159== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="po-debconf.patch" diff -Nur smsclient-2.0.8z/debian/control smsclient-2.0.8z.new/debian/control --- smsclient-2.0.8z/debian/control 2002-03-03 16:21:23.000000000 +0100 +++ smsclient-2.0.8z.new/debian/control 2003-07-21 21:10:45.000000000 +0200 @@ -2,7 +2,7 @@ Section: comm Priority: optional Maintainer: Michael Holzt <[EMAIL PROTECTED]> -Build-Depends: debhelper +Build-Depends: debhelper (>= 4.1.16) Standards-Version: 3.5.2 Package: smsclient diff -Nur smsclient-2.0.8z/debian/po/POTFILES.in smsclient-2.0.8z.new/debian/po/POTFILES.in --- smsclient-2.0.8z/debian/po/POTFILES.in 1970-01-01 01:00:00.000000000 +0100 +++ smsclient-2.0.8z.new/debian/po/POTFILES.in 2003-07-21 21:11:09.000000000 +0200 @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates diff -Nur smsclient-2.0.8z/debian/po/templates.pot smsclient-2.0.8z.new/debian/po/templates.pot --- smsclient-2.0.8z/debian/po/templates.pot 1970-01-01 01:00:00.000000000 +0100 +++ smsclient-2.0.8z.new/debian/po/templates.pot 2003-07-21 21:11:10.000000000 +0200 @@ -0,0 +1,43 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2003-07-21 21:11+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" +"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Description +#: ../templates:3 +msgid "Configuration-Files partially moved" +msgstr "" + +#. Description +#: ../templates:3 +msgid "" +"If you are upgrading this package from a version prior to 2.0.8z please be " +"aware, that the config files containing phone numbers etc. has been moved " +"from /etc/smsclient/services to /usr/lib/smsclient/services." +msgstr "" + +#. Description +#: ../templates:3 +msgid "You may need to move any locally changed config file as well." +msgstr "" diff -Nur smsclient-2.0.8z/debian/templates smsclient-2.0.8z.new/debian/templates --- smsclient-2.0.8z/debian/templates 2002-03-03 16:34:47.000000000 +0100 +++ smsclient-2.0.8z.new/debian/templates 2003-07-21 21:11:09.000000000 +0200 @@ -1,9 +1,8 @@ Template: smsclient/move Type: note -Description: Configuration-Files partially moved - If you are upgrading this package from a version prior to 2.0.8z - please be aware, that the config files containing phone numbers - etc. has been moved from /etc/smsclient/services to - /usr/lib/smsclient/services. +_Description: Configuration-Files partially moved + If you are upgrading this package from a version prior to 2.0.8z please be + aware, that the config files containing phone numbers etc. has been moved + from /etc/smsclient/services to /usr/lib/smsclient/services. . You may need to move any locally changed config file as well. --===============1324936159==-- --------------------------------------- Received: (at 202804-close) by bugs.debian.org; 22 Mar 2004 20:53:34 +0000 >From [EMAIL PROTECTED] Mon Mar 22 12:53:34 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B5WQQ-0004y9-00; Mon, 22 Mar 2004 12:53:34 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1B5WK7-0005x5-00; Mon, 22 Mar 2004 15:47:03 -0500 From: Jonathan McDowell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.45 $ Subject: Bug#202804: fixed in smsclient 2.0.8z-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 22 Mar 2004 15:47:03 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_12 X-Spam-Level: Source: smsclient Source-Version: 2.0.8z-4 We believe that the bug you reported is fixed in the latest version of smsclient, which is due to be installed in the Debian FTP archive: smsclient_2.0.8z-4.dsc to pool/main/s/smsclient/smsclient_2.0.8z-4.dsc smsclient_2.0.8z-4.tar.gz to pool/main/s/smsclient/smsclient_2.0.8z-4.tar.gz smsclient_2.0.8z-4_i386.deb to pool/main/s/smsclient/smsclient_2.0.8z-4_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. Jonathan McDowell <[EMAIL PROTECTED]> (supplier of updated smsclient 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: Mon, 22 Mar 2004 20:33:00 +0000 Source: smsclient Binary: smsclient Architecture: source i386 Version: 2.0.8z-4 Distribution: unstable Urgency: low Maintainer: Jonathan McDowell <[EMAIL PROTECTED]> Changed-By: Jonathan McDowell <[EMAIL PROTECTED]> Description: smsclient - A program for sending short messages (SM / SMS) Closes: 138597 141685 156467 202804 202806 216212 232123 Changes: smsclient (2.0.8z-4) unstable; urgency=low . * New maintainer. (closes: #216212) * Fixed cellnet/vodafone_tap numbers. (closes: #141685) * Fixed German D2 SMSc number. (closes: #156467) * Fixed Telstra SMS/TAP number. (closes: #232123) * Fixed UK Orange SMSc number. * Switch to gettext debconf templates. (closes: #202804) * Added German translation. (closes: #138597) * Added French translation. (closes: #202806) * Updated copyright info (upstream URL etc). * Added man page for sms_address. Files: d5afe447af9864e9ea343210c2865e65 507 comm optional smsclient_2.0.8z-4.dsc 3d97e7c7b5c80ff2d5bc61790e2ec00e 144484 comm optional smsclient_2.0.8z-4.tar.gz 56ad7e2469ab34526215f1f05e6ba522 114104 comm optional smsclient_2.0.8z-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAX0+u8b1L5FtDA2cRAq1FAKCUmlfaasjo3z+wF+q6OtNqkixk6QCgjyGj VNn2fqAuuN/14r6XfSjDC+s= =vevJ -----END PGP SIGNATURE-----