Merge lp:~vthompson/music-app/rename-back-to-music-app into lp:music-app/trusty

Proposed by Victor Thompson
Status: Merged
Approved by: Victor Thompson
Approved revision: 28
Merged at revision: 28
Proposed branch: lp:~vthompson/music-app/rename-back-to-music-app
Merge into: lp:music-app/trusty
Diff against target: 160 lines (+39/-33)
9 files modified
debian/changelog (+12/-6)
debian/control (+2/-2)
debian/copyright (+2/-2)
debian/install (+6/-6)
music-app (+3/-0)
music-app.desktop (+12/-0)
music-app.qml (+2/-2)
ubuntu-music-app (+0/-3)
ubuntu-music-app.desktop (+0/-12)
To merge this branch: bzr merge lp:~vthompson/music-app/rename-back-to-music-app
Reviewer Review Type Date Requested Status
Victor Thompson Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+168339@code.launchpad.net

Commit message

Renames app back to music-app, from ubuntu-music-app

Description of the change

Renames app back to music-app, from ubuntu-music-app

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Victor Thompson (vthompson) wrote :

Approving trivial update.

Revision history for this message
Victor Thompson (vthompson) wrote :

Approving trivial update.

review: Approve

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-06-05 12:33:50 +0000
3+++ debian/changelog 2013-06-10 01:02:24 +0000
4@@ -1,16 +1,22 @@
5-ubuntu-music-app (0.2.1) raring; urgency=low
6-
7- * Changin name of application to ubuntu-music-app
8+music-app (0.2.2) raring; urgency=low
9+
10+ * Changing name of application to music-app
11+
12+ -- Victor Thompson <victor.thompson@gmail.com> Sun, 09 Jun 2013 19:47:50 -0500
13+
14+music-app (0.2.1) raring; urgency=low
15+
16+ * Changing name of application to ubuntu-music-app
17
18 -- Daniel Holm <daniel@daniel-laptop> Tue, 04 Jun 2013 16:43:32 +0200
19
20-ubuntu-music-app (0.2) raring; urgency=low
21+music-app (0.2) raring; urgency=low
22
23 * Merge of Daniel's and Victor's code
24
25- -- Victor Thompson <victor.thompson@gmail.com> Tue, 04 June 2013 11:45:00 -0400
26+ -- Victor Thompson <victor.thompson@gmail.com> Tue, 04 June 2013 11:45:00 -0500
27
28-ubuntu-music-app (0.1) raring; urgency=low
29+music-app (0.1) raring; urgency=low
30
31 * Initial Release.
32
33
34=== modified file 'debian/control'
35--- debian/control 2013-06-04 14:54:24 +0000
36+++ debian/control 2013-06-10 01:02:24 +0000
37@@ -1,4 +1,4 @@
38-Source: ubuntu-music-app
39+Source: music-app
40 Section: misc
41 Priority: extra
42 Maintainer: Michael <mhall119@ubuntu.com>
43@@ -6,7 +6,7 @@
44 Standards-Version: 3.9.4
45 Homepage: https://launchpad.net/music-app
46
47-Package: ubuntu-music-app
48+Package: music-app
49 Architecture: all
50 Depends: ${misc:Depends},qtdeclarative5-folderlistmodel-plugin,qtdeclarative5-localstorage-plugin,qtdeclarative5-particles-plugin,qtdeclarative5-qtmultimedia-plugin,qtdeclarative5-qtquick2-plugin,qtdeclarative5-ubuntu-ui-toolkit-plugin|qt-components-ubuntu,qtdeclarative5-window-plugin,qtdeclarative5-xmllistmodel-plugin,${shlibs:Depends},qmlscene
51 Description: Music player for Ubuntu Touch
52
53=== modified file 'debian/copyright'
54--- debian/copyright 2013-06-04 14:54:24 +0000
55+++ debian/copyright 2013-06-10 01:02:24 +0000
56@@ -1,5 +1,5 @@
57 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
58-Upstream-Name: ubuntu-music-app
59+Upstream-Name: music-app
60 Source: https://launchpad.net/music-app
61
62 Files: *
63@@ -7,7 +7,7 @@
64 License: GPL-3.0+
65
66 Files: debian/*
67-Copyright: 2013 "Michael Hall <mhall119@ubuntu.com>
68+Copyright: 2013 Michael Hall <mhall119@ubuntu.com>
69 License: GPL-3.0+
70
71 License: GPL-3.0+
72
73=== modified file 'debian/install'
74--- debian/install 2013-06-09 19:19:58 +0000
75+++ debian/install 2013-06-10 01:02:24 +0000
76@@ -1,6 +1,6 @@
77-ubuntu-music-app usr/bin/
78-ubuntu-music-app.desktop usr/share/applications/
79-*.qml usr/share/ubuntu-music-app/
80-*.js usr/share/ubuntu-music-app/
81-*.qmltheme usr/share/ubuntu-music-app/
82-images usr/share/ubuntu-music-app/
83+music-app usr/bin/
84+music-app.desktop usr/share/applications/
85+*.qml usr/share/music-app/
86+*.js usr/share/music-app/
87+*.qmltheme usr/share/music-app/
88+images usr/share/music-app/
89
90=== added file 'music-app'
91--- music-app 1970-01-01 00:00:00 +0000
92+++ music-app 2013-06-10 01:02:24 +0000
93@@ -0,0 +1,3 @@
94+#!/bin/bash
95+# run trough music dir and populate meta data database first, then run:
96+qmlscene /usr/share/music-app/music-app.qml
97
98=== added file 'music-app.desktop'
99--- music-app.desktop 1970-01-01 00:00:00 +0000
100+++ music-app.desktop 2013-06-10 01:02:24 +0000
101@@ -0,0 +1,12 @@
102+[Desktop Entry]
103+Version=0.2
104+Name=Music
105+Comment=Ubuntu Touch Music Player
106+Exec=/usr/bin/qmlscene /usr/share/music-app/music-app.qml
107+Icon=/usr/share/music-app/images/music.png
108+Terminal=false
109+Type=Application
110+StartupNotify=true
111+X-Ubuntu-Touch=true
112+X-Ubuntu-StageHint=SideStage
113+Name[sv_SE]=music-app.desktop
114
115=== modified file 'music-app.qml'
116--- music-app.qml 2013-06-08 14:59:26 +0000
117+++ music-app.qml 2013-06-10 01:02:24 +0000
118@@ -29,7 +29,7 @@
119
120 MainView {
121 objectName: i18n.tr("mainView")
122- applicationName: i18n.tr("Ubuntu Music App")
123+ applicationName: i18n.tr("Music App")
124
125 width: units.gu(50)
126 height: units.gu(75)
127@@ -42,7 +42,7 @@
128 // VARIABLES
129 property string musicName: i18n.tr("Music")
130 property string musicDir: ""
131- property string appVersion: '0.2'
132+ property string appVersion: '0.2.2'
133 property int playing: 0
134 property int itemnum: 0
135 property bool random: false
136
137=== removed file 'ubuntu-music-app'
138--- ubuntu-music-app 2013-06-04 14:54:24 +0000
139+++ ubuntu-music-app 1970-01-01 00:00:00 +0000
140@@ -1,3 +0,0 @@
141-#!/bin/bash
142-# run trough music dir and populate meta data database first, then run:
143-qmlscene /usr/share/ubuntu-music-app/music-app.qml
144
145=== removed file 'ubuntu-music-app.desktop'
146--- ubuntu-music-app.desktop 2013-06-09 19:19:58 +0000
147+++ ubuntu-music-app.desktop 1970-01-01 00:00:00 +0000
148@@ -1,12 +0,0 @@
149-[Desktop Entry]
150-Version=0.2
151-Name=Music
152-Comment=Ubuntu Touch Music Player
153-Exec=/usr/bin/qmlscene /usr/share/ubuntu-music-app/music-app.qml
154-Icon=/usr/share/ubuntu-music-app/images/music.png
155-Terminal=false
156-Type=Application
157-StartupNotify=true
158-X-Ubuntu-Touch=true
159-X-Ubuntu-StageHint=SideStage
160-Name[sv_SE]=ubuntu-music-app.desktop

Subscribers

People subscribed via source and target branches

to status/vote changes: