Merge lp:~debian-janitor/uj/lintian-fixes into lp:~ludovicc/uj/byacc-j

Proposed by Debian Janitor
Status: Needs review
Proposed branch: lp:~debian-janitor/uj/lintian-fixes
Merge into: lp:~ludovicc/uj/byacc-j
Diff against target: 82 lines (+18/-14)
4 files modified
debian/changelog (+7/-1)
debian/compat (+1/-1)
debian/control (+10/-11)
debian/rules (+0/-1)
To merge this branch: bzr merge lp:~debian-janitor/uj/lintian-fixes
Reviewer Review Type Date Requested Status
Ludovic Claude Pending
Review via email: mp+383091@code.launchpad.net

Commit message

Fix lintian issues: Bump debhelper from deprecated 6 to 10., Change priority extra to priority optional., Trim trailing whitespace., Use secure URI in Vcs control header Vcs-Browser.

Description of the change

Fix some issues reported by lintian
* Trim trailing whitespace. (file-contains-trailing-whitespace)
* Bump debhelper from deprecated 6 to 10. (package-uses-deprecated-debhelper-compat-version)
* Change priority extra to priority optional. (priority-extra-is-replaced-by-priority-optional)
* Use secure URI in Vcs control header Vcs-Browser. (vcs-field-uses-insecure-uri)

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/byacc-j/4278a727-c9a1-4fc8-8616-d0dbc7b20f4d.

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/89/a9ca2e466374cc88cca854cb5ef5972ea9d88e.debug

Files in first set of .debs but not in second
---------------------------------------------
-rw-r--r-- root/root /usr/lib/debug/.build-id/b1/44fa4887f7b6a643baa8f8046ab7eea0ec2975.debug

Control files of package byacc-j: lines which differ (wdiff format)
-------------------------------------------------------------------
Priority: [-extra-] {+optional+}

Control files of package byacc-j-dbgsym: lines which differ (wdiff format)
--------------------------------------------------------------------------
Build-Ids: [-b144fa4887f7b6a643baa8f8046ab7eea0ec2975-] {+89a9ca2e466374cc88cca854cb5ef5972ea9d88e+}

You can also view the diffoscope diff at
https://janitor.debian.net/api/run/4278a727-c9a1-4fc8-8616-d0dbc7b20f4d/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/4278a727-c9a1-4fc8-8616-d0dbc7b20f4d/diffoscope.

To post a comment you must log in.

Unmerged revisions

19. 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

18. By Debian Janitor

Change priority extra to priority optional.

Fixes: lintian: priority-extra-is-replaced-by-priority-optional
See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html

17. By Debian Janitor

Bump debhelper from deprecated 6 to 10.

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

16. By Debian Janitor

Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.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 2018-09-14 11:20:37 +0000
3+++ debian/changelog 2020-04-28 21:08:51 +0000
4@@ -1,7 +1,14 @@
5 byacc-j (1.15-0ubuntu1~ppa6) UNRELEASED; urgency=medium
6
7+ [ Jelmer Vernooij ]
8 * Use secure URI in Vcs control header.
9
10+ [ Debian Janitor ]
11+ * Trim trailing whitespace.
12+ * Bump debhelper from deprecated 6 to 10.
13+ * Change priority extra to priority optional.
14+ * Use secure URI in Vcs control header Vcs-Browser.
15+
16 -- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 12:20:37 +0100
17
18 byacc-j (1.15-0ubuntu1~ppa5) jaunty; urgency=low
19@@ -9,4 +16,3 @@
20 * Initial release (closes: 532933)
21
22 -- Ludovic Claude <ludovic.claude@laposte.net> Wed, 13 May 2009 20:59:05 +0100
23-
24
25=== modified file 'debian/compat'
26--- debian/compat 2009-05-13 23:30:25 +0000
27+++ debian/compat 2020-04-28 21:08:51 +0000
28@@ -1,1 +1,1 @@
29-6
30+10
31
32=== modified file 'debian/control'
33--- debian/control 2018-09-14 11:20:37 +0000
34+++ debian/control 2020-04-28 21:08:51 +0000
35@@ -1,28 +1,27 @@
36 Source: byacc-j
37 Maintainer: Ludovic Claude <ludovic.claude@laposte.net>
38 Section: devel
39-Priority: extra
40+Priority: optional
41 Standards-Version: 3.8.1
42-Build-Depends: debhelper (>= 6), cdbs, quilt, cmake (>= 2.6)
43+Build-Depends: debhelper (>= 10~), cdbs, quilt, cmake (>= 2.6)
44 Vcs-Bzr: https://code.launchpad.net/~ludovicc/uj/byacc-j
45-Vcs-Browser: http://bazaar.launchpad.net/~ludovicc/uj/byacc-j/files
46+Vcs-Browser: https://bazaar.launchpad.net/~ludovicc/uj/byacc-j/files
47 Homepage: http://byaccj.sourceforge.net/
48
49 Package: byacc-j
50 Architecture: any
51 Depends: ${shlibs:Depends}, ${misc:Depends}
52 Description: Berkeley YACC parser generator extended to generate Java code
53- BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
54+ BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
55 generator.
56 .
57- Standard YACC takes a YACC source file, and generates one or more C files from
58- it, which if compiled properly, will produce a LALR-grammar parser. This is
59- useful for expression parsing, interactive command parsing, and file reading.
60+ Standard YACC takes a YACC source file, and generates one or more C files from
61+ it, which if compiled properly, will produce a LALR-grammar parser. This is
62+ useful for expression parsing, interactive command parsing, and file reading.
63 Many megabytes of YACC code have been written over the years.
64 .
65- This is the standard YACC tool that is in use every day to produce C/C++
66+ This is the standard YACC tool that is in use every day to produce C/C++
67 parsers.
68 .
69- I have added a "-J" flag which will cause BYACC to generate Java source code,
70- instead. So there finally is a YACC for Java now!
71-
72+ I have added a "-J" flag which will cause BYACC to generate Java source code,
73+ instead. So there finally is a YACC for Java now!
74
75=== modified file 'debian/rules'
76--- debian/rules 2009-06-12 21:10:10 +0000
77+++ debian/rules 2020-04-28 21:08:51 +0000
78@@ -21,4 +21,3 @@
79
80 get-orig-source:
81 -uscan --force-download --rename
82-

Subscribers

People subscribed via source and target branches

to all changes: