[SCM] qapt packaging branch, master, updated. debian/1.2.2-1

Kai Wasserbäch curan at alioth.debian.org
Wed Dec 14 15:00:06 UTC 2011


The following commit has been merged in the master branch:
commit 758497f80400bc20bb9ab4d65a5e0d14fea58cec
Author: Kai Wasserbäch <curan at debian.org>
Date:   Wed Dec 14 15:48:00 2011 +0100

    Fix spelling mistake in qapt-deb-installer.
    
    Lintian:
     spelling-error-in-binary usr/bin/qapt-deb-installer
     preceeding preceding
---
 debian/patches/Fix-spelling-errors.patch |   28 ++++++++++++++++++++++++++++
 debian/patches/series                    |    1 +
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/debian/patches/Fix-spelling-errors.patch b/debian/patches/Fix-spelling-errors.patch
new file mode 100644
index 0000000..28c93da
--- /dev/null
+++ b/debian/patches/Fix-spelling-errors.patch
@@ -0,0 +1,28 @@
+Subject: Fix a spelling mistake found by Lintian.
+From: Kai Wasserbäch <curan at debian.org>
+Last-Update: 2011-12-14
+Forwarded: yes, by e-mail
+---
+ utils/qapt-deb-installer/DebViewer.cpp |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/utils/qapt-deb-installer/DebViewer.cpp
++++ b/utils/qapt-deb-installer/DebViewer.cpp
+@@ -61,7 +61,7 @@ DebViewer::DebViewer(QWidget *parent)
+ 
+     // nameStatusGrid, row 0
+     QLabel *namePrefixLabel = new QLabel(nameStatusBox);
+-    namePrefixLabel->setText(i18nc("@label Label preceeding the package name",
++    namePrefixLabel->setText(i18nc("@label Label preceding the package name",
+                                    "Package:"));
+     m_nameLabel = new QLabel(nameStatusBox);
+     nameStatusGrid->addWidget(namePrefixLabel, 0, 0, Qt::AlignRight);
+@@ -69,7 +69,7 @@ DebViewer::DebViewer(QWidget *parent)
+ 
+     // nameStatusGrid, row 1
+     QLabel *statusPrefixLabel = new QLabel(nameStatusBox);
+-    statusPrefixLabel->setText(i18nc("@label Label preceeding the package status",
++    statusPrefixLabel->setText(i18nc("@label Label preceding the package status",
+                                      "Status:"));
+     m_statusLabel = new QLabel(nameStatusBox);
+     nameStatusGrid->addWidget(statusPrefixLabel, 1, 0, Qt::AlignRight);
diff --git a/debian/patches/series b/debian/patches/series
index 42bba69..5418aa0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Fix-FTBFS-due-to-symbol-collision.patch
+Fix-spelling-errors.patch

-- 
qapt packaging



More information about the pkg-kde-commits mailing list