Your message dated Thu, 07 Sep 2006 04:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379283: fixed in lostirc 0.4.6-3
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: lostirc
Version: 0.4.6-2
Severity: minor
Tags: patch
Just a minor spelling correction.
This change contains a change to po/Makefile.in.in: this is required else the
correction would cause "can't represent changes to binary file" errors due to
the changed .gmo files.
--
| Darren Salt | linux or ds at | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Use more efficient products. Use less. BE MORE ENERGY EFFICIENT.
Like winter snow on summer lawn, time past is time gone.
--- lostirc-0.4.6.orig/po/Makefile.in.in
+++ lostirc-0.4.6/po/Makefile.in.in
@@ -270,8 +270,8 @@
mostlyclean:
rm -f remove-potcdate.sed
- rm -f stamp-poT
- rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
+ rm -f stamp-po
+ rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
*.gmo
rm -fr *.o
clean: mostlyclean
--- lostirc-0.4.6.orig/po/lostirc.pot
+++ lostirc-0.4.6/po/lostirc.pot
@@ -87,7 +87,7 @@
#: src/gtkmm/MainWindow.cpp:310
msgid ""
-"Locale conversion error. An error occured while converting text from UTF-8 "
+"Locale conversion error. An error occurred while converting text from UTF-8 "
"to your current locale.\n"
"\n"
"This is most likely because your locale is set to a value which doesn't "
@@ -105,7 +105,7 @@
#: src/gtkmm/MainWindow.cpp:318
msgid ""
-"Encoding conversion error. An error occured while converting text from UTF-8 "
+"Encoding conversion error. An error occurred while converting text from UTF-8
"
"to the user-defined encoding.\n"
"\n"
"This is most likely because the encoding you have chosen doesn't support the "
@@ -536,11 +536,11 @@
msgstr ""
#: src/libirc/Socket.cpp:327
-msgid "An error occured while reading from pipe (Internal error 2)"
+msgid "An error occurred while reading from pipe (Internal error 2)"
msgstr ""
#: src/libirc/Socket.cpp:337
-msgid "An error occured while reading from pipe (Internal error 3)"
+msgid "An error occurred while reading from pipe (Internal error 3)"
msgstr ""
#: src/libirc/Parser.cpp:876
--- lostirc-0.4.6.orig/po/da.po
+++ lostirc-0.4.6/po/da.po
@@ -111,7 +111,7 @@
#: src/gtkmm/MainWindow.cpp:310
msgid ""
-"Locale conversion error. An error occured while converting text from UTF-8 "
+"Locale conversion error. An error occurred while converting text from UTF-8 "
"to your current locale.\n"
"\n"
"This is most likely because your locale is set to a value which doesn't "
@@ -139,7 +139,7 @@
#: src/gtkmm/MainWindow.cpp:318
msgid ""
-"Encoding conversion error. An error occured while converting text from UTF-8 "
+"Encoding conversion error. An error occurred while converting text from UTF-8
"
"to the user-defined encoding.\n"
"\n"
"This is most likely because the encoding you have chosen doesn't support the "
@@ -604,11 +604,11 @@
msgstr "Fejl ved skrivning til rør: "
#: src/libirc/Socket.cpp:327
-msgid "An error occured while reading from pipe (Internal error 2)"
+msgid "An error occurred while reading from pipe (Internal error 2)"
msgstr "En fejl opstod, ved at læse fra rør (Intern fejl 2)"
#: src/libirc/Socket.cpp:337
-msgid "An error occured while reading from pipe (Internal error 3)"
+msgid "An error occurred while reading from pipe (Internal error 3)"
msgstr "En fejl opstod, ved at læse fra rør (Intern fejl 3)"
#: src/libirc/Parser.cpp:876
--- lostirc-0.4.6.orig/po/fr.po
+++ lostirc-0.4.6/po/fr.po
@@ -114,7 +114,7 @@
#: src/gtkmm/MainWindow.cpp:310
msgid ""
-"Locale conversion error. An error occured while converting text from UTF-8 "
+"Locale conversion error. An error occurred while converting text from UTF-8 "
"to your current locale.\n"
"\n"
"This is most likely because your locale is set to a value which doesn't "
@@ -143,7 +143,7 @@
#: src/gtkmm/MainWindow.cpp:318
msgid ""
-"Encoding conversion error. An error occured while converting text from UTF-8 "
+"Encoding conversion error. An error occurred while converting text from UTF-8
"
"to the user-defined encoding.\n"
"\n"
"This is most likely because the encoding you have chosen doesn't support the "
@@ -617,12 +617,12 @@
msgstr "Erreur d'écriture dans le pipe: "
#: src/libirc/Socket.cpp:327
-msgid "An error occured while reading from pipe (Internal error 2)"
+msgid "An error occurred while reading from pipe (Internal error 2)"
msgstr ""
"Une erreur est survenur lors de la lecture sur le pipe (Erreur interne 2)"
#: src/libirc/Socket.cpp:337
-msgid "An error occured while reading from pipe (Internal error 3)"
+msgid "An error occurred while reading from pipe (Internal error 3)"
msgstr ""
#: src/libirc/Parser.cpp:876
--- lostirc-0.4.6.orig/src/libirc/Socket.cpp
+++ lostirc-0.4.6/src/libirc/Socket.cpp
@@ -324,7 +324,7 @@
if (new_retval != -1) {
bytes_read += new_retval;
if (bytes_read != size_to_be_read) {
- on_error(_("An error occured while reading from pipe (Internal
error 2)"));
+ on_error(_("An error occurred while reading from pipe
(Internal error 2)"));
} else {
// copy the struct we received into the sockaddr member
memcpy(static_cast<void*>(&sockaddr.sin_addr),
@@ -334,7 +334,7 @@
on_host_resolved();
}
} else {
- on_error(_("An error occured while reading from pipe (Internal
error 3)"));
+ on_error(_("An error occurred while reading from pipe (Internal
error 3)"));
}
} else {
--- lostirc-0.4.6.orig/src/gtkmm/MainWindow.cpp
+++ lostirc-0.4.6/src/gtkmm/MainWindow.cpp
@@ -307,7 +307,7 @@
{
Glib::ustring msg;
if (!tried_custom_encoding) {
- msg = _("Locale conversion error. An error occured while converting
text from UTF-8 to your current locale.\n\nThis is most likely because your
locale is set to a value which doesn't support the character(s) converting
to.\n\nIf you believe this is a bug, please report it to the application
author.");
+ msg = _("Locale conversion error. An error occurred while converting
text from UTF-8 to your current locale.\n\nThis is most likely because your
locale is set to a value which doesn't support the character(s) converting
to.\n\nIf you believe this is a bug, please report it to the application
author.");
char *locale = std::getenv("LANG");
if (locale != NULL) {
@@ -315,7 +315,7 @@
msg += locale;
}
} else {
- msg = _("Encoding conversion error. An error occured while converting
text from UTF-8 to the user-defined encoding.\n\nThis is most likely because
the encoding you have chosen doesn't support the character(s) converting
to.\n\nIf you believe this is a bug, please report it to the application
author.");
+ msg = _("Encoding conversion error. An error occurred while converting
text from UTF-8 to the user-defined encoding.\n\nThis is most likely because
the encoding you have chosen doesn't support the character(s) converting
to.\n\nIf you believe this is a bug, please report it to the application
author.");
msg += _("\n\nI was trying to convert to: ");
msg += App->options.encoding;
--- End Message ---
--- Begin Message ---
Source: lostirc
Source-Version: 0.4.6-3
We believe that the bug you reported is fixed in the latest version of
lostirc, which is due to be installed in the Debian FTP archive:
lostirc_0.4.6-3.diff.gz
to pool/main/l/lostirc/lostirc_0.4.6-3.diff.gz
lostirc_0.4.6-3.dsc
to pool/main/l/lostirc/lostirc_0.4.6-3.dsc
lostirc_0.4.6-3_i386.deb
to pool/main/l/lostirc/lostirc_0.4.6-3_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.
Martin Braure de Calignon <[EMAIL PROTECTED]> (supplier of updated lostirc
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: Thu, 27 Jul 2006 00:45:30 +0200
Source: lostirc
Binary: lostirc
Architecture: source i386
Version: 0.4.6-3
Distribution: unstable
Urgency: low
Maintainer: Martin Braure de Calignon <[EMAIL PROTECTED]>
Changed-By: Martin Braure de Calignon <[EMAIL PROTECTED]>
Description:
lostirc - simple IRC client for X11
Closes: 361232 379280 379282 379283
Changes:
lostirc (0.4.6-3) unstable; urgency=low
.
* Add Swedish translation thanks to Daniel Nylander (closes: #361232)
* Depend on debhelper version 5
* Remove some compilation warnings
* Fixes by Darren Salt:
- "double tab problem" (closes: #379280)
- "shortcut interference for delete-next" (closes: #379282)
- Spelling correction (closes: #379283)
Files:
0c8ab979a48b8f64c93780439a992ef5 622 net optional lostirc_0.4.6-3.dsc
2a343f436baa1ed8c2aff33903ab7199 11444 net optional lostirc_0.4.6-3.diff.gz
502416a5bdbd84b62252c40dc3cce17c 260074 net optional lostirc_0.4.6-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE//LUeDPs8bVESBURAlXQAKCC2ens0+1Jo53sGvzJx1snkg43xACdH2k7
+ePWLiSn+S0bbwcwpoQVnrw=
=NF/l
-----END PGP SIGNATURE-----
--- End Message ---