Merge lp:~robru/account-plugin-evernote/packaging into lp:account-plugin-evernote

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 13
Merged at revision: 11
Proposed branch: lp:~robru/account-plugin-evernote/packaging
Merge into: lp:account-plugin-evernote
Diff against target: 167 lines (+20/-86)
6 files modified
.bzr-builddeb/default.conf (+1/-1)
debian/changelog (+2/-15)
debian/control (+14/-10)
debian/copyright (+2/-55)
debian/rules (+1/-4)
debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~robru/account-plugin-evernote/packaging
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ken VanDine Approve
Review via email: mp+198983@code.launchpad.net

Commit message

Packaging fixes for daily_release.

Description of the change

Fixes according to the standards outlined at https://wiki.ubuntu.com/DailyRelease/InlinePackaging

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

Note that account-plugin-evernote has never been released[0] and therefore the entire debian/changelog was wrong.

[0] https://launchpad.net/ubuntu/+source/account-plugin-evernote

13. By Robert Bruce Park

Most of debian/copyright is redundant.

Revision history for this message
Ken VanDine (ken-vandine) wrote :

There are files listed in debian/copyright that are not in the source, you can simplify that down to just one license

review: Needs Fixing
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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'
=== renamed file 'debian/bzr-builddeb.conf' => '.bzr-builddeb/default.conf'
--- debian/bzr-builddeb.conf 2013-11-14 03:39:10 +0000
+++ .bzr-builddeb/default.conf 2013-12-13 18:39:28 +0000
@@ -1,2 +1,2 @@
1[BUILDDEB]1[BUILDDEB]
2native = True2split = True
33
=== modified file 'debian/changelog'
--- debian/changelog 2013-11-16 09:20:58 +0000
+++ debian/changelog 2013-12-13 18:39:28 +0000
@@ -1,18 +1,5 @@
1account-plugin-evernote (3) trusty; urgency=low1account-plugin-evernote (0-0ubuntu1) UNRELEASED; urgency=low
2
3 * Fix icon size (Closes: #1251655)
4 * Fix Evernote sandbox host (Closes: #1251656)
5
6 -- David Planella <david.planella@ubuntu.com> Sat, 16 Nov 2013 10:19:00 +0100
7
8account-plugin-evernote (2) trusty; urgency=low
9
10 * Fixed d/rules
11
12 -- Chris Wayne <chris.wayne@canonical.com> Thu, 14 Nov 2013 10:25:55 -0500
13
14account-plugin-evernote (1) trusty; urgency=low
152
16 * Initial release.3 * Initial release.
174
18 -- Chris Wayne <chris.wayne@canonical.com> Wed, 13 Nov 2013 22:25:50 -05005 -- Robert Bruce Park <robert.park@canonical.com> Fri, 13 Dec 2013 10:05:09 -0800
196
=== modified file 'debian/control'
--- debian/control 2013-11-14 03:39:10 +0000
+++ debian/control 2013-12-13 18:39:28 +0000
@@ -1,22 +1,26 @@
1Source: account-plugin-evernote1Source: account-plugin-evernote
2Section: gnome2Section: gnome
3Priority: optional3Priority: optional
4Maintainer: Chris Wayne <chris.wayne@canonical.com>4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5Build-Depends: debhelper (>= 9.0.0),5Build-Depends: autotools-dev,
6 autotools-dev,6 debhelper (>= 9),
7 dh-autoreconf,7 dh-autoreconf,
8 intltool,8 intltool,
9 libaccounts-glib-dev (>= 1.8),9 libaccounts-glib-dev (>= 1.8),
10 libonline-accounts-client-dev,
10 pkg-config,11 pkg-config,
11 libonline-accounts-client-dev
12Standards-Version: 3.9.412Standards-Version: 3.9.4
13Homepage: http://launchpad.net/account-plugin-evernote13Homepage: http://launchpad.net/account-plugin-evernote
14# if you don't have have commit access to this branch but would like to upload
15# directly to Ubuntu, don't worry: your changes will be merged back into the
16# upstream branch
17Vcs-Bzr: lp:account-plugin-evernote
1418
15Package: account-plugin-evernote19Package: account-plugin-evernote
16Architecture: all20Architecture: all
17Depends: ${misc:Depends},21Depends: libaccount-plugin-generic-oauth,
18 libaccount-plugin-generic-oauth,22 qtdeclarative5-online-accounts-client0.1,
19 qtdeclarative5-online-accounts-client0.123 ${misc:Depends},
20Description: Allow Ubuntu to access FitBit data24Description: Allow Ubuntu to access Evernote
21 This plugin allows the user to authenticate to their FitBit account, which25 This plugin allows the user to authenticate to their Evernote account, which
22 allows the user to gain Accomplishments based on their FitBit data.26 allows syncing of Evernote notes across Ubuntu devies.
2327
=== modified file 'debian/copyright'
--- debian/copyright 2013-11-14 03:39:10 +0000
+++ debian/copyright 2013-12-13 18:39:28 +0000
@@ -3,21 +3,8 @@
3Source: http://launchpad.net/account-plugin-evernote3Source: http://launchpad.net/account-plugin-evernote
44
5Files: *5Files: *
6Copyright: 2012 Chris Wayne <cwayne@ubuntu.com>6Copyright: 2013 Canonical Ltd.
7License: GPL-3.07License: GPL-3.0
8
9Files: debian/*
10Copyright: 2012 Chris Wayne <cwayne@ubuntu.com>
11License: GPL-3.0
12
13Files: qml/evernote/js/oauth.js
14Copyright: 2008 Netflix
15License: Apache-2.0
16
17Files: qml/evernote/js/sha1.js
18Copyright: 2000 - 2002 Paul Johnston
19License: BSD
20
218
22License: GPL-3.09License: GPL-3.0
23 This program is free software: you can redistribute it and/or modify10 This program is free software: you can redistribute it and/or modify
@@ -35,43 +22,3 @@
35 .22 .
36 On Debian systems, the complete text of the GNU General23 On Debian systems, the complete text of the GNU General
37 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".24 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
38
39License: BSD
40 Redistribution and use in source and binary forms, with or without
41 modification, are permitted provided that the following conditions are met:
42 .
43 * Redistributions of source code must retain the above copyright
44 notice, this list of conditions and the following disclaimer.
45 .
46 * Redistributions in binary form must reproduce the above copyright
47 notice, this list of conditions and the following disclaimer in the
48 documentation and/or other materials provided with the distribution.
49 .
50 THIS SOFTWARE IS PROVIDED BY Michael Stapelberg ''AS IS'' AND ANY
51 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
52 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
53 DISCLAIMED. IN NO EVENT SHALL Michael Stapelberg BE LIABLE FOR ANY
54 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
55 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
56 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
57 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
59 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
61
62License: Apache-2.0
63 Licensed under the Apache License, Version 2.0 (the "License"); you may not
64 use this file except in compliance with the License. You may obtain a copy
65 of the License at
66 .
67 http://www.apache.org/licenses/LICENSE-2.0
68 .
69 Unless required by applicable law or agreed to in writing, software
70 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
71 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
72 License for the specific language governing permissions and limitations
73 under the License.
74 .
75 On Debian systems, the full text of the Apache License, Version 2.0
76 can be found in the file
77 `/usr/share/common-licenses/Apache-2.0'.
7825
=== modified file 'debian/rules'
--- debian/rules 2013-11-14 15:25:44 +0000
+++ debian/rules 2013-12-13 18:39:28 +0000
@@ -12,8 +12,5 @@
12 --with-evernote-consumer-key="ubuntu" \12 --with-evernote-consumer-key="ubuntu" \
13 --with-evernote-consumer-secret="44f8ee81a8359500"13 --with-evernote-consumer-secret="44f8ee81a8359500"
1414
15override_dh_install:
16 dh_install --fail-missing
17
18%:15%:
19 dh $@ --with autoreconf16 dh $@ --with autoreconf --fail-missing
2017
=== removed directory 'debian/source'
=== removed file 'debian/source/format'
--- debian/source/format 2013-11-14 03:39:10 +0000
+++ debian/source/format 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
13.0 (native)

Subscribers

People subscribed via source and target branches