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
=== modified file 'debian/changelog'
--- debian/changelog 2018-09-14 11:20:37 +0000
+++ debian/changelog 2020-04-28 21:08:51 +0000
@@ -1,7 +1,14 @@
1byacc-j (1.15-0ubuntu1~ppa6) UNRELEASED; urgency=medium1byacc-j (1.15-0ubuntu1~ppa6) UNRELEASED; urgency=medium
22
3 [ Jelmer Vernooij ]
3 * Use secure URI in Vcs control header.4 * Use secure URI in Vcs control header.
45
6 [ Debian Janitor ]
7 * Trim trailing whitespace.
8 * Bump debhelper from deprecated 6 to 10.
9 * Change priority extra to priority optional.
10 * Use secure URI in Vcs control header Vcs-Browser.
11
5 -- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 12:20:37 +010012 -- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 12:20:37 +0100
613
7byacc-j (1.15-0ubuntu1~ppa5) jaunty; urgency=low14byacc-j (1.15-0ubuntu1~ppa5) jaunty; urgency=low
@@ -9,4 +16,3 @@
9 * Initial release (closes: 532933)16 * Initial release (closes: 532933)
1017
11 -- Ludovic Claude <ludovic.claude@laposte.net> Wed, 13 May 2009 20:59:05 +010018 -- Ludovic Claude <ludovic.claude@laposte.net> Wed, 13 May 2009 20:59:05 +0100
12
1319
=== modified file 'debian/compat'
--- debian/compat 2009-05-13 23:30:25 +0000
+++ debian/compat 2020-04-28 21:08:51 +0000
@@ -1,1 +1,1 @@
16110
22
=== modified file 'debian/control'
--- debian/control 2018-09-14 11:20:37 +0000
+++ debian/control 2020-04-28 21:08:51 +0000
@@ -1,28 +1,27 @@
1Source: byacc-j1Source: byacc-j
2Maintainer: Ludovic Claude <ludovic.claude@laposte.net>2Maintainer: Ludovic Claude <ludovic.claude@laposte.net>
3Section: devel3Section: devel
4Priority: extra4Priority: optional
5Standards-Version: 3.8.15Standards-Version: 3.8.1
6Build-Depends: debhelper (>= 6), cdbs, quilt, cmake (>= 2.6)6Build-Depends: debhelper (>= 10~), cdbs, quilt, cmake (>= 2.6)
7Vcs-Bzr: https://code.launchpad.net/~ludovicc/uj/byacc-j7Vcs-Bzr: https://code.launchpad.net/~ludovicc/uj/byacc-j
8Vcs-Browser: http://bazaar.launchpad.net/~ludovicc/uj/byacc-j/files8Vcs-Browser: https://bazaar.launchpad.net/~ludovicc/uj/byacc-j/files
9Homepage: http://byaccj.sourceforge.net/9Homepage: http://byaccj.sourceforge.net/
1010
11Package: byacc-j11Package: byacc-j
12Architecture: any12Architecture: any
13Depends: ${shlibs:Depends}, ${misc:Depends}13Depends: ${shlibs:Depends}, ${misc:Depends}
14Description: Berkeley YACC parser generator extended to generate Java code14Description: Berkeley YACC parser generator extended to generate Java code
15 BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser 15 BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
16 generator.16 generator.
17 .17 .
18 Standard YACC takes a YACC source file, and generates one or more C files from 18 Standard YACC takes a YACC source file, and generates one or more C files from
19 it, which if compiled properly, will produce a LALR-grammar parser. This is 19 it, which if compiled properly, will produce a LALR-grammar parser. This is
20 useful for expression parsing, interactive command parsing, and file reading. 20 useful for expression parsing, interactive command parsing, and file reading.
21 Many megabytes of YACC code have been written over the years.21 Many megabytes of YACC code have been written over the years.
22 .22 .
23 This is the standard YACC tool that is in use every day to produce C/C++ 23 This is the standard YACC tool that is in use every day to produce C/C++
24 parsers.24 parsers.
25 .25 .
26 I have added a "-J" flag which will cause BYACC to generate Java source code, 26 I have added a "-J" flag which will cause BYACC to generate Java source code,
27 instead. So there finally is a YACC for Java now! 27 instead. So there finally is a YACC for Java now!
28
2928
=== modified file 'debian/rules'
--- debian/rules 2009-06-12 21:10:10 +0000
+++ debian/rules 2020-04-28 21:08:51 +0000
@@ -21,4 +21,3 @@
2121
22get-orig-source:22get-orig-source:
23 -uscan --force-download --rename23 -uscan --force-download --rename
24

Subscribers

People subscribed via source and target branches

to all changes: