Re: Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-06-02 Thread Louis-Philippe Véronneau
On 2024-05-24 01:55, Andrius Merkys wrote: Hi, On 2024-05-23 23:52, Louis-Philippe Véronneau wrote: On 2024-05-22 16:36, Nilesh Patra wrote: Hi Julian! On Sun, May 19, 2024 at 01:48:17PM +0100, Julian Gilbey wrote: But here I'd suggest doing the opposite: checking for valid build options

Re: Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-23 Thread Andrius Merkys
Hi, On 2024-05-23 23:52, Louis-Philippe Véronneau wrote: On 2024-05-22 16:36, Nilesh Patra wrote: Hi Julian! On Sun, May 19, 2024 at 01:48:17PM +0100, Julian Gilbey wrote: But here I'd suggest doing the opposite: checking for valid build options (and note: this is a check for

Re: Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-23 Thread Louis-Philippe Véronneau
On 2024-05-22 16:36, Nilesh Patra wrote: Hi Julian! On Sun, May 19, 2024 at 01:48:17PM +0100, Julian Gilbey wrote: But here I'd suggest doing the opposite: checking for valid build options (and note: this is a check for DEB_BUILD_OPTIONS, not for DEB_BUILD_PROFILES). There is a very short

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-22 Thread Nilesh Patra
Hi Julian! On Sun, May 19, 2024 at 01:48:17PM +0100, Julian Gilbey wrote: > But here I'd suggest doing the > opposite: checking for valid build options (and note: this is a check > for DEB_BUILD_OPTIONS, not for DEB_BUILD_PROFILES). There is a very > short list of standard build options: those

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-19 Thread Julian Gilbey
Hi Nilesh, On Sun, May 19, 2024 at 12:27:02PM +0530, Nilesh Patra wrote: > Julian Gilbey : > > I have come across a number of packages with a line in their > > debian/rules like: > > > > ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) > > > > This should be "nodoc", according to the

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-19 Thread Nilesh Patra
Julian Gilbey : > I have come across a number of packages with a line in their > debian/rules like: > > ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) > > This should be "nodoc", according to the "nodoc" entry in > https://wiki.debian.org/BuildProfileSpec#Registered_profile_names >

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-09 Thread Julian Gilbey
On Thu, May 09, 2024 at 01:13:45PM -0400, Louis-Philippe Véronneau wrote: > tags 1070770 patch > thanks > > I've created a patch on Salsa that creates a new Lintian check for this. > > https://salsa.debian.org/lintian/lintian/-/merge_requests/504 Amazing, thanks! I've added a bunch of

Processed: Re: Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 1070770 patch Bug #1070770 [lintian] lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 1070770:

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-09 Thread Louis-Philippe Véronneau
tags 1070770 patch thanks I've created a patch on Salsa that creates a new Lintian check for this. https://salsa.debian.org/lintian/lintian/-/merge_requests/504 Cheers, -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Louis-Philippe Véronneau ⢿⡄⠘⠷⠚⠋ po...@debian.org / veronneau.org ⠈⠳⣄

Processed: Re: Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > owner 1070770 po...@debian.org Bug #1070770 [lintian] lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS Owner recorded as po...@debian.org. > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-08 Thread Julian Gilbey
Package: lintian Version: 2.117.0 Severity: wishlist I have come across a number of packages with a line in their debian/rules like: ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) This should be "nodoc", according to the "nodoc" entry in