Merge lp:~sil2100/notes-app/packaging_review into lp:notes-app

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 110
Merged at revision: 108
Proposed branch: lp:~sil2100/notes-app/packaging_review
Merge into: lp:notes-app
Diff against target: 90 lines (+27/-16)
4 files modified
debian/changelog (+6/-0)
debian/compat (+1/-1)
debian/control (+19/-14)
debian/notes-app.install (+1/-1)
To merge this branch: bzr merge lp:~sil2100/notes-app/packaging_review
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+160866@code.launchpad.net

Commit message

Do some packaging review changes. Add a bootstrapping commit

Description of the change

Do a packaging review for inclusion to the daily process. We're following the guidelines.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Could you please add Vcs-Browser as well (since it's simple to add, same as Vcs-Bzr but s/code/bazaar/ and add "/files" at the end).

I also wish the long description (what goes below the Description: line) was a little longer, but that's just nitpicking.

review: Needs Fixing
109. By Łukasz Zemczak

Added Vcs-Browser as well

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
110. By Łukasz Zemczak

Make the package description a *bit* better

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-04-09 16:18:37 +0000
+++ debian/changelog 2013-04-25 16:18:31 +0000
@@ -1,3 +1,9 @@
1notes-app (1.4-0ubuntu1) UNRELEASED; urgency=low
2
3 * Automatic snapshot from revision 107 (bootstrap)
4
5 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Thu, 25 Apr 2013 13:32:36 +0200
6
1notes-app (1.4) quantal; urgency=low7notes-app (1.4) quantal; urgency=low
28
3 * Ensure text focus is correct in all cases (LP: #1163778)9 * Ensure text focus is correct in all cases (LP: #1163778)
410
=== modified file 'debian/compat'
--- debian/compat 2012-12-21 09:05:51 +0000
+++ debian/compat 2013-04-25 16:18:31 +0000
@@ -1,1 +1,1 @@
1819
22
=== modified file 'debian/control'
--- debian/control 2013-04-24 17:08:09 +0000
+++ debian/control 2013-04-25 16:18:31 +0000
@@ -1,36 +1,41 @@
1Source: notes-app1Source: notes-app
2Priority: extra2Priority: optional
3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4XSBC-Original-Maintainer: Ugo Riboni <ugo.riboni@canonical.com>4XSBC-Original-Maintainer: Ugo Riboni <ugo.riboni@canonical.com>
5Build-Depends: debhelper (>= 9.0.0),5Build-Depends: cmake,
6 debhelper (>= 9),
6 python (>= 2.7),7 python (>= 2.7),
7 cmake,
8 qtbase5-dev,8 qtbase5-dev,
9 qtdeclarative5-dev,9 qtdeclarative5-dev,
10Standards-Version: 3.9.210Standards-Version: 3.9.2
11Section: libs11Section: libs
12Vcs-Bzr: lp:notes-app12Homepage: https://launchpad.net/notes-app
13# If you aren't a member of ~phablet-team but need to upload packaging changes,
14# just go ahead. ~phablet-team will notice and sync up the code again.
15Vcs-Bzr: https://code.launchpad.net/~phablet-team/notes-app/trunk
16Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/notes-app/trunk/files
1317
14Package: notes-app18Package: notes-app
15Section: devel19Section: devel
16Architecture: any20Architecture: any
17Depends: ${misc:Depends},21Depends: libqt5sql5-sqlite,
18 qmlscene,22 qmlscene,
19 qtdeclarative5-ubuntu-ui-toolkit-plugin,
20 qtdeclarative5-hud1.0,23 qtdeclarative5-hud1.0,
24 qtdeclarative5-localstorage-plugin,
21 qtdeclarative5-qtquick2-plugin,25 qtdeclarative5-qtquick2-plugin,
22 qtdeclarative5-localstorage-plugin,26 qtdeclarative5-ubuntu-ui-toolkit-plugin,
23 libqt5sql5-sqlite,27 ${misc:Depends},
24Description: Notes application28Description: Notes application
25 Allows taking notes29 notes-app is a note taking application for the Ubuntu platform.
2630
27Package: notes-app-autopilot31Package: notes-app-autopilot
28Architecture: all32Architecture: all
29Depends: ${misc:Depends},33Depends: libautopilot-qt,
30 python2.7,
31 notes-app (= ${source:Version}),
32 libautopilot-qt,
33 libqt5test5,34 libqt5test5,
34 libqt5widgets5,35 libqt5widgets5,
36 notes-app (= ${source:Version}),
37 python2.7,
38 ${misc:Depends},
35Description: Test package for the notes app39Description: Test package for the notes app
36 Autopilot tests for the notes app package40 notes-app is a note taking application for the Ubuntu platform. This package
41 contains autopilot tests for it.
3742
=== modified file 'debian/notes-app.install'
--- debian/notes-app.install 2013-04-22 09:10:50 +0000
+++ debian/notes-app.install 2013-04-25 16:18:31 +0000
@@ -1,4 +1,4 @@
1usr/bin/notes-app1usr/bin/notes-app
2usr/lib/*/qt5/qml/NotesApp
2usr/share/applications/notes-app.desktop3usr/share/applications/notes-app.desktop
3usr/share/notes-app4usr/share/notes-app
4usr/lib/*/qt5/qml/NotesApp

Subscribers

People subscribed via source and target branches