[SCM] kamoso packaging branch, master, updated. 7d9a4ecbfbc61107c57755a1d0afa540ff44d0aa

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Fri Jul 22 22:26:33 UTC 2011


The following commit has been merged in the master branch:
commit 36bdc4b9a2a00519b16a6eb8c5327562c7e5bcf8
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Fri Jul 22 23:34:40 2011 +0200

    Add proper_version_kaboutdata.diff
---
 debian/patches/proper_version_kaboutdata.diff |   18 ++++++++++++++++++
 debian/patches/series                         |    1 +
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/patches/proper_version_kaboutdata.diff b/debian/patches/proper_version_kaboutdata.diff
new file mode 100644
index 0000000..6791e92
--- /dev/null
+++ b/debian/patches/proper_version_kaboutdata.diff
@@ -0,0 +1,18 @@
+Author: José Manuel Santamaría Lema <panfaust at gmail.com>
+Forwarded: no
+Description: Set the proper number version, used in the bug reporting assistant.
+---
+ src/main.cpp |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -24,7 +24,7 @@
+ 
+ int main(int argc, char *argv[])
+ {
+-    KAboutData about("kamoso", 0, ki18n(("Kamoso")), "1.90", ki18n("Webcam picture retriever"),
++    KAboutData about("kamoso", 0, ki18n(("Kamoso")), "2.0.2", ki18n("Webcam picture retriever"),
+                 KAboutData::License_GPL, ki18n("(C) 2008-2010 Alex Fiestas and Aleix Pol"));
+     about.addAuthor( ki18n("Aleix Pol Gonzalez"), ki18n("Semaphore hacker"), "aleixpol at kde.org" );
+     about.addAuthor( ki18n("Alex Fiestas"), ki18n("Coffee drinker"), "alex at eyeos.org" );
diff --git a/debian/patches/series b/debian/patches/series
index 848d858..1685740 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 about_dialog.diff
+proper_version_kaboutdata.diff

-- 
kamoso packaging



More information about the pkg-kde-commits mailing list