Merge lp:~nik90/reminders-app/fix-lintian-warning into lp:reminders-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: David Planella
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~nik90/reminders-app/fix-lintian-warning
Merge into: lp:reminders-app
Diff against target: 25 lines (+2/-2)
2 files modified
debian/control (+2/-1)
debian/copyright (+0/-1)
To merge this branch: bzr merge lp:~nik90/reminders-app/fix-lintian-warning
Reviewer Review Type Date Requested Status
David Planella Approve
Review via email: mp+196076@code.launchpad.net

Commit message

Fixes some lintian warning seen while building the reminders-app

Description of the change

This MP fixes some of the lintian warning seen while building the deb package. In particular the following lintian messages were fixed,

W: reminders-app source: debhelper-but-no-misc-depends reminders-app-autopilot
W: reminders-app source: missing-field-in-dep5-copyright license (paragraph at line 5)
W: reminders-app source: missing-license-text-in-dep5-copyright gpl-3 (paragraph at line 8)

I am really not sure how to fix the W: reminders-app source: diff-contains-bzr-control-dir .bzr warning.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Looks good to me and builds fine! Will file a new bug to track the final warning, but it's really low priority.

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

Filed follow-up bug 1253751

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-11-20 22:21:37 +0000
3+++ debian/control 2013-11-21 10:23:27 +0000
4@@ -22,7 +22,8 @@
5
6 Package: reminders-app-autopilot
7 Architecture: all
8-Depends: reminders-app (= ${source:Version}),
9+Depends: ${misc:Depends},
10+ reminders-app (= ${source:Version}),
11 libautopilot-qt,
12 libqt5test5,
13 ubuntu-ui-toolkit-autopilot,
14
15=== modified file 'debian/copyright'
16--- debian/copyright 2013-11-20 21:49:45 +0000
17+++ debian/copyright 2013-11-21 10:23:27 +0000
18@@ -4,7 +4,6 @@
19
20 Files: *
21 Copyright: 2013 Canonical Ltd.
22-
23 License: GPL-3
24
25 Files: debian/*

Subscribers

People subscribed via source and target branches