Bug#488397: lintian: missing use Dep; in checks/changelog-file

2008-06-28 Thread gregor herrmann
Package: lintian Version: 1.24.1 Severity: minor Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While hunting down another problem [0] I ran lintian with -d and found a missing use clause: N: Running check: changelog-file ... W: libnet-sftp-foreign-perl:

[SCM] Debian package checker branch, master, updated. dca7991eb3d6e570d3b9ca763c856051e4fea401

2008-06-28 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit dca7991eb3d6e570d3b9ca763c856051e4fea401 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Sat Jun 28 17:38:18 2008 +0100 Add missing use Dep * checks/changelog-file: + [ADB] Add missing use Dep. Thanks

Bug#488397: tagging 488397

2008-06-28 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.30 # Fixed in commit dca7991eb3d6e570d3b9ca763c856051e4fea401 tags 488397 pending -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Processed: tagging 488397

2008-06-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: # Automatically generated email from bts, devscripts version 2.10.30 # Fixed in commit dca7991eb3d6e570d3b9ca763c856051e4fea401 tags 488397 pending Bug#488397: lintian: missing use Dep; in checks/changelog-file Tags were: patch Tags added: pending

Some more patches

2008-06-28 Thread Raphael Geissert
Hi all, Attached there are a couple more patches. lintian_bad_php-licenses.patch: I couldn't find a clear reference where it is stated that the PHP licences v2.x are non-free, but using any of those licences is a pseudo-automatic REJECT when uploading to new. The check for version 3.0 just

Re: Some more patches

2008-06-28 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: lintian_bad_php-licenses.patch: I couldn't find a clear reference where it is stated that the PHP licences v2.x are non-free, but using any of those licences is a pseudo-automatic REJECT when uploading to new. The check for version 3.0 just

[SCM] Debian package checker branch, master, updated. 381c0f435f7321d0abe11ec203c064804f54d69a

2008-06-28 Thread Russ Allbery
The following commit has been merged in the master branch: commit e7882487512d19064dd5b9d9c1b1cea60c4ade72 Author: Russ Allbery [EMAIL PROTECTED] Date: Sat Jun 28 19:33:44 2008 -0700 Fix typo in private/TODO, thanks Raphael Geissert diff --git a/private/TODO b/private/TODO index

[SCM] Debian package checker branch, master, updated. 381c0f435f7321d0abe11ec203c064804f54d69a

2008-06-28 Thread Russ Allbery
The following commit has been merged in the master branch: commit 5387ab68933dc1612cf41424ea45c0886affb994 Author: Russ Allbery [EMAIL PROTECTED] Date: Sat Jun 28 19:38:56 2008 -0700 Check for deprecated SF redirector usage * checks/watch-file{,.desc}: + [RA] Check for using

[SCM] Debian package checker branch, master, updated. 381c0f435f7321d0abe11ec203c064804f54d69a

2008-06-28 Thread Russ Allbery
The following commit has been merged in the master branch: commit 381c0f435f7321d0abe11ec203c064804f54d69a Author: Russ Allbery [EMAIL PROTECTED] Date: Sat Jun 28 19:39:45 2008 -0700 Add an additional test suite tag from the quilt checks diff --git a/testset/tags.relations

[SCM] Debian package checker branch, master, updated. 55eecc314775c88e18a771e9d9f9b7118ac5dc5c

2008-06-28 Thread Russ Allbery
The following commit has been merged in the master branch: commit 55eecc314775c88e18a771e9d9f9b7118ac5dc5c Author: Russ Allbery [EMAIL PROTECTED] Date: Sat Jun 28 19:46:23 2008 -0700 Warn about DEB_BUILD_OPTS in debian/rules * checks/rules{,.desc}: + [RA] Warn about use of

Re: Some more patches

2008-06-28 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: The PHP 2.x tag saying that it's non-free bothers me without a reference from ftp-master that it's non-free, and I don't see anything about PHP 2.x specifically in the REJECT FAQ. I'm personally not very comfortable with Lintian making any judgements

Re: Some more patches

2008-06-28 Thread Raphael Geissert
Russ Allbery wrote: lintian_findstrin_DEB_BUILD_OPTIONS.patch: Adds two checks, one for the usage of 'findstring' on DEB_BUILD_OPTIONS instead of 'find', and another one for the usage of DEB_BUILD_OPTS. The DEB_BUILD_OPTS part is okay. I don't like the findstring check. Using

Re: Some more patches

2008-06-28 Thread Raphael Geissert
[CC'ing ftp-masters] Russ Allbery wrote: Russ Allbery ... writes: The PHP 2.x tag saying that it's non-free bothers me without a reference from ftp-master that it's non-free, and I don't see anything about PHP 2.x specifically in the REJECT FAQ. I'm personally not very comfortable with

Re: Some more patches

2008-06-28 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: But now policy states: If multiple flags are given, they must be separated by whitespace The only time it would break is if someone used some other build option that contained the string searched for, which seems extremely

Re: Some more patches

2008-06-28 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Ok, I see your point. What about lowering its severity to just Info? Well, like I said, I'm not sure that it's worth the noise, given that findstring does work now. The most likely case when it might stop working is if some new flag were introduced