Merge lp:~sil2100/account-plugin-evernote/misc_and_bootstrap into lp:account-plugin-evernote

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 13
Merged at revision: 13
Proposed branch: lp:~sil2100/account-plugin-evernote/misc_and_bootstrap
Merge into: lp:account-plugin-evernote
Diff against target: 47 lines (+8/-4)
3 files modified
debian/changelog (+4/-0)
debian/control (+1/-1)
debian/rules (+3/-3)
To merge this branch: bzr merge lp:~sil2100/account-plugin-evernote/misc_and_bootstrap
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Didier Roche-Tolomelli Approve
Ubuntu Notes app developers Pending
Review via email: mp+201384@code.launchpad.net

Commit message

Really minor cosmetic changes and add the bootstrapping commit

Description of the change

Really minor cosmetic changes and add the bootstrapping commit

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looking good to me and preNEWed it as well. Thanks!

review: Approve
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Note that I can't globally approved it, seems that ~ubuntu-unity isn't in that team?

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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-12-13 18:12:21 +0000
3+++ debian/changelog 2014-01-13 12:53:42 +0000
4@@ -1,5 +1,9 @@
5 account-plugin-evernote (0-0ubuntu1) UNRELEASED; urgency=low
6
7+ [ Robert Bruce Park ]
8 * Initial release.
9
10+ [ Łukasz 'sil2100' Zemczak ]
11+ * Automatic snapshot from revision 12 (bootstrap)
12+
13 -- Robert Bruce Park <robert.park@canonical.com> Fri, 13 Dec 2013 10:05:09 -0800
14
15=== modified file 'debian/control'
16--- debian/control 2014-01-10 11:25:20 +0000
17+++ debian/control 2014-01-13 12:53:42 +0000
18@@ -9,7 +9,7 @@
19 libaccounts-glib-dev (>= 1.8),
20 libonline-accounts-client-dev,
21 pkg-config,
22-Standards-Version: 3.9.4
23+Standards-Version: 3.9.5
24 Homepage: http://launchpad.net/account-plugin-evernote
25 # if you don't have have commit access to this branch but would like to upload
26 # directly to Ubuntu, don't worry: your changes will be merged back into the
27
28=== modified file 'debian/rules'
29--- debian/rules 2013-12-13 18:12:21 +0000
30+++ debian/rules 2014-01-13 12:53:42 +0000
31@@ -4,6 +4,9 @@
32 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
34
35+%:
36+ dh $@ --with autoreconf --fail-missing
37+
38 override_dh_autoreconf:
39 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
40
41@@ -11,6 +14,3 @@
42 dh_auto_configure -- --enable-qml-plugins \
43 --with-evernote-consumer-key="ubuntu" \
44 --with-evernote-consumer-secret="44f8ee81a8359500"
45-
46-%:
47- dh $@ --with autoreconf --fail-missing

Subscribers

People subscribed via source and target branches