Your message dated Tue, 08 Aug 2006 15:47:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#205769: fixed in bottlerocket 0.05b3-7
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: bottlerocket
Version: unavailable; reported 2003-08-08
Severity: wishlist
Tags: patch
(this text is generic for "po-debconf switch" bug reports. If something is
specific to your package, look at the end of this BR)
Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings
becomes considerably easier. It also keeps track of who did which translation.
The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*"
- removed files left by debconf-gettextize (*.templates.old which are the
old-style templates and *.templates.xx which are the former translated
templates
- french translation proofreading (the file is debian/po/fr.po) if a french
translation (partial or not) already existed for the templates
Then diff file creation....
I, in the same time, started to work on a french translation if none
was there. In such case, the fr.po file will be sent to you through
another BR.
If you want to reproduce this by yourself instead of applying the
patch, you have to do:
-install po-debconf on your system
-go to the debian directory
-read man po-debconf..:-)
-run "debconf-gettextize *.templates"
-read the output
-change Build-Depends or Build-Depends-Indep (see below)
Then you will pick up the fr.po file from my own patch (I often make small
corrections to existing french translations to make them conformant to
the existing standards of the Debian french l10n team).
Build Dependencies of the package have to become the following :
Build-Depends(-Indep) should list "debhelper (>= 4.1.16)" (debhelper
depends upon po-debconf) if you use debhelper, or "po-debconf"
directly if you don't (but, then, please look at po-debconf man page)
For more details, see po-debconf documentation, especially "man 7 po-debconf"
Read this if you're concerned with backports :
--------------------------------------------
Please note that the suggested modifications will make your
package a little bit harder to backport to earlier Debian releases. If
this is a concern to you, you may try to adopt the method used by the
openssh package and detailed by Colin Watson in
http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html".
This patch does not includes this method as this would make it too
invasive, IMHO. So, preserving backportability is up to you...
Additional notes, specific to this package :
--------------------------------------------
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.4.21 #1 jeu jui 24 08:36:17 CEST 2003 i686
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1 (ignored: LC_ALL set)
diff -Nru bottlerocket-0.05b3.ori/debian/control
bottlerocket-0.05b3/debian/control
--- bottlerocket-0.05b3.ori/debian/control 2003-08-01 09:59:05.000000000
+0200
+++ bottlerocket-0.05b3/debian/control 2003-08-08 08:07:33.000000000 +0200
@@ -2,7 +2,7 @@
Section: electronics
Priority: extra
Maintainer: Ashley Clark <[EMAIL PROTECTED]>
-Build-Depends: debhelper
+Build-Depends: debhelper (>= 4.1.16)
Standards-Version: 3.1.1.1
Package: bottlerocket
diff -Nru bottlerocket-0.05b3.ori/debian/po/de.po
bottlerocket-0.05b3/debian/po/de.po
--- bottlerocket-0.05b3.ori/debian/po/de.po 1970-01-01 01:00:00.000000000
+0100
+++ bottlerocket-0.05b3/debian/po/de.po 2003-08-08 08:08:05.000000000 +0200
@@ -0,0 +1,39 @@
+#
+# 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-08-08 08:08+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=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:4
+msgid "Serial device for bottlerocket to access"
+msgstr "Serielles Ger=E4t f=FCr bottlerocket"
+
+#. Description
+#: ../templates:4
+msgid ""
+"BottleRocket requires the use of a serial device to access the X10 "
+"FireCracker interface."
+msgstr ""
+"BottleRocket ben=F6tigt ein serielles Ger=E4t, um auf die=20 X10 FireCracker-"
+"Schnittstelle zugreifen zu k=F6nnen."
diff -Nru bottlerocket-0.05b3.ori/debian/po/es.po
bottlerocket-0.05b3/debian/po/es.po
--- bottlerocket-0.05b3.ori/debian/po/es.po 1970-01-01 01:00:00.000000000
+0100
+++ bottlerocket-0.05b3/debian/po/es.po 2003-08-08 08:08:05.000000000 +0200
@@ -0,0 +1,39 @@
+#
+# 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-08-08 08:08+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=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:4
+msgid "Serial device for bottlerocket to access"
+msgstr "Dispositivo serie de acceso para bottlerocket"
+
+#. Description
+#: ../templates:4
+msgid ""
+"BottleRocket requires the use of a serial device to access the X10 "
+"FireCracker interface."
+msgstr ""
+"BottleRocket necesita acceder a un dispositivo serie para acceder a la "
+"interfaz de los X10 FireCracker."
diff -Nru bottlerocket-0.05b3.ori/debian/po/POTFILES.in
bottlerocket-0.05b3/debian/po/POTFILES.in
--- bottlerocket-0.05b3.ori/debian/po/POTFILES.in 1970-01-01
01:00:00.000000000 +0100
+++ bottlerocket-0.05b3/debian/po/POTFILES.in 2003-08-08 08:07:33.000000000
+0200
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff -Nru bottlerocket-0.05b3.ori/debian/po/ru.po
bottlerocket-0.05b3/debian/po/ru.po
--- bottlerocket-0.05b3.ori/debian/po/ru.po 1970-01-01 01:00:00.000000000
+0100
+++ bottlerocket-0.05b3/debian/po/ru.po 2003-08-08 08:08:06.000000000 +0200
@@ -0,0 +1,39 @@
+#
+# 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-08-08 08:08+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=KOI8-R\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:4
+msgid "Serial device for bottlerocket to access"
+msgstr "ðÏÓÌÅÄÏ×ÁÔÅÌØÎÏÅ ÕÓÔÒÏÊÓÔ×Ï ÄÌÑ ÄÏÓÔÕÐÁ bottlerocket"
+
+#. Description
+#: ../templates:4
+msgid ""
+"BottleRocket requires the use of a serial device to access the X10 "
+"FireCracker interface."
+msgstr ""
+"BottleRocket ÔÒÅÂÕÅÔ ÉÓÐÏÌØÚÏ×ÁÎÉÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÇÏ ÕÓÔÒÏÊÓÔ×Á ÄÌÑ "
+"ÐÏÌÕÞÅÎÉÑ ÄÏÓÔÕÐÁ Ë ÉÎÔÅÒÆÅÊÓÕ X10 FireCracker."
diff -Nru bottlerocket-0.05b3.ori/debian/po/templates.pot
bottlerocket-0.05b3/debian/po/templates.pot
--- bottlerocket-0.05b3.ori/debian/po/templates.pot 1970-01-01
01:00:00.000000000 +0100
+++ bottlerocket-0.05b3/debian/po/templates.pot 2003-08-08 08:08:06.000000000
+0200
@@ -0,0 +1,37 @@
+#
+# 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-08-08 08:08+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:4
+msgid "Serial device for bottlerocket to access"
+msgstr ""
+
+#. Description
+#: ../templates:4
+msgid ""
+"BottleRocket requires the use of a serial device to access the X10 "
+"FireCracker interface."
+msgstr ""
diff -Nru bottlerocket-0.05b3.ori/debian/templates
bottlerocket-0.05b3/debian/templates
--- bottlerocket-0.05b3.ori/debian/templates 2003-08-01 09:59:05.000000000
+0200
+++ bottlerocket-0.05b3/debian/templates 2003-08-08 08:08:04.000000000
+0200
@@ -1,6 +1,6 @@
Template: bottlerocket/x10_port
Type: string
Default: ttyS0
-Description: Serial device for bottlerocket to access
- BottleRocket requires the use of a serial device to access the
- X10 FireCracker interface.
+_Description: Serial device for bottlerocket to access
+ BottleRocket requires the use of a serial device to access the X10
+ FireCracker interface.
diff -Nru bottlerocket-0.05b3.ori/debian/templates.de
bottlerocket-0.05b3/debian/templates.de
--- bottlerocket-0.05b3.ori/debian/templates.de 2003-08-01 09:59:05.000000000
+0200
+++ bottlerocket-0.05b3/debian/templates.de 1970-01-01 01:00:00.000000000
+0100
@@ -1,9 +0,0 @@
-Template: bottlerocket/x10_port
-Type: string
-Default: ttyS0
-Description: Serial device for bottlerocket to access
- BottleRocket requires the use of a serial device to access the
- X10 FireCracker interface.
-Description-de: Serielles Ger=E4t f=FCr bottlerocket
- BottleRocket ben=F6tigt ein serielles Ger=E4t, um auf die=20
- X10 FireCracker-Schnittstelle zugreifen zu k=F6nnen.
diff -Nru bottlerocket-0.05b3.ori/debian/templates.es
bottlerocket-0.05b3/debian/templates.es
--- bottlerocket-0.05b3.ori/debian/templates.es 2003-08-01 09:59:05.000000000
+0200
+++ bottlerocket-0.05b3/debian/templates.es 1970-01-01 01:00:00.000000000
+0100
@@ -1,9 +0,0 @@
-Template: bottlerocket/x10_port
-Type: string
-Default: ttyS0
-Description: Serial device for bottlerocket to access
- BottleRocket requires the use of a serial device to access the
- X10 FireCracker interface.
-Description-es: Dispositivo serie de acceso para bottlerocket
- BottleRocket necesita acceder a un dispositivo serie para acceder a la
- interfaz de los X10 FireCracker.
diff -Nru bottlerocket-0.05b3.ori/debian/templates.ru
bottlerocket-0.05b3/debian/templates.ru
--- bottlerocket-0.05b3.ori/debian/templates.ru 2003-08-01 09:59:05.000000000
+0200
+++ bottlerocket-0.05b3/debian/templates.ru 1970-01-01 01:00:00.000000000
+0100
@@ -1,9 +0,0 @@
-Template: bottlerocket/x10_port
-Type: string
-Default: ttyS0
-Description: Serial device for bottlerocket to access
- BottleRocket requires the use of a serial device to access the
- X10 FireCracker interface.
-Description-ru: ðÏÓÌÅÄÏ×ÁÔÅÌØÎÏÅ ÕÓÔÒÏÊÓÔ×Ï ÄÌÑ ÄÏÓÔÕÐÁ bottlerocket
- BottleRocket ÔÒÅÂÕÅÔ ÉÓÐÏÌØÚÏ×ÁÎÉÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÇÏ ÕÓÔÒÏÊÓÔ×Á ÄÌÑ
- ÐÏÌÕÞÅÎÉÑ ÄÏÓÔÕÐÁ Ë ÉÎÔÅÒÆÅÊÓÕ X10 FireCracker.
--- End Message ---
--- Begin Message ---
Source: bottlerocket
Source-Version: 0.05b3-7
We believe that the bug you reported is fixed in the latest version of
bottlerocket, which is due to be installed in the Debian FTP archive:
bottlerocket_0.05b3-7.diff.gz
to pool/main/b/bottlerocket/bottlerocket_0.05b3-7.diff.gz
bottlerocket_0.05b3-7.dsc
to pool/main/b/bottlerocket/bottlerocket_0.05b3-7.dsc
bottlerocket_0.05b3-7_i386.deb
to pool/main/b/bottlerocket/bottlerocket_0.05b3-7_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.
Kevin Coyner <[EMAIL PROTECTED]> (supplier of updated bottlerocket 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, 29 Jul 2006 07:37:44 -0400
Source: bottlerocket
Binary: bottlerocket
Architecture: source i386
Version: 0.05b3-7
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner <[EMAIL PROTECTED]>
Changed-By: Kevin Coyner <[EMAIL PROTECTED]>
Description:
bottlerocket - Utility to control X10 Firecracker devices for home automation
Closes: 205769 206736 265850 322817 322817 331766 331766 357503
Changes:
bottlerocket (0.05b3-7) unstable; urgency=low
.
* New maintainer. Closes: #357503
* Standards Version: 3.7.2
* debian/control: Improved description and references to wish. Closes:
#265850
* debian/control: Added autotools-dev to Build-Depends
* debhelper compat level increased to 5
* Switched to gettext-based debconf templates.
Thanks to Christian Perrier. Closes: #205769
* Added French translation for debconf. Closes: #206736
* debian/rules: Complete new version of rules used.
* Incorporated old patch from Feb 2000 into source code (br.c) since
upstream has not released anything in a long time.
* debian/README.Debian: spelling correction.
* Old bugs fixed by NMU. Closes: #322817, #331766
.
bottlerocket (0.05b3-6.1) unstable; urgency=low
.
* Non-maintainer upload.
* Rebuilt with current debhelper to finish /usr/doc transition.
Closes: #322817
* Replace debconf dependency with ${misc:Depends}. Closes: #331766
Files:
bb0ac6bc11e4c11260d63e75e83d057c 585 electronics extra
bottlerocket_0.05b3-7.dsc
d3aa269c94d60acd1d198976815c7e9d 12969 electronics extra
bottlerocket_0.05b3-7.diff.gz
3726702f2dbefd1a75a664914cbf1670 21480 electronics extra
bottlerocket_0.05b3-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE2RIj2tp5zXiKP0wRAuaZAJoC40tLjtR3JmLYknFH8+IIUFyUrACfZdC0
FDakXWSkARadbdX4zB+axbU=
=f8oX
-----END PGP SIGNATURE-----
--- End Message ---