Merge lp:~debian-janitor/frame/lintian-fixes into lp:~oif-packaging/frame/debian

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/frame/lintian-fixes
Merge into: lp:~oif-packaging/frame/debian
Diff against target: 79 lines (+18/-6)
6 files modified
debian/changelog (+11/-0)
debian/compat (+1/-1)
debian/control (+2/-3)
debian/copyright (+1/-1)
debian/rules (+1/-1)
debian/upstream/metadata (+2/-0)
To merge this branch: bzr merge lp:~debian-janitor/frame/lintian-fixes
Reviewer Review Type Date Requested Status
OIF Packaging Pending
Review via email: mp+383090@code.launchpad.net

Commit message

Fix lintian issues: Bump debhelper from deprecated 9 to 10., Drop unnecessary dependency on dh-autoreconf., Drop unnecessary dh arguments: --parallel, Set upstream metadata fields: Repository, Repository-Browse., Use secure URI in Vcs control header Vcs-Browser., Use secure copyright file specification URI.

Description of the change

Fix some issues reported by lintian
* Use secure copyright file specification URI. (insecure-copyright-format-uri)
* Bump debhelper from deprecated 9 to 10. (package-uses-deprecated-debhelper-compat-version)
* Set upstream metadata fields: Repository, Repository-Browse. (upstream-metadata-file-is-missing, upstream-metadata-missing-repository)
* Drop unnecessary dependency on dh-autoreconf. (useless-autoreconf-build-depends)
* Use secure URI in Vcs control header Vcs-Browser. (vcs-field-uses-insecure-uri)
* Drop unnecessary dh arguments: --parallel (debian-rules-uses-unnecessary-dh-argument)

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.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/frame/d3db2e2e-c759-4a1e-8b22-b804e303ae87.

These changes affect the binary packages:

[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second set of .debs but not in first
---------------------------------------------
-rw-r--r-- root/root /usr/lib/debug/.build-id/1e/688dd9388f6cd5f4e25e77476a776716052786.debug
-rw-r--r-- root/root /usr/lib/debug/.build-id/c7/0d61700dbf4d6ed7c5530bb6c5483e27de3d4f.debug

Files in first set of .debs but not in second
---------------------------------------------
-rw-r--r-- root/root /usr/lib/debug/.build-id/00/6391f1f6477c7d597094ddd68be1929049c299.debug
-rw-r--r-- root/root /usr/lib/debug/.build-id/70/41152c72a3dcae2e75ac2ea276617fa3b1391e.debug

No differences were encountered between the control files of package frame-tools

Control files of package frame-tools-dbgsym: lines which differ (wdiff format)
------------------------------------------------------------------------------
Build-Ids: [-006391f1f6477c7d597094ddd68be1929049c299-] {+c70d61700dbf4d6ed7c5530bb6c5483e27de3d4f+}

No differences were encountered between the control files of package libframe-dev

Control files of package libframe6: lines which differ (wdiff format)
---------------------------------------------------------------------
Depends: libc6 (>= 2.7), [-libgcc1-] {+libgcc-s1+} (>= [-1:3.0),-] {+3.0),+} libstdc++6 (>= 5), libx11-6, libxi6 (>= 2:1.5.99.2)

Control files of package libframe6-dbgsym: lines which differ (wdiff format)
----------------------------------------------------------------------------
Build-Ids: [-7041152c72a3dcae2e75ac2ea276617fa3b1391e-] {+1e688dd9388f6cd5f4e25e77476a776716052786+}

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/d3db2e2e-c759-4a1e-8b22-b804e303ae87/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/d3db2e2e-c759-4a1e-8b22-b804e303ae87/diffoscope.

To post a comment you must log in.

Unmerged revisions

103. By Debian Janitor

Drop unnecessary dh arguments: --parallel

Fixes: lintian: debian-rules-uses-unnecessary-dh-argument
See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html

102. By Debian Janitor

Use secure URI in Vcs control header Vcs-Browser.

Fixes: lintian: vcs-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html

101. By Debian Janitor

Drop unnecessary dependency on dh-autoreconf.

Fixes: lintian: useless-autoreconf-build-depends
See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html

100. By Debian Janitor

Set upstream metadata fields: Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html

Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

99. By Debian Janitor

Bump debhelper from deprecated 9 to 10.

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

98. By Debian Janitor

Use secure copyright file specification URI.

Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html

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 2013-05-27 16:31:07 +0000
3+++ debian/changelog 2020-04-28 21:01:18 +0000
4@@ -1,3 +1,14 @@
5+frame (2.5.0-4) UNRELEASED; urgency=medium
6+
7+ * Use secure copyright file specification URI.
8+ * Bump debhelper from deprecated 9 to 10.
9+ * Set upstream metadata fields: Repository, Repository-Browse.
10+ * Drop unnecessary dependency on dh-autoreconf.
11+ * Use secure URI in Vcs control header Vcs-Browser.
12+ * Drop unnecessary dh arguments: --parallel
13+
14+ -- Debian Janitor <janitor@jelmer.uk> Tue, 28 Apr 2020 17:29:10 +0000
15+
16 frame (2.5.0-3) unstable; urgency=low
17
18 * change target distribution to unstable.
19
20=== modified file 'debian/compat'
21--- debian/compat 2012-03-14 23:25:28 +0000
22+++ debian/compat 2020-04-28 21:01:18 +0000
23@@ -1,1 +1,1 @@
24-9
25+10
26
27=== modified file 'debian/control'
28--- debian/control 2013-04-18 15:47:58 +0000
29+++ debian/control 2020-04-28 21:01:18 +0000
30@@ -3,8 +3,7 @@
31 Priority: optional
32 Maintainer: Stephen M. Webb <stephen.webb@bregmasoft.ca>
33 Build-Depends: asciidoc,
34- debhelper (>= 9),
35- dh-autoreconf,
36+ debhelper (>= 10~),
37 docbook-xsl,
38 libx11-dev,
39 libxi-dev (>= 2:1.5.99.2),
40@@ -14,7 +13,7 @@
41 Standards-Version: 3.9.4
42 Homepage: https://launchpad.net/frame
43 Vcs-Bzr: https://code.launchpad.net/~oif-packaging/frame/debian
44-Vcs-Browser: http://bazaar.launchpad.net/~oif-packaging/frame/debian/files
45+Vcs-Browser: https://bazaar.launchpad.net/~oif-packaging/frame/debian/files
46
47 Package: libframe6
48 Architecture: any
49
50=== modified file 'debian/copyright'
51--- debian/copyright 2013-02-26 16:32:23 +0000
52+++ debian/copyright 2020-04-28 21:01:18 +0000
53@@ -1,4 +1,4 @@
54-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
55+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
56 Upstream-Name: frame
57 Upstream-Contact: Ubuntu Multi-touch Development Team <multi-touch-dev@lists.launchpad.net>
58 Source: http://launchpad.net/frame
59
60=== modified file 'debian/rules'
61--- debian/rules 2013-02-26 16:32:05 +0000
62+++ debian/rules 2020-04-28 21:01:18 +0000
63@@ -1,7 +1,7 @@
64 #!/usr/bin/make -f
65
66 %:
67- dh $@ --with autoreconf --parallel
68+ dh $@
69
70 override_dh_auto_configure:
71 dh_auto_configure -- --disable-silent-rules
72
73=== added directory 'debian/upstream'
74=== added file 'debian/upstream/metadata'
75--- debian/upstream/metadata 1970-01-01 00:00:00 +0000
76+++ debian/upstream/metadata 2020-04-28 21:01:18 +0000
77@@ -0,0 +1,2 @@
78+Repository: https://code.launchpad.net/frame
79+Repository-Browse: https://code.launchpad.net/frame

Subscribers

People subscribed via source and target branches

to all changes: