Merge lp:~cyphermox/poppler-qml-plugin/bootstrap into lp:poppler-qml-plugin

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 6
Proposed branch: lp:~cyphermox/poppler-qml-plugin/bootstrap
Merge into: lp:poppler-qml-plugin
Diff against target: 46 lines (+12/-5)
3 files modified
debian/changelog (+6/-1)
debian/copyright (+3/-4)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~cyphermox/poppler-qml-plugin/bootstrap
Reviewer Review Type Date Requested Status
Robert Bruce Park (community) Approve
Review via email: mp+180412@code.launchpad.net

Commit message

Bootstrap package.

Description of the change

Bootstrap package.

To post a comment you must log in.
Revision history for this message
Robert Bruce Park (robru) wrote :

lgtm

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-07-19 16:50:46 +0000
3+++ debian/changelog 2013-08-15 20:14:38 +0000
4@@ -1,5 +1,10 @@
5-qtdeclarative5-poppler-qml-plugin (0.1.1-0ubuntu1) raring; urgency=low
6+qtdeclarative5-poppler-qml-plugin (0.1.1-0ubuntu1) UNRELEASED; urgency=low
7
8+ [ Granger Anthony ]
9 * Initial release
10
11+ [ Mathieu Trudel-Lapierre ]
12+ * debian/rules: add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
13+ * Automatic snapshot from revision 6 (bootstrap)
14+
15 -- Granger Anthony <grangeranthony@gmail.com> Wed, 10 Jul 2013 15:03:20 +0200
16
17=== modified file 'debian/copyright'
18--- debian/copyright 2013-08-14 17:27:13 +0000
19+++ debian/copyright 2013-08-15 20:14:38 +0000
20@@ -7,10 +7,9 @@
21 License: GPL-3
22
23 License: GPL-3
24- This package is free software; you can redistribute it and/or
25- modify it under the terms of the GNU General Public
26- License as published by the Free Software Foundation; either
27- version 3 of the License.
28+ This package is free software; you can redistribute it and/or modify it
29+ under the terms of the GNU General Public License version 3, as
30+ published by the Free Software Foundation.
31 .
32 This package is distributed in the hope that it will be useful,
33 but WITHOUT ANY WARRANTY; without even the implied warranty of
34
35=== modified file 'debian/rules'
36--- debian/rules 2013-08-14 17:27:13 +0000
37+++ debian/rules 2013-08-15 20:14:38 +0000
38@@ -4,5 +4,8 @@
39 # Uncomment this to turn on verbose mode.
40 #export DH_VERBOSE=1
41
42+export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
43+
44 %:
45 dh $@ --fail-missing --parallel
46+

Subscribers

People subscribed via source and target branches