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
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-26 07:42:28 +0000
+++ debian/changelog 2013-09-26 08:54:07 +0000
@@ -1,6 +1,7 @@
1ubuntu-rssreader-app (0.2) saucy; urgency=low1ubuntu-rssreader-app (0.2) saucy; urgency=low
22
3 * Added translations support, dropped ubuntu- prefix from desktop file and installation path3 * Added translations support, dropped ubuntu- prefix from desktop file
4 and installation path
45
5 -- David Planella <david.planella@ubuntu.com> Thu, 26 Sep 2013 09:29:27 +02006 -- David Planella <david.planella@ubuntu.com> Thu, 26 Sep 2013 09:29:27 +0200
67
78
=== modified file 'debian/control'
--- debian/control 2013-08-15 15:54:31 +0000
+++ debian/control 2013-09-26 08:54:07 +0000
@@ -1,30 +1,30 @@
1Source: ubuntu-rssreader-app1Source: ubuntu-rssreader-app
2Priority: extra2Priority: extra
3Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>3Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
4Build-Depends: debhelper (>= 9),4Build-Depends: debhelper (>= 9)
5Standards-Version: 3.9.45Standards-Version: 3.9.4
6Section: misc6Section: misc
7Homepage: https://launchpad.net/ubuntu-rssreader-app7Homepage: https://launchpad.net/ubuntu-rssreader-app
8Vcs-Bzr: https://code.launchpad.net/~ubuntu-rssreader-dev/ubuntu-rssreader-app/trunk8Vcs-Bzr: https://code.launchpad.net/~ubuntu-rssreader-dev/ubuntu-rssreader-app/trunk
99
10Package: ubuntu-rssreader-app10Package: rssreader-app
11Section: misc
12Architecture: all11Architecture: all
13Depends: ${misc:Depends},12Depends: libqt5webkit5-qmlwebkitplugin,
14 qmlscene,13 qmlscene,
14 qtdeclarative5-localstorage-plugin,
15 qtdeclarative5-qtquick2-plugin,
15 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,16 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
16 qtdeclarative5-qtquick2-plugin,
17 qtdeclarative5-xmllistmodel-plugin,17 qtdeclarative5-xmllistmodel-plugin,
18 libqt5webkit5-qmlwebkitplugin,18 ${misc:Depends}
19 qtdeclarative5-localstorage-plugin,
20Description: RSS Reader application19Description: RSS Reader application
21 Core RSS Reader application20 Core RSS Reader application
2221
23Package: ubuntu-rssreader-app-autopilot22Package: rssreader-app-autopilot
24Architecture: all23Architecture: all
25Depends: libautopilot-qt,24Depends: libautopilot-qt,
26 libqt5test5,25 libqt5test5,
26 rssreader-app (= ${source:Version}),
27 ubuntu-ui-toolkit-autopilot,27 ubuntu-ui-toolkit-autopilot,
28 ubuntu-rssreader-app (= ${source:Version})28 ${misc:Depends}
29Description: Autopilot tests for RSS reader Application29Description: Autopilot tests for RSS reader Application
30 This package contains the autopilot tests for the RSS reader30 This package contains the autopilot tests for the RSS reader
3131
=== renamed file 'debian/ubuntu-rssreader-app-autopilot.install' => 'debian/rssreader-app-autopilot.install'
=== modified file 'debian/rssreader-app.install'
--- debian/rssreader-app.install 2013-09-26 07:42:28 +0000
+++ debian/rssreader-app.install 2013-09-26 08:54:07 +0000
@@ -1,9 +1,9 @@
1rssreader-app usr/bin/1*.js usr/share/rssreader-app/
2rssreader-app.desktop usr/share/applications/2*.png usr/share/rssreader-app/
3*.qml usr/share/rssreader-app/3*.qml usr/share/rssreader-app/
4*.png usr/share/rssreader-app/4article_items usr/share/rssreader-app/
5*.js usr/share/rssreader-app/
6feeds usr/share/rssreader-app/5feeds usr/share/rssreader-app/
6icons_tmp usr/share/rssreader-app/
7listview usr/share/rssreader-app/7listview usr/share/rssreader-app/
8article_items usr/share/rssreader-app/8rssreader-app usr/bin/
9icons_tmp usr/share/rssreader-app/9rssreader-app.desktop usr/share/applications/
1010
=== renamed file 'ubuntu-rssreader-app' => 'rssreader-app'
--- ubuntu-rssreader-app 2013-04-11 21:21:44 +0000
+++ rssreader-app 2013-09-26 08:54:07 +0000
@@ -1,2 +1,2 @@
1#!/bin/bash1#!/bin/bash
2qmlscene /usr/share/ubuntu-rssreader-app/ubuntu-rssreader-app.qml2qmlscene /usr/share/rssreader-app/rssreader-app.qml
33
=== modified file 'rssreader-app.desktop'
--- rssreader-app.desktop 2013-09-26 07:00:25 +0000
+++ rssreader-app.desktop 2013-09-26 08:54:07 +0000
@@ -1,10 +1,10 @@
1[Desktop Entry]1[Desktop Entry]
2Encoding=UTF-8
3Version=1.02Version=1.0
4Type=Application3Type=Application
5Terminal=false4Terminal=false
6Exec=qmlscene /usr/share/rssreader-app/rssreader-app.qml5Exec=qmlscene /usr/share/rssreader-app/rssreader-app.qml
7Icon=/usr/share/rssreader-app/rssreader64.png6Icon=/usr/share/rssreader-app/rssreader64.png
8Name=Shorts7Name=Shorts
8Keywords=shorts;rss;reader
9X-Ubuntu-Touch=true9X-Ubuntu-Touch=true
10X-Ubuntu-StageHint=SideStage10X-Ubuntu-StageHint=SideStage
1111
=== modified file 'rssreader-app.qmlproject'
--- rssreader-app.qmlproject 2013-09-26 07:00:25 +0000
+++ rssreader-app.qmlproject 2013-09-26 08:54:07 +0000
@@ -3,7 +3,7 @@
3import QmlProject 1.13import QmlProject 1.1
44
5Project {5Project {
6 mainFile: "ubuntu-rssreader-app.qml"6 mainFile: "rssreader-app.qml"
77
8 /* Include .qml, .js, and image files from current directory and subdirectories */8 /* Include .qml, .js, and image files from current directory and subdirectories */
9 QmlFiles {9 QmlFiles {
1010
=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/__init__.py'
--- tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-09-06 01:46:41 +0000
+++ tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-09-26 08:54:07 +0000
@@ -43,7 +43,7 @@
43 else:43 else:
44 scenarios = [('with touch', dict(input_device_class=Touch))]44 scenarios = [('with touch', dict(input_device_class=Touch))]
4545
46 local_location = "../../ubuntu-rssreader-app.qml"46 local_location = "../../rssreader-app.qml"
47 sqlite_dir = os.path.expanduser(47 sqlite_dir = os.path.expanduser(
48 "~/.local/share/Qt Project/QtQmlViewer/QML/OfflineStorage/Databases")48 "~/.local/share/Qt Project/QtQmlViewer/QML/OfflineStorage/Databases")
49 backup_dir = sqlite_dir + ".backup"49 backup_dir = sqlite_dir + ".backup"
@@ -75,9 +75,9 @@
75 def launch_test_installed(self):75 def launch_test_installed(self):
76 self.app = self.launch_test_application(76 self.app = self.launch_test_application(
77 "qmlscene",77 "qmlscene",
78 "/usr/share/ubuntu-rssreader-app/ubuntu-rssreader-app.qml",78 "/usr/share/rssreader-app/rssreader-app.qml",
79 "--desktop_file_hint=/usr/share/applications/"79 "--desktop_file_hint=/usr/share/applications/"
80 "ubuntu-rssreader-app.desktop",80 "rssreader-app.desktop",
81 app_type='qt',81 app_type='qt',
82 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)82 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
8383

Subscribers

People subscribed via source and target branches

to all changes: