Control: tags -1 + patch pending

Dear maintainer,

I've prepared an NMU for kmymoney (versioned as 4.6.2-3.2) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

I didn't refresh the po files as all of them have a translation for
"@item all accounts". In case that I missed one I've uploaded to
DELAYED/4.

Regards
-- 
Sebastian Ramacher
diff -Nru kmymoney-4.6.2/debian/changelog kmymoney-4.6.2/debian/changelog
--- kmymoney-4.6.2/debian/changelog	2012-06-07 23:09:20.000000000 +0200
+++ kmymoney-4.6.2/debian/changelog	2012-12-22 17:34:04.000000000 +0100
@@ -1,3 +1,12 @@
+kmymoney (4.6.2-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/694868.patch: Fix crash while saving after modifying a
+    report. Use the same entity as used in the ui file. Thanks to Andrey
+    Rahmatullin. (Closes: #694868)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 22 Dec 2012 17:33:52 +0100
+
 kmymoney (4.6.2-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru kmymoney-4.6.2/debian/patches/694868.patch kmymoney-4.6.2/debian/patches/694868.patch
--- kmymoney-4.6.2/debian/patches/694868.patch	1970-01-01 01:00:00.000000000 +0100
+++ kmymoney-4.6.2/debian/patches/694868.patch	2012-12-22 00:29:39.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Fix crash while saving after modifying a report
+ Use the same entity as in kmymoneyreportconfigtab2decl.ui.
+Author: Sebastian Ramacher <sramac...@debian.org>
+Last-Update: 2012-12-22
+
+--- a/kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
++++ b/kmymoney/dialogs/kreportconfigurationfilterdlg.cpp
+@@ -287,7 +287,7 @@
+       case MyMoneyReport::eDetailNone:
+       case MyMoneyReport::eDetailEnd:
+       case MyMoneyReport::eDetailAll:
+-        combo->setCurrentItem(i18nc("All accounts", "All"), false);
++        combo->setCurrentItem(i18nc("@item all accounts", "All"), false);
+         break;
+       case MyMoneyReport::eDetailTop:
+         combo->setCurrentItem(i18n("Top-Level"), false);
diff -Nru kmymoney-4.6.2/debian/patches/series kmymoney-4.6.2/debian/patches/series
--- kmymoney-4.6.2/debian/patches/series	2012-06-06 22:33:52.000000000 +0200
+++ kmymoney-4.6.2/debian/patches/series	2012-12-22 01:10:06.000000000 +0100
@@ -1,2 +1,3 @@
 qdebug_overload-1.patch
 fix-link-flags.diff
+694868.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to