Merge lp:~mhall119/ubuntu-calculator-app/package-fixes into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Michael Hall
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 49
Merged at revision: 48
Proposed branch: lp:~mhall119/ubuntu-calculator-app/package-fixes
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 125 lines (+25/-19)
7 files modified
.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+6/-0)
debian/compat (+1/-1)
debian/control (+6/-7)
debian/copyright (+5/-5)
debian/rules (+0/-5)
debian/ubuntu-calculator-app.install (+5/-1)
To merge this branch: bzr merge lp:~mhall119/ubuntu-calculator-app/package-fixes
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+158482@code.launchpad.net

Commit message

Updates packaging and icon for a better install

Description of the change

Updates packaging and icon for a better install

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
Gustavo Pichorim Boiko (boiko) wrote :
review: Needs Fixing
47. By Riccardo Ferrazzo

New formula implementation. Fixes: https://bugs.launchpad.net/bugs/1164973, https://bugs.launchpad.net/bugs/1165894.

Approved by Gustavo Pichorim Boiko, Ubuntu Phone Apps Jenkins Bot.

48. By Michael Hall

Merge package fixes

49. By Michael Hall

Fix Vcs-Bzr in debian/control

Revision history for this message
Michael Hall (mhall119) wrote :

Yup, fixed in rev 49

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
Gustavo Pichorim Boiko (boiko) wrote :

Looks good now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-04-15 18:52:27 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added file '.bzrignore'
10--- .bzrignore 1970-01-01 00:00:00 +0000
11+++ .bzrignore 2013-04-15 18:52:27 +0000
12@@ -0,0 +1,6 @@
13+*.qmlproject.user
14+
15+debian/files
16+debian/app-template/
17+debian/*.debhelper.log
18+debian/*.substvars
19
20=== modified file 'calculator64.png'
21Binary files calculator64.png 2013-02-12 16:27:14 +0000 and calculator64.png 2013-04-15 18:52:27 +0000 differ
22=== modified file 'debian/compat'
23--- debian/compat 2013-02-12 16:18:48 +0000
24+++ debian/compat 2013-04-15 18:52:27 +0000
25@@ -1,1 +1,1 @@
26-8
27+9
28
29=== modified file 'debian/control'
30--- debian/control 2013-04-03 19:48:03 +0000
31+++ debian/control 2013-04-15 18:52:27 +0000
32@@ -1,19 +1,19 @@
33 Source: ubuntu-calculator-app
34 Priority: extra
35-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
36-Build-Depends: debhelper (>= 9.0),
37-Standards-Version: 3.9.3
38+Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
39+Build-Depends: debhelper (>= 9),
40+Standards-Version: 3.9.4
41 Section: misc
42 Homepage: https://launchpad.net/ubuntu-calculator-app
43+Vcs-Bzr: https://code.launchpad.net/~ubuntu-calculator-dev/ubuntu-calculator-app/trunk
44
45 Package: ubuntu-calculator-app
46 Section: misc
47 Architecture: all
48-Depends: ${shlibs:Depends},
49- ${misc:Depends},
50+Depends: ${misc:Depends},
51 qmlscene,
52- qt-components-ubuntu,
53 qtdeclarative5-qtquick2-plugin,
54+ qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
55 qtdeclarative5-localstorage-plugin
56 Description: Calculator application
57 Core Calculator application
58@@ -27,4 +27,3 @@
59 python-support (>= 0.90)
60 Description: Autopilot tests for the calculator app for Ubuntu
61 ubuntu-calculator-app is a calculator app for the Ubuntu touch. This package contains autopilot tests for it.
62-
63
64=== modified file 'debian/copyright'
65--- debian/copyright 2013-02-12 16:27:14 +0000
66+++ debian/copyright 2013-04-15 18:52:27 +0000
67@@ -1,16 +1,16 @@
68-Format: http://dep.debian.net/deps/dep5
69+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
70 Upstream-Name: ubuntu-calculator-app
71 Source:
72
73 Files: *
74 Copyright: 2013 Canonical Ltd.
75-License: GPL-3.0
76+License: GPL-3
77
78 Files: debian/*
79 Copyright: 2013 Canonical Ltd.
80-License: LGPL-3.0
81+License: LGPL-3
82
83-License: GPL-3.0
84+License: GPL-3
85 This package is free software; you can redistribute it and/or
86 modify it under the terms of the GNU General Public
87 License as published by the Free Software Foundation; either
88@@ -27,7 +27,7 @@
89 On Debian systems, the complete text of the GNU General
90 Public License can be found in "/usr/share/common-licenses/GPL-3".
91
92-License: LGPL-3.0
93+License: LGPL-3
94 This package is free software; you can redistribute it and/or
95 modify it under the terms of the GNU Lesser General Public
96 License as published by the Free Software Foundation; either
97
98=== removed file 'debian/docs'
99=== modified file 'debian/rules'
100--- debian/rules 2013-03-22 12:31:46 +0000
101+++ debian/rules 2013-04-15 18:52:27 +0000
102@@ -1,10 +1,5 @@
103 #!/usr/bin/make -f
104 # -*- makefile -*-
105-# Sample debian/rules that uses debhelper.
106-# This file was originally written by Joey Hess and Craig Small.
107-# As a special exception, when this file is copied by dh-make into a
108-# dh-make output file, you may use that output file without restriction.
109-# This special exception was added by Craig Small in version 0.37 of dh-make.
110
111 # Uncomment this to turn on verbose mode.
112 #export DH_VERBOSE=1
113
114=== modified file 'debian/ubuntu-calculator-app.install'
115--- debian/ubuntu-calculator-app.install 2013-03-22 12:15:46 +0000
116+++ debian/ubuntu-calculator-app.install 2013-04-15 18:52:27 +0000
117@@ -1,3 +1,7 @@
118 ubuntu-calculator-app.desktop usr/share/applications
119 ubuntu-calculator-app usr/bin
120-Simple Scientific *.qml *.png *.js usr/share/ubuntu-calculator-app
121+Simple usr/share/ubuntu-calculator-app
122+Scientific usr/share/ubuntu-calculator-app
123+*.qml usr/share/ubuntu-calculator-app
124+*.png usr/share/ubuntu-calculator-app
125+*.js usr/share/ubuntu-calculator-app

Subscribers

People subscribed via source and target branches