Merge lp:~dholbach/ubuntu-rssreader-app/fix-paths into lp:~dpm/ubuntu-rssreader-app/enable-translations

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 79
Proposed branch: lp:~dholbach/ubuntu-rssreader-app/fix-paths
Merge into: lp:~dpm/ubuntu-rssreader-app/enable-translations
Diff against target: 138 lines (+23/-22)
7 files modified
debian/changelog (+2/-1)
debian/control (+9/-9)
debian/rssreader-app.install (+6/-6)
rssreader-app (+1/-1)
rssreader-app.desktop (+1/-1)
rssreader-app.qmlproject (+1/-1)
tests/autopilot/ubuntu_rssreader_app/tests/__init__.py (+3/-3)
To merge this branch: bzr merge lp:~dholbach/ubuntu-rssreader-app/fix-paths
Reviewer Review Type Date Requested Status
David Planella Pending
Review via email: mp+187689@code.launchpad.net
To post a comment you must log in.

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-09-26 07:42:28 +0000
3+++ debian/changelog 2013-09-26 08:54:07 +0000
4@@ -1,6 +1,7 @@
5 ubuntu-rssreader-app (0.2) saucy; urgency=low
6
7- * Added translations support, dropped ubuntu- prefix from desktop file and installation path
8+ * Added translations support, dropped ubuntu- prefix from desktop file
9+ and installation path
10
11 -- David Planella <david.planella@ubuntu.com> Thu, 26 Sep 2013 09:29:27 +0200
12
13
14=== modified file 'debian/control'
15--- debian/control 2013-08-15 15:54:31 +0000
16+++ debian/control 2013-09-26 08:54:07 +0000
17@@ -1,30 +1,30 @@
18 Source: ubuntu-rssreader-app
19 Priority: extra
20 Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
21-Build-Depends: debhelper (>= 9),
22+Build-Depends: debhelper (>= 9)
23 Standards-Version: 3.9.4
24 Section: misc
25 Homepage: https://launchpad.net/ubuntu-rssreader-app
26 Vcs-Bzr: https://code.launchpad.net/~ubuntu-rssreader-dev/ubuntu-rssreader-app/trunk
27
28-Package: ubuntu-rssreader-app
29-Section: misc
30+Package: rssreader-app
31 Architecture: all
32-Depends: ${misc:Depends},
33+Depends: libqt5webkit5-qmlwebkitplugin,
34 qmlscene,
35+ qtdeclarative5-localstorage-plugin,
36+ qtdeclarative5-qtquick2-plugin,
37 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
38- qtdeclarative5-qtquick2-plugin,
39 qtdeclarative5-xmllistmodel-plugin,
40- libqt5webkit5-qmlwebkitplugin,
41- qtdeclarative5-localstorage-plugin,
42+ ${misc:Depends}
43 Description: RSS Reader application
44 Core RSS Reader application
45
46-Package: ubuntu-rssreader-app-autopilot
47+Package: rssreader-app-autopilot
48 Architecture: all
49 Depends: libautopilot-qt,
50 libqt5test5,
51+ rssreader-app (= ${source:Version}),
52 ubuntu-ui-toolkit-autopilot,
53- ubuntu-rssreader-app (= ${source:Version})
54+ ${misc:Depends}
55 Description: Autopilot tests for RSS reader Application
56 This package contains the autopilot tests for the RSS reader
57
58=== renamed file 'debian/ubuntu-rssreader-app-autopilot.install' => 'debian/rssreader-app-autopilot.install'
59=== modified file 'debian/rssreader-app.install'
60--- debian/rssreader-app.install 2013-09-26 07:42:28 +0000
61+++ debian/rssreader-app.install 2013-09-26 08:54:07 +0000
62@@ -1,9 +1,9 @@
63-rssreader-app usr/bin/
64-rssreader-app.desktop usr/share/applications/
65+*.js usr/share/rssreader-app/
66+*.png usr/share/rssreader-app/
67 *.qml usr/share/rssreader-app/
68-*.png usr/share/rssreader-app/
69-*.js usr/share/rssreader-app/
70+article_items usr/share/rssreader-app/
71 feeds usr/share/rssreader-app/
72+icons_tmp usr/share/rssreader-app/
73 listview usr/share/rssreader-app/
74-article_items usr/share/rssreader-app/
75-icons_tmp usr/share/rssreader-app/
76+rssreader-app usr/bin/
77+rssreader-app.desktop usr/share/applications/
78
79=== renamed file 'ubuntu-rssreader-app' => 'rssreader-app'
80--- ubuntu-rssreader-app 2013-04-11 21:21:44 +0000
81+++ rssreader-app 2013-09-26 08:54:07 +0000
82@@ -1,2 +1,2 @@
83 #!/bin/bash
84-qmlscene /usr/share/ubuntu-rssreader-app/ubuntu-rssreader-app.qml
85+qmlscene /usr/share/rssreader-app/rssreader-app.qml
86
87=== modified file 'rssreader-app.desktop'
88--- rssreader-app.desktop 2013-09-26 07:00:25 +0000
89+++ rssreader-app.desktop 2013-09-26 08:54:07 +0000
90@@ -1,10 +1,10 @@
91 [Desktop Entry]
92-Encoding=UTF-8
93 Version=1.0
94 Type=Application
95 Terminal=false
96 Exec=qmlscene /usr/share/rssreader-app/rssreader-app.qml
97 Icon=/usr/share/rssreader-app/rssreader64.png
98 Name=Shorts
99+Keywords=shorts;rss;reader
100 X-Ubuntu-Touch=true
101 X-Ubuntu-StageHint=SideStage
102
103=== modified file 'rssreader-app.qmlproject'
104--- rssreader-app.qmlproject 2013-09-26 07:00:25 +0000
105+++ rssreader-app.qmlproject 2013-09-26 08:54:07 +0000
106@@ -3,7 +3,7 @@
107 import QmlProject 1.1
108
109 Project {
110- mainFile: "ubuntu-rssreader-app.qml"
111+ mainFile: "rssreader-app.qml"
112
113 /* Include .qml, .js, and image files from current directory and subdirectories */
114 QmlFiles {
115
116=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/__init__.py'
117--- tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-09-06 01:46:41 +0000
118+++ tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-09-26 08:54:07 +0000
119@@ -43,7 +43,7 @@
120 else:
121 scenarios = [('with touch', dict(input_device_class=Touch))]
122
123- local_location = "../../ubuntu-rssreader-app.qml"
124+ local_location = "../../rssreader-app.qml"
125 sqlite_dir = os.path.expanduser(
126 "~/.local/share/Qt Project/QtQmlViewer/QML/OfflineStorage/Databases")
127 backup_dir = sqlite_dir + ".backup"
128@@ -75,9 +75,9 @@
129 def launch_test_installed(self):
130 self.app = self.launch_test_application(
131 "qmlscene",
132- "/usr/share/ubuntu-rssreader-app/ubuntu-rssreader-app.qml",
133+ "/usr/share/rssreader-app/rssreader-app.qml",
134 "--desktop_file_hint=/usr/share/applications/"
135- "ubuntu-rssreader-app.desktop",
136+ "rssreader-app.desktop",
137 app_type='qt',
138 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
139

Subscribers

People subscribed via source and target branches

to all changes: