Re: lintian: r1393 - in trunk/reporting: . templates

2008-07-07 Thread Jordà Polo
On Wed, Jun 18, 2008 at 11:48:42PM +0200, [EMAIL PROTECTED] wrote: Log: * reporting/templates/tag.tmpl: + Mark overridden tags. The O for overridden is probably not as clear as E/W/I (the color doesn't help either); it wouldn't hurt to mark it more explicitly, at least for fully-overridden

[SCM] Debian package checker branch, master, updated. 71f6ea6f0501394d2e44839ab6b28c485803dab8

2008-07-07 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 71f6ea6f0501394d2e44839ab6b28c485803dab8 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Mon Jul 7 18:20:19 2008 +0100 Match shell script wrappers which use foo $0 $@ \nexec true\n diff --git a/checks/scripts

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

2008-07-07 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit b4319c50b453a2799651942039fa1a9876704d4f Author: Adam D. Barratt [EMAIL PROTECTED] Date: Mon Jul 7 19:05:34 2008 +0100 Improve various bashism checks to remove some false-positives Don't flag '. $(dirname $0)/foo' as

[SCM] Debian package checker branch, master, updated. 23d2635985ce8e6dc22c5990044efd11016b4219

2008-07-07 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 23d2635985ce8e6dc22c5990044efd11016b4219 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Mon Jul 7 19:25:00 2008 +0100 Add some more bashisms to the maintainer-scripts test package diff --git

[SCM] Debian package checker branch, master, updated. 8c9b0a31683982003af818bd02ff8776aa6a97ae

2008-07-07 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 8c9b0a31683982003af818bd02ff8776aa6a97ae Author: Adam D. Barratt [EMAIL PROTECTED] Date: Mon Jul 7 23:16:18 2008 +0100 Treat 00list* as dpatch series files, not just 00list + [ADB] Treat 00list* as dpatch series

Processed: tagging 482040

2008-07-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: # Automatically generated email from bts, devscripts version 2.10.33 # Fixed in commit 8c9b0a31683982003af818bd02ff8776aa6a97ae # #Treat 00list* as dpatch series files, not just 00list # #+ [ADB] Treat 00list* as dpatch series files rather

Re: [SCM] Debian package checker branch, master, updated. 8c9b0a31683982003af818bd02ff8776aa6a97ae

2008-07-07 Thread Adam D. Barratt
On Mon, 2008-07-07 at 22:17 +, Adam D. Barratt wrote: diff --git a/checks/patch-systems.desc b/checks/patch-systems.desc index 367e899..25a9e80 100644 --- a/checks/patch-systems.desc +++ b/checks/patch-systems.desc @@ -15,11 +15,10 @@ Info: Using dpatch requires you to explicitly list all

[SCM] Debian package checker branch, master, updated. 4d78609fc20f6a8d682b9a8f0b9321f91ed4db46

2008-07-07 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 4d78609fc20f6a8d682b9a8f0b9321f91ed4db46 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Mon Jul 7 23:59:28 2008 +0100 Fix a typo in the description of executable-is-not-world-readable diff --git a/checks/files.desc

Re: Yet another patch + how to check for stuff in shell scripts

2008-07-07 Thread Raphael Geissert
Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: Of course, $LEADIN isn't suitable for every check lintian is doing. My main point was that several checks are actually very prone to false positives and false negatives. Yeah, that's part of the problem and one of the

Re: Yet another patch + how to check for stuff in shell scripts

2008-07-07 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: What I think Lintian really needs is a module that can do the following: * Read a shell script and provide the caller with a stream of logical lines, dealing with things like backslash escapes so that each caller doesn't