Merge lp:~bkerensa/ubuntu/raring/plasmate/fix-for-1152730 into lp:ubuntu/raring/plasmate

Proposed by Benjamin Kerensa
Status: Needs review
Proposed branch: lp:~bkerensa/ubuntu/raring/plasmate/fix-for-1152730
Merge into: lp:ubuntu/raring/plasmate
Diff against target: 30 lines (+9/-2)
2 files modified
debian/changelog (+7/-0)
plasmate/main.cpp (+2/-2)
To merge this branch: bzr merge lp:~bkerensa/ubuntu/raring/plasmate/fix-for-1152730
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Needs Information
Review via email: mp+152538@code.launchpad.net

Description of the change

* Update Version in KAboutData
* Update Copyright

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Can you please forward this fix upstream? It will be easier if it gets accepted there and we can use it then.

review: Needs Information
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

It is already fix upstream and Kubuntu Devs said to submit a MP on it which Ridell acknowledged... I assume he will be willing to sponsor this.

Unmerged revisions

5. By Benjamin Kerensa

Fix Version and Copyright in main.cpp

4. By Benjamin Kerensa

Fix Version and Copyright in main.cpp

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-03-07 18:26:02 +0000
3+++ debian/changelog 2013-03-08 23:34:21 +0000
4@@ -1,3 +1,10 @@
5+plasmate (1.0-0ubuntu2) raring; urgency=low
6+
7+ [Fabian Kosmale]
8+ * Update the KAboutData (LP: #1152730)
9+
10+ -- Benjamin Kerensa <bkerensa@ubuntu.com> Fri, 08 Mar 2013 15:30:06 -0800
11+
12 plasmate (1.0-0ubuntu1) raring; urgency=low
13
14 * New upstream release
15
16=== modified file 'plasmate/main.cpp'
17--- plasmate/main.cpp 2013-03-07 18:26:02 +0000
18+++ plasmate/main.cpp 2013-03-08 23:34:21 +0000
19@@ -26,9 +26,9 @@
20 int main(int argc, char *argv[])
21 {
22 KAboutData aboutData("plasmate", 0, ki18n("Plasmate"),
23- "0.1alpha3", ki18n("Plasma Add-Ons Creator"),
24+ "1.0", ki18n("Plasma Add-Ons Creator"),
25 KAboutData::License_GPL,
26- ki18n("Copyright 2009-2012 Plasma Development Team"),
27+ ki18n("Copyright 2009-2013 Plasma Development Team"),
28 KLocalizedString(), "", "plasma-devel@kde.org");
29
30 aboutData.addAuthor(ki18n("Sebastian Kügler"), ki18n("Author"), "sebas@kde.org");

Subscribers

People subscribed via source and target branches