Merge lp:~dpm/reminders-app/account-plugin-evernote-upload into lp:reminders-app

Proposed by David Planella
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 172
Merged at revision: 173
Proposed branch: lp:~dpm/reminders-app/account-plugin-evernote-upload
Merge into: lp:reminders-app
Diff against target: 39 lines (+10/-1)
4 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+6/-0)
debian/rules (+2/-0)
debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~dpm/reminders-app/account-plugin-evernote-upload
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Notes app developers Pending
Review via email: mp+225581@code.launchpad.net

Commit message

Trunk release.

Description of the change

Null merge branch (i.e. no changes) submitted only to go through the CI process and upload the new version of the account-plugin-evernote package.

Once successfully built, packages will be available at:
https://launchpad.net/~ci-train-ppa-service/+archive/landing-013/

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)
173. By David Planella

Changed Debian versioning to make the CI train happy

174. By David Planella

Added bzr builddeb dir

175. By David Planella

Removed debian/source as recommended at https://wiki.ubuntu.com/DailyRelease/InlinePackaging, marked .install file explicitly as +x to ensure that info is not lost in the .diff.gz file and thus dh-exec can do variable expansion

Revision history for this message
David Planella (dpm) wrote :

Some context for the changes: it seems upon generation of the diff.gz file the +x information of the account-plugin-evernote.install file was lost, so I'm now explicitly making it +x in debian/rules, and also dropping the debian/source/ directory as instructed here [1].

[1] https://wiki.ubuntu.com/DailyRelease/InlinePackaging

Revision history for this message
David Planella (dpm) wrote :

Sorry, I forgot to add that losing the +x info on account-plugin-evernote.install had meant that dh-exec could not expand ${DEB_HOST_MULTIARCH}, so although the build succeeded, the resulting packages contained files literally in /usr/lib/${DEB_HOST_MULTIARCH}

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 2014-07-04 07:27:25 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/changelog'
10--- debian/changelog 2014-07-01 13:27:32 +0000
11+++ debian/changelog 2014-07-04 07:27:25 +0000
12@@ -1,3 +1,9 @@
13+reminders-app (0.4-0ubuntu1) UNRELEASED; urgency=medium
14+
15+ * Trunk release.
16+
17+ -- David Planella <david.planella@ubuntu.com> Fri, 04 Jul 2014 00:32:41 +0200
18+
19 reminders-app (0.4+bzr182ppa4~utopic) utopic; urgency=medium
20
21 * Fixed the account provider file and the condition to check
22
23=== modified file 'debian/rules'
24--- debian/rules 2014-06-27 15:57:59 +0000
25+++ debian/rules 2014-07-04 07:27:25 +0000
26@@ -15,4 +15,6 @@
27 -DEVERNOTE_CONSUMER_SECRET="174a72ce5bffbcad"
28
29 override_dh_install:
30+ # Make sure the dh-exec variable expansion works
31+ chmod a+x debian/account-plugin-evernote.install
32 dh_install --fail-missing
33
34=== removed directory 'debian/source'
35=== removed file 'debian/source/format'
36--- debian/source/format 2013-11-20 21:49:45 +0000
37+++ debian/source/format 1970-01-01 00:00:00 +0000
38@@ -1,1 +0,0 @@
39-1.0

Subscribers

People subscribed via source and target branches