Your message dated Wed, 24 Sep 2008 09:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470985: fixed in sdcv 0.4.2-3
has caused the Debian Bug report #470985,
regarding sdcv: diff for NMU version 0.4.2-2.1
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.)


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

Hi,

Attached is the diff for my sdcv 0.4.2-2.1 NMU.
diff -u sdcv-0.4.2/debian/changelog sdcv-0.4.2/debian/changelog
--- sdcv-0.4.2/debian/changelog
+++ sdcv-0.4.2/debian/changelog
@@ -1,3 +1,11 @@
+sdcv (0.4.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417687).
+  * Update Slovak translation (Closes: #441754).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Fri, 14 Mar 2008 22:22:31 +0000
+
 sdcv (0.4.2-2) unstable; urgency=low
 
   * Apply patch for AMD64 build by Matej Vela <[EMAIL PROTECTED]> 
only in patch2:
unchanged:
--- sdcv-0.4.2.orig/src/readline.cpp
+++ sdcv-0.4.2/src/readline.cpp
@@ -23,6 +23,7 @@
 #endif
 
 #include <cstdio>
+#include <cstdlib>
 #ifdef WITH_READLINE
 #  include <readline/readline.h>
 #  include <readline/history.h>
only in patch2:
unchanged:
--- sdcv-0.4.2.orig/src/utils.cpp
+++ sdcv-0.4.2/src/utils.cpp
@@ -22,6 +22,7 @@
 #  include "config.h"
 #endif
 
+#include <cstdlib>
 #include <glib.h>
 #include <glib/gi18n.h>
 
only in patch2:
unchanged:
--- sdcv-0.4.2.orig/po/sk.po
+++ sdcv-0.4.2/po/sk.po
@@ -1,21 +1,21 @@
 # translation of sdcv.po to Slovak
 # Copyright (C)
 # Zdenko Podobný <[EMAIL PROTECTED]>, 2004, 2005.
+# Ivan Masár <[EMAIL PROTECTED]>, 2007. 
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: sdcv 0.3.2\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2006-04-24 15:18+0400\n"
-"PO-Revision-Date: 2005-01-04 20:19+0100\n"
-"Last-Translator: Zdenko Podobný <[EMAIL PROTECTED]>\n"
-"Language-Team: Slovak <<[EMAIL PROTECTED]>>\n"
+"PO-Revision-Date: 2007-09-11 00:22+0100\n"
+"Last-Translator: Ivan Masár <[EMAIL PROTECTED]>\n"
+"Language-Team: Slovak <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: src/sdcv.cpp:127
 #, c-format
@@ -24,7 +24,7 @@
 "Try '%s --help' for more information.\n"
 msgstr ""
 "Neznáma voľba.\n"
-"Skúste `%s --help'.\n"
+"Skúste „%s --help“.\n"
 
 #: src/sdcv.cpp:134
 #, c-format
@@ -43,15 +43,12 @@
 
 #: src/sdcv.cpp:137
 #, c-format
-msgid ""
-"-l, --list-dicts         display list of available dictionaries and exit\n"
-msgstr ""
-"-l, --list-dicts         zobrazí zoznam dostupných slovníkov a skončí\n"
+msgid "-l, --list-dicts         display list of available dictionaries and exit\n"
+msgstr "-l, --list-dicts         zobrazí zoznam dostupných slovníkov a skončí\n"
 
 #: src/sdcv.cpp:138
 #, c-format
-msgid ""
-"-u, --use-dict bookname  for search use only dictionary with this bookname\n"
+msgid "-u, --use-dict bookname  for search use only dictionary with this bookname\n"
 msgstr "-u, --use-dict názov     použiť pre hľadanie iba zvolený slovník\n"
 
 #: src/sdcv.cpp:139
@@ -71,12 +68,8 @@
 
 #: src/sdcv.cpp:142
 #, c-format
-msgid ""
-"--data-dir path/to/dir   use this directory as path to stardict data "
-"directory\n"
-msgstr ""
-"--data-dir path/to/dir   použiť tento priečinok ako cestu pre stardict "
-"dátový priečinok\n"
+msgid "--data-dir path/to/dir   use this directory as path to stardict data directory\n"
+msgstr "--data-dir path/to/dir   použiť tento priečinok ako cestu pre stardict dátový priečinok\n"
 
 #: src/sdcv.cpp:148
 #, c-format
@@ -84,14 +77,14 @@
 msgstr "Konzolová verzia StarDict, verzia %s\n"
 
 #: src/sdcv.cpp:169
-#, fuzzy, c-format
+#, c-format
 msgid "Dictionary's name   Word count\n"
-msgstr "názov     počet slov\n"
+msgstr "názov slovníka      počet slov\n"
 
 #: src/sdcv.cpp:191
 #, c-format
 msgid "g_mkdir failed: %s\n"
-msgstr ""
+msgstr "g_mkdir zlyhalo: %s\n"
 
 #: src/sdcv.cpp:207
 msgid "Enter word or phrase: "
@@ -104,31 +97,32 @@
 
 #: src/libwrapper.cpp:245
 msgid "popen failed"
-msgstr ""
+msgstr "popen zlyhalo"
 
 #: src/libwrapper.cpp:282
 #, c-format
 msgid "Can not convert %s to utf8.\n"
 msgstr "nie je možné konvertovať %s na utf8.\n"
 
-#: src/libwrapper.cpp:339 src/libwrapper.cpp:371
+#: src/libwrapper.cpp:339
+#: src/libwrapper.cpp:371
 #, c-format
 msgid "Found %d items, similar to %s.\n"
 msgstr "Nájdené %d položiek, podobných %s,\n"
 
 #: src/libwrapper.cpp:352
-#, fuzzy, c-format
+#, c-format
 msgid "Your choice[-1 to abort]: "
-msgstr "Vaša voľba: "
+msgstr "Vaša voľba[-1 zruší]: "
 
 #: src/libwrapper.cpp:366
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Invalid choise.\n"
 "It must be from 0 to %d or -1.\n"
 msgstr ""
 "Neplatná voľba.\n"
-"Musí byť od 0 po %d.\n"
+"Musí byť od 0 do %d alebo -1.\n"
 
 #: src/libwrapper.cpp:382
 #, c-format
@@ -137,6 +131,6 @@
 
 #~ msgid "Can not convert %s to current locale.\n"
 #~ msgstr "Nie je možné konvertovať %s na aktuálne locale.\n"
-
 #~ msgid "There is no dictionary with this bookname: %s.\n"
 #~ msgstr "Neexistuje slovník s takýmto názvom: %s.\n"
+

--- End Message ---
--- Begin Message ---
Source: sdcv
Source-Version: 0.4.2-3

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

sdcv_0.4.2-3.diff.gz
  to pool/main/s/sdcv/sdcv_0.4.2-3.diff.gz
sdcv_0.4.2-3.dsc
  to pool/main/s/sdcv/sdcv_0.4.2-3.dsc
sdcv_0.4.2-3_i386.deb
  to pool/main/s/sdcv/sdcv_0.4.2-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.
Michal Čihař <[EMAIL PROTECTED]> (supplier of updated sdcv 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.8
Date: Wed, 24 Sep 2008 11:25:30 +0200
Source: sdcv
Binary: sdcv
Architecture: source i386
Version: 0.4.2-3
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[EMAIL PROTECTED]>
Changed-By: Michal Čihař <[EMAIL PROTECTED]>
Description: 
 sdcv       - StarDict Console Version
Closes: 417687 441754 450040 470985 474819 480557
Changes: 
 sdcv (0.4.2-3) unstable; urgency=low
 .
   * New maintainer (Closes: #480557).
   * Maintain package in collab-maint, add Vcs-* headers.
   * Convert to debhelper 7.
   * Use quilt to apply all patches.
   * Acknowledge NMUs, thanks to all who helped (Closes: #470985, #474819,
     #450040, #417687, #441754).
   * Fix running of testsuite with dash as /bin/sh.
   * Added Czech translation.
   * Run explicitely update-gmo to regenerate translations.
   * Fix typo in english translation.
   * Fix errors in uk man page.
   * All patches were reported upstream.
   * Update to standards 3.8.0.
   * Use machine-interpretable debian/copyright.
Checksums-Sha1: 
 3b75304eb6ec3713b3e7b3197775ed3024bcc84b 1205 sdcv_0.4.2-3.dsc
 da5efd9ea7532a679c1d0d20b743a11c3c42f0a6 10011 sdcv_0.4.2-3.diff.gz
 c4aa67259a07baa9d2a96ffd4d64f4829fb57079 60958 sdcv_0.4.2-3_i386.deb
Checksums-Sha256: 
 e4d0d29714982ca3e448248b29ac990fea43698cee83ee8bcd682b09a16c7d8e 1205 
sdcv_0.4.2-3.dsc
 b7cf480478f6a7b7c3f70b938c25cb93ad4bd8c4fedde3fe0acbc38301856573 10011 
sdcv_0.4.2-3.diff.gz
 f1e7adadc56ee94b33ab5ce7e26e63a101e077051b8414366a11ba934fdd0280 60958 
sdcv_0.4.2-3_i386.deb
Files: 
 9c5d70ca9a3d4654b62b9dbf18b2b237 1205 utils optional sdcv_0.4.2-3.dsc
 45a87eb352fb710efa1cd9e54f77305f 10011 utils optional sdcv_0.4.2-3.diff.gz
 c902b214f1f20173aac16ed2c65da8c3 60958 utils optional sdcv_0.4.2-3_i386.deb

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

iEYEARECAAYFAkjaCAYACgkQ3DVS6DbnVgRx6wCdEQDQi5AlgjPJG/n9u7I+nzZC
leAAnA0ONJD9sudwkxdWc/t3RBriOou9
=8BRz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to