Merge lp:~sil2100/ubuntu-ui-extras/packaging_review into lp:~ubuntu-sdk-team/ubuntu-ui-extras/trunk

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 46
Merged at revision: 46
Proposed branch: lp:~sil2100/ubuntu-ui-extras/packaging_review
Merge into: lp:~ubuntu-sdk-team/ubuntu-ui-extras/trunk
Diff against target: 58 lines (+14/-9)
4 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+5/-1)
debian/control (+6/-4)
debian/rules (+1/-4)
To merge this branch: bzr merge lp:~sil2100/ubuntu-ui-extras/packaging_review
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Timo Jyrinki Approve
Review via email: mp+181075@code.launchpad.net

Commit message

Packaging review, bootstrapping for daily-release

Description of the change

Packaging review, bootstrapping for daily-release

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

The changes seem good.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2013-08-20 15:26:28 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-05 16:18:44 +0000
+++ debian/changelog 2013-08-20 15:26:28 +0000
@@ -1,5 +1,9 @@
1qtdeclarative5-ubuntu-ui-extras-plugin (0.1) UNRELEASED; urgency=low1qtdeclarative5-ubuntu-ui-extras-plugin (0.1-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Ugo Riboni ]
3 * Initial Release4 * Initial Release
45
6 [ Łukasz 'sil2100' Zemczak ]
7 * Automatic snapshot from revision 45 (bootstrap)
8
5 -- Ugo Riboni <ugo.riboni@canonical.com> Tue, 04 Jun 2013 18:04:36 +02009 -- Ugo Riboni <ugo.riboni@canonical.com> Tue, 04 Jun 2013 18:04:36 +0200
610
=== modified file 'debian/control'
--- debian/control 2013-08-19 09:28:17 +0000
+++ debian/control 2013-08-20 15:26:28 +0000
@@ -21,12 +21,14 @@
21 qtdeclarative5-friends-plugin,21 qtdeclarative5-friends-plugin,
22Standards-Version: 3.9.422Standards-Version: 3.9.4
23Homepage: https://launchpad.net/ubuntu-ui-extras23Homepage: https://launchpad.net/ubuntu-ui-extras
24# If you aren't a member of ~phablet-team but need to upload packaging changes,24# If you aren't a member of ~ubuntu-sdk-team but need to upload packaging
25# just go ahead. ~phablet-team will notice and sync up the code again.25# changes, just go ahead. ~ubuntu-sdk-team will notice and sync up the code
26Vcs-Bzr: https://code.launchpad.net/ubuntu-ui-extras26# again.
27Vcs-Bzr: https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-extras/trunk
28Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-extras/trunk/files
2729
28Package: qtdeclarative5-ubuntu-ui-extras-plugin30Package: qtdeclarative5-ubuntu-ui-extras-plugin
29Architecture: i386 amd64 armhf31Architecture: any
30Depends: ${misc:Depends},32Depends: ${misc:Depends},
31 ${shlibs:Depends},33 ${shlibs:Depends},
32 libqt5sql5-sqlite,34 libqt5sql5-sqlite,
3335
=== modified file 'debian/rules'
--- debian/rules 2013-06-05 16:18:44 +0000
+++ debian/rules 2013-08-20 15:26:28 +0000
@@ -7,7 +7,4 @@
7export DPKG_GENSYMBOLS_CHECK_LEVEL=47export DPKG_GENSYMBOLS_CHECK_LEVEL=4
88
9%:9%:
10 dh $@ --parallel10 dh $@ --parallel --fail-missing
11
12override_dh_install:
13 dh_install --fail-missing

Subscribers

People subscribed via source and target branches