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
=== modified file 'debian/control'
--- debian/control 2013-11-20 22:21:37 +0000
+++ debian/control 2013-11-21 10:23:27 +0000
@@ -22,7 +22,8 @@
2222
23Package: reminders-app-autopilot23Package: reminders-app-autopilot
24Architecture: all24Architecture: all
25Depends: reminders-app (= ${source:Version}),25Depends: ${misc:Depends},
26 reminders-app (= ${source:Version}),
26 libautopilot-qt,27 libautopilot-qt,
27 libqt5test5,28 libqt5test5,
28 ubuntu-ui-toolkit-autopilot,29 ubuntu-ui-toolkit-autopilot,
2930
=== modified file 'debian/copyright'
--- debian/copyright 2013-11-20 21:49:45 +0000
+++ debian/copyright 2013-11-21 10:23:27 +0000
@@ -4,7 +4,6 @@
44
5Files: *5Files: *
6Copyright: 2013 Canonical Ltd.6Copyright: 2013 Canonical Ltd.
7
8License: GPL-37License: GPL-3
98
10Files: debian/*9Files: debian/*

Subscribers

People subscribed via source and target branches