Merge lp:~debian-janitor/cmospwd/lintian-fixes into lp:~lfaraone/cmospwd/debian

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/cmospwd/lintian-fixes
Merge into: lp:~lfaraone/cmospwd/debian
Diff against target: 76 lines (+18/-13)
4 files modified
debian/changelog (+8/-2)
debian/compat (+1/-1)
debian/control (+8/-9)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~debian-janitor/cmospwd/lintian-fixes
Reviewer Review Type Date Requested Status
Luke Faraone Pending
Review via email: mp+376680@code.launchpad.net

Commit message

Fix lintian issues: Bump debhelper from deprecated 7 to 10., Trim trailing whitespace., Use secure URI in Homepage field.

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace. (file-contains-trailing-whitespace)
* Use secure URI in Homepage field. (homepage-field-uses-insecure-uri)
* Bump debhelper from deprecated 7 to 10. (package-uses-deprecated-debhelper-compat-version)

This merge proposal was created automatically by the Janitor bot.
For more information, including instructions on how to disable
these merge proposals, see https://janitor.debian.net/lintian-fixes.

You can follow up to this merge proposal as you normally would.

The bot will automatically update the merge proposal to resolve merge conflicts
or close the merge proposal when all changes are applied through other means
(e.g. cherry-picks). Updates may take several hours to propagate.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/cmospwd/0bc1fd92-8eb9-421e-909e-6467cb163385.

To post a comment you must log in.
9. By Debian Janitor

Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

10. By Debian Janitor

Use secure URI in Homepage field.

Fixes lintian: homepage-field-uses-insecure-uri
See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.

11. By Debian Janitor

Bump debhelper from deprecated 7 to 10.

Fixes lintian: package-uses-deprecated-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html for more details.

Unmerged revisions

11. By Debian Janitor

Bump debhelper from deprecated 7 to 10.

Fixes lintian: package-uses-deprecated-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html for more details.

10. By Debian Janitor

Use secure URI in Homepage field.

Fixes lintian: homepage-field-uses-insecure-uri
See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.

9. By Debian Janitor

Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

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 2015-07-12 00:18:44 +0000
3+++ debian/changelog 2019-12-28 11:43:23 +0000
4@@ -1,13 +1,19 @@
5 cmospwd (5.0+dfsg-3) UNRELEASED; urgency=medium
6
7+ [ Luke Faraone ]
8 * Update maintainer field and unset DMUA
9
10+ [ Debian Janitor ]
11+ * Trim trailing whitespace.
12+ * Use secure URI in Homepage field.
13+ * Bump debhelper from deprecated 7 to 10.
14+
15 -- Luke Faraone <lfaraone@debian.org> Sun, 12 Jul 2015 00:18:20 +0000
16
17 cmospwd (5.0+dfsg-2) unstable; urgency=low
18
19- * Include fix for FTBFS on KFreeBSD (Closes: #580673)
20- * Restrict archs to i386 and amd64, along with their KFreeBSD
21+ * Include fix for FTBFS on KFreeBSD (Closes: #580673)
22+ * Restrict archs to i386 and amd64, along with their KFreeBSD
23 counterparts.
24
25 -- Luke Faraone <luke@faraone.cc> Mon, 10 May 2010 10:54:23 -0400
26
27=== modified file 'debian/compat'
28--- debian/compat 2010-02-28 18:03:43 +0000
29+++ debian/compat 2019-12-28 11:43:23 +0000
30@@ -1,1 +1,1 @@
31-7
32+10
33
34=== modified file 'debian/control'
35--- debian/control 2015-07-12 00:18:44 +0000
36+++ debian/control 2019-12-28 11:43:23 +0000
37@@ -2,19 +2,18 @@
38 Section: utils
39 Priority: optional
40 Maintainer: Luke Faraone <lfaraone@debian.org>
41-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7)
42+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 10~)
43 Standards-Version: 3.8.4
44 Vcs-Bzr: https://code.launchpad.net/~lfaraone/cmospwd/debian
45-Homepage: http://www.cgsecurity.org/wiki/CmosPwd
46+Homepage: https://www.cgsecurity.org/wiki/CmosPwd
47
48 Package: cmospwd
49-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
50+Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386
51 Depends: ${shlibs:Depends}, ${misc:Depends},
52 Description: decrypt BIOS passwords from CMOS
53- CmosPwd is a cross-platform tool to decrypt password stored in CMOS used
54+ CmosPwd is a cross-platform tool to decrypt password stored in CMOS used
55 to access a computer's BIOS setup.
56- .
57- This application should work out of the box on most modern systems, but
58- some more esoteric BIOSes may not be supported or may require additional
59- steps.
60-
61+ .
62+ This application should work out of the box on most modern systems, but
63+ some more esoteric BIOSes may not be supported or may require additional
64+ steps.
65
66=== modified file 'debian/rules'
67--- debian/rules 2010-05-10 14:38:01 +0000
68+++ debian/rules 2019-12-28 11:43:23 +0000
69@@ -18,6 +18,6 @@
70 tar cf ${CURDIR}/${DEB_SOURCE_PACKAGE}_${UPSTREAM_VERSION}+dfsg.orig.tar $(PACKAGE)-${UPSTREAM_VERSION}/
71 gzip ${CURDIR}/${DEB_SOURCE_PACKAGE}_${UPSTREAM_VERSION}+dfsg.orig.tar
72
73-install/cmospwd::
74+install/cmospwd::
75 dh_installdirs usr/sbin
76 install -m 755 src/cmospwd debian/cmospwd/usr/sbin/cmospwd

Subscribers

People subscribed via source and target branches

to all changes: