Merge lp:~debian-janitor/acetoneiso/lintian-fixes into lp:acetoneiso

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/acetoneiso/lintian-fixes
Merge into: lp:acetoneiso
Diff against target: 58 lines (+15/-5)
3 files modified
debian/changelog (+12/-2)
debian/copyright (+2/-2)
debian/source/lintian-overrides (+1/-1)
To merge this branch: bzr merge lp:~debian-janitor/acetoneiso/lintian-fixes
Reviewer Review Type Date Requested Status
Nick Andrik Pending
Review via email: mp+382468@code.launchpad.net

Commit message

Fix lintian issues: Update renamed lintian tag names in lintian overrides., Use secure copyright file specification URI., Wrap long lines in changelog entries: 2.1.1-1~getdeb1., debian/copyright: use spaces rather than tabs to start continuation lines.

Description of the change

Fix some issues reported by lintian
* Use secure copyright file specification URI. (insecure-copyright-format-uri)
* debian/copyright: use spaces rather than tabs to start continuation lines. (tab-in-license-text)
* Wrap long lines in changelog entries: 2.1.1-1~getdeb1. (debian-changelog-line-too-long)
* Update renamed lintian tag names in lintian overrides. (renamed-tag)

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/acetoneiso/27ddfbef-6c35-4bf5-b5ef-ea870f1dbc79.

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/01/5dbfba1d4879e7e6be7551e4dac822ede86ccd.debug

Files in first set of .debs but not in second
---------------------------------------------
-rw-r--r-- root/root /usr/lib/debug/.build-id/9f/5da2ffc7b34ad0a3672c85a4493e3c79ad3f07.debug

No differences were encountered between the control files of package acetoneiso

Control files of package acetoneiso-dbgsym: lines which differ (wdiff format)
-----------------------------------------------------------------------------
Build-Ids: [-9f5da2ffc7b34ad0a3672c85a4493e3c79ad3f07-] {+015dbfba1d4879e7e6be7551e4dac822ede86ccd+}

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/27ddfbef-6c35-4bf5-b5ef-ea870f1dbc79/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/27ddfbef-6c35-4bf5-b5ef-ea870f1dbc79/diffoscope.

To post a comment you must log in.

Unmerged revisions

1257. By Debian Janitor

Update renamed lintian tag names in lintian overrides.

Fixes: lintian: renamed-tag
See-also: https://lintian.debian.org/tags/renamed-tag.html

1256. By Debian Janitor

Wrap long lines in changelog entries: 2.1.1-1~getdeb1.

Fixes: lintian: debian-changelog-line-too-long
See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html

1255. By Debian Janitor

debian/copyright: use spaces rather than tabs to start continuation lines.

Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html

1254. 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 2017-11-29 03:25:27 +0000
3+++ debian/changelog 2020-04-17 02:53:37 +0000
4@@ -1,3 +1,13 @@
5+acetoneiso (2.4-4) UNRELEASED; urgency=medium
6+
7+ * Use secure copyright file specification URI.
8+ * debian/copyright: use spaces rather than tabs to start continuation
9+ lines.
10+ * Wrap long lines in changelog entries: 2.1.1-1~getdeb1.
11+ * Update renamed lintian tag names in lintian overrides.
12+
13+ -- Debian Janitor <janitor@jelmer.uk> Wed, 15 Apr 2020 16:50:52 +0000
14+
15 acetoneiso (2.4-3) unstable; urgency=medium
16
17 * Port code to Qt 5 (Closes: #784449, #875929, #874814)
18@@ -243,8 +253,8 @@
19 * New upstream release
20 - all processes that have output have now a real time display instead of a
21 fake redundant progress bar
22- - when converting a DVD to an XViD AVI, it is now possible to decide if audio
23- should be encoded to MP3 or left in the original format
24+ - when converting a DVD to an XViD AVI, it is now possible to decide if
25+ audio should be encoded to MP3 or left in the original format
26 - fixed a bug that caused AcetoneISO to go in segmentation fault after a
27 process ends and it was placed in tray icon
28 - when starting a process all buttons that can call another process get
29
30=== modified file 'debian/copyright'
31--- debian/copyright 2013-05-27 03:38:43 +0000
32+++ debian/copyright 2020-04-17 02:53:37 +0000
33@@ -1,4 +1,4 @@
34-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
35+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
36 Upstream-Name: AcetoneISO
37 Upstream-Contact: Fabrizio Di Marco and Marco Di Antonio <acetoneiso@gmail.com>
38 # Source: http://www.acetoneteam.org/viewpage.php?page_id=7
39@@ -13,7 +13,7 @@
40
41 Files: debian/*
42 Copyright: 2008-2009, Joao Pinto <joao.pinto@getdeb.net>
43- 2010-2013, Nick Andrik <nick.andrik@gmail.com>
44+ 2010-2013, Nick Andrik <nick.andrik@gmail.com>
45 License: GPL-3+
46
47 License: GFDL-NIV-1.3+
48
49=== modified file 'debian/source/lintian-overrides'
50--- debian/source/lintian-overrides 2017-11-29 03:25:27 +0000
51+++ debian/source/lintian-overrides 2020-04-17 02:53:37 +0000
52@@ -1,5 +1,5 @@
53 # No official tarball is available online any more
54-debian-watch-may-check-gpg-signature
55+debian-watch-does-not-check-gpg-signature
56
57 # No way to replace lp: with https://
58 vcs-field-uses-insecure-uri

Subscribers

People subscribed via source and target branches

to all changes: