Re: Some patches

2008-06-26 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: Actually, I don't believe we should apply this. I already did this once and added it back in version 1.23.43. I think we should wait for lenny to do this. The thing is that php4 _won't_ be shipped in lenny. This change should

Re: libbaz testset package broken?

2008-06-26 Thread Russ Allbery
? The Lintian test suite currently can't be run on non-i386 architectures (well, on architectures that don't allow PIC code in shared libraries) because libbaz builds a shared library with non-PIC code to test the corresponding lintian tag. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: Tags for symbols file checks

2008-06-27 Thread Russ Allbery
shlib-declared-but-not-symbols may be fine by the same rationale as mentioned above. symbols-declared-but-not-shlib is clearly an error. Isn't shlib-declared-but-not-symbols always going to be redundant with shlib-missing-in-symbols-control-file? -- Russ Allbery ([EMAIL PROTECTED

Re: Some more patches

2008-06-28 Thread Russ Allbery
, but I think it's a lot of noise for a very theoretical gain. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[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 7ea66df

[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 b/testset

[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

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 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
opposed to it either. Maybe Frank or someone else has an opinion? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#481152: lintian: Promote the use of __Choices in debconf templates files

2008-06-30 Thread Russ Allbery
looks a lot easier to implement. Yeah, I think that's the way that they should be, since experimental status is orthogonal to severity or certainty. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#424746: lintian: please detect duplicate words in the description

2008-06-30 Thread Russ Allbery
, and the general rule of thumb I've been applying with description checks is that if they're quoting it, it's probably intentional. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

[SCM] Debian package checker branch, master, updated. 1047dd2acfdecfaf06e1ce9ca48a942c48efbe16

2008-06-30 Thread Russ Allbery
The following commit has been merged in the master branch: commit 1047dd2acfdecfaf06e1ce9ca48a942c48efbe16 Author: Russ Allbery [EMAIL PROTECTED] Date: Mon Jun 30 18:17:44 2008 -0700 Add cupsys packages to the obsolete package list * data/fields/obsolete-packages: + [RA] Add

Re: cupsys-cups transition to fields/obsolete-packages?

2008-06-30 Thread Russ Allbery
packages to the list. Looks good to me. Thanks. (I kept the list alphabetized.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#424746: lintian: please detect duplicate words in the description

2008-06-30 Thread Russ Allbery
? I'm worried about blah-foo foo-baz sorts of cases, although I don't have a specific example in mind. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#424746: lintian: please detect duplicate words in the description

2008-06-30 Thread Russ Allbery
lintian chomps $_, so if \s is used it would never match the above quoted line (which belongs to the libkiten4 package). Which is why you wrote (^|\W) in your original regex, right? I don't see how changing that to (^|\s) would change that. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: New check: ahead-of-time-standards-version

2008-06-30 Thread Russ Allbery
be relevant for lintian.d.o (it's really meaningless before an upload), but I'm not sure what anyone would do with the lintian.d.o output from it. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#424746: lintian: please detect duplicate words in the description

2008-06-30 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: An hypothetical case would be: cat FOO foo bar foo .Like like foo FOO Oh, actually, a good case would be like like. Okay. I think I'm convinced. We'll see if we get false positives. -- Russ Allbery ([EMAIL PROTECTED]) http

[SCM] Debian package checker branch, master, updated. 6e2a1c1868d40e36b25e5dee06778e394a0083d2

2008-06-30 Thread Russ Allbery
The following commit has been merged in the master branch: commit c44843d465094c631e4c27127c84abbde2151b57 Author: Russ Allbery [EMAIL PROTECTED] Date: Mon Jun 30 20:21:44 2008 -0700 Only issue out-of-date-standards-version once * checks/standards-version: + [RA] Only issue

[SCM] Debian package checker branch, master, updated. 6e2a1c1868d40e36b25e5dee06778e394a0083d2

2008-06-30 Thread Russ Allbery
The following commit has been merged in the master branch: commit 6e2a1c1868d40e36b25e5dee06778e394a0083d2 Author: Russ Allbery [EMAIL PROTECTED] Date: Mon Jun 30 20:36:29 2008 -0700 Warn about duplicated words in the description * checks/description{,.desc}: + [RA] Warn

Re: New check: ahead-of-time-standards-version

2008-06-30 Thread Russ Allbery
. This really doesn't seem useful to me, sorry. I'm not willing to apply it, although I won't veto it if someone else sees it as useful enough to warrant the maintenance. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: more patches

2008-07-01 Thread Russ Allbery
be better than linking to the wiki page if it has a stable URL), it might be legitimate to warn on postinst modifying php.ini and ask packages to override if they really have to do this. (It would be even better if we could check first if they're prompting, but that's hard to do.) -- Russ Allbery

Re: more patches

2008-07-01 Thread Russ Allbery
//; $wo_quotes =~ s/\Q$words//; is equivalent and doesn't require the extra variable. Also, Lintian doesn't usually use a leading underscore in the names of local variables; no need, the my namespace will keep them local to that block. Thank you for the test suite entries! -- Russ Allbery ([EMAIL

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

2008-07-01 Thread Russ Allbery
The following commit has been merged in the master branch: commit 8e894c3c810691e0a4274616d4e251b5471fb758 Author: Russ Allbery [EMAIL PROTECTED] Date: Tue Jul 1 21:32:47 2008 -0700 Add test suite tag entries for new symbols tests diff --git a/testset/tags.libbaz b/testset/tags.libbaz

Re: more patches

2008-07-02 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: Adds a check for maintainer scripts modifying the php.ini file (only checks the preinst script as it is safe if done on the postrm to rollback the changes). I believe the description

[SCM] Debian package checker branch, master, updated. 39b5194196f819f8f577ae53e7d83144e873f624

2008-07-02 Thread Russ Allbery
The following commit has been merged in the master branch: commit 39b5194196f819f8f577ae53e7d83144e873f624 Author: Russ Allbery [EMAIL PROTECTED] Date: Wed Jul 2 19:01:16 2008 -0700 Add another spelling correction diff --git a/lib/Spelling.pm b/lib/Spelling.pm index b89c4c1..0b10fbe 100644

Re: one more tag for watch-file

2008-07-03 Thread Russ Allbery
Lintian overrides, although I suppose it's not a horrible use of overrides. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#481787: lintian fails to detect BTS data directory

2008-07-03 Thread Russ Allbery
original bug report? Should those also be checked in the Debian diff and possiby the upstream tarball? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Ideas wrt debconf templates checks

2008-07-05 Thread Russ Allbery
seems reasonable in this case (libc6 uses a template in preinst, for instance). They should indeed all be checked. Some packages use prerm and postrm templates as well. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Ideas wrt debconf templates checks

2008-07-05 Thread Russ Allbery
checks. I think that's reasonable to do. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Ideas wrt debconf templates checks

2008-07-05 Thread Russ Allbery
scripts, but the majority of them are issues whichever script they occur in. Yeah, I think the current Lintian behavior is due to an incorrect optimization, assuming that other maintainer scripts won't use debconf. Broadening the checks seems like a good idea to me. -- Russ Allbery ([EMAIL

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

2008-07-06 Thread Russ Allbery
Frank Lichtenheld [EMAIL PROTECTED] writes: Nope. But since the whole SVN history has essentially the same problem, one more commit doesn't really matter that much. I just figured you should know this is possible. I hadn't realized that either. Thank you! -- Russ Allbery ([EMAIL

Re: [SCM] Debian package checker branch, master, updated. 38002a14d5e0b494449410efb1d8555ead1cef30

2008-07-06 Thread Russ Allbery
is fundamentally different than the one for config and postinst. The last two have special requirements that are part of how debconf works, whereas the other scripts just need to load it if they use it. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

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

2008-07-06 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: --- a/checks/scripts +++ b/checks/scripts @@ -697,9 +697,12 @@ while (SCRIPTS) { $line =~ s/(^|[^\\\'](?:)*)\(?:\\.|[^\\\])+\/$1/g; for my $re (@bashism_regexs) { if ($line =~ m/($re

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

2008-07-06 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: Given that running invoke-rc.d under time in a Debian maintainer script doesn't seem like sane behavior, I don't think I have a problem with that specific case. However, in general, there are a lot of shell script checks

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

2008-07-06 Thread Russ Allbery
and specification for how it would work and see what it looks like, it's an academic argument. :) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

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

Bug#489860: lintian never removes the laboratory directory.

2008-07-08 Thread Russ Allbery
in postrm IIRC. Indeed, thank you. Will fix in the next release. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[SCM] Debian package checker branch, master, updated. 0b456791e8021795dcb0f37da18167351ef27100

2008-07-08 Thread Russ Allbery
The following commit has been merged in the master branch: commit 0b456791e8021795dcb0f37da18167351ef27100 Author: Russ Allbery [EMAIL PROTECTED] Date: Tue Jul 8 10:26:48 2008 -0700 Remove the lab in postrm instead of prerm * debian/{prerm,postrm}: + [RA] Move prerm to postrm

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

2008-07-08 Thread Russ Allbery
patch is an improvement[1]. Note that the overridden text has been moved to the end of the line, but it should work if you prefer to keep it where it is now. I agree that looks better. Applied, thanks! -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

[SCM] Debian package checker branch, master, updated. 273414b0021edba1f9ed118a16d6f3298ab9eabd

2008-07-08 Thread Russ Allbery
The following commit has been merged in the master branch: commit 273414b0021edba1f9ed118a16d6f3298ab9eabd Author: Jordà Polo [EMAIL PROTECTED] Date: Tue Jul 8 10:33:25 2008 -0700 Mark packages that override all instances of a tag * reporting/lintian.css: + [RA] New style for

Re: Next upload?

2008-07-08 Thread Russ Allbery
won't have time to do that until this coming weekend, though. I'd like to find some sneaky solution to #487746 that would suppress those errors on platforms with a broken binutils, though. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email

[SCM] Debian package checker branch, master, updated. 748d3c4982c8e566d4a317287b28be248e36349d

2008-07-09 Thread Russ Allbery
The following commit has been merged in the master branch: commit 748d3c4982c8e566d4a317287b28be248e36349d Author: Russ Allbery [EMAIL PROTECTED] Date: Wed Jul 9 13:21:03 2008 -0700 Recommend comment-only watch files for more cases * checks/watch-file{,.desc}: + [RA] Be more

Re: Next upload?

2008-07-09 Thread Russ Allbery
to expect readelf output instead of objdump output, but that's a bunch of work and we'd have to be sure we weren't using anything we cared about. This is really cool -- this really fixes the problem instead of just working around it. -- Russ Allbery ([EMAIL PROTECTED]) http

[SCM] Debian package checker branch, master, updated. 54e03124c78c313f88d122aa7bd8baa18d8f0ed3

2008-07-10 Thread Russ Allbery
The following commit has been merged in the master branch: commit 54e03124c78c313f88d122aa7bd8baa18d8f0ed3 Author: Russ Allbery [EMAIL PROTECTED] Date: Thu Jul 10 19:12:36 2008 -0700 Fix exit status when command-line packages don't exist * frontend/lintian: + [RA] Exit

Re: bug with lintian when input file doesn't exist

2008-07-10 Thread Russ Allbery
In this case, lintian should return non-zero exit code, because it has not been able to perform the check as request, because the .deb file it was attempting to check was not actually present. Thanks, fixed. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

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

2008-07-10 Thread Russ Allbery
The following commit has been merged in the master branch: commit cf41e4c842d7c347f2e8b815c7aaa58c15acc5fb Author: Russ Allbery [EMAIL PROTECTED] Date: Thu Jul 10 22:13:56 2008 -0700 Ignore CNRI OPEN SOURCE license when checking for GPL references * checks/changelog-file

Bug#490264: lintian: [checks/copyright-file] copyright-should-refer-to-common-license-file-for-gpl false positive

2008-07-10 Thread Russ Allbery
of the license. Thanks, will be fixed in the next release. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[SCM] Debian package checker branch, master, updated. 5c90470446c3efdac2770ae4c92f57121c8c86f5

2008-07-11 Thread Russ Allbery
The following commit has been merged in the master branch: commit 1e921a1a4f5b086a691e55ca43ac941e3a9b3b79 Author: Russ Allbery [EMAIL PROTECTED] Date: Thu Jul 10 23:24:47 2008 -0700 Check maintainer addresses case-insensitively * checks/nmu: + [RA] When comparing maintainers

[SCM] Debian package checker branch, master, updated. 5c90470446c3efdac2770ae4c92f57121c8c86f5

2008-07-11 Thread Russ Allbery
The following commit has been merged in the master branch: commit 5c90470446c3efdac2770ae4c92f57121c8c86f5 Author: Russ Allbery [EMAIL PROTECTED] Date: Thu Jul 10 23:27:18 2008 -0700 Add Adam D. Barratt to the maintainer list * debian/copyright: + [RA] Add Adam D. Barratt

Bug#490374: Please add describe tag command-line option

2008-07-11 Thread Russ Allbery
the program that deals with long tag descriptions; lintian --info actually just pipes the output of lintian through lintian-info. We should probably add a reference to this in lintian's man page. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email

[SCM] Debian package checker branch, master, updated. 6c6925343b176cf65d30f8ae18beaa971e31bb4f

2008-07-11 Thread Russ Allbery
The following commit has been merged in the master branch: commit 6c6925343b176cf65d30f8ae18beaa971e31bb4f Author: Chris Lamb [EMAIL PROTECTED] Date: Fri Jul 11 17:08:40 2008 -0700 Refer to lintian-info in the lintian man page for tag descriptions * man/lintian.1: + [RA]

Bug#490374: Please add describe tag command-line option

2008-07-11 Thread Russ Allbery
Chris Lamb [EMAIL PROTECTED] writes: Russ Allbery wrote: lintian-info -t tag D'oh, many thanks. We should probably add a reference to this in lintian's man page. Patch for this attached. Thanks, applied. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: one more tag for watch-file

2008-07-13 Thread Russ Allbery
of why it should matter. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[SCM] Debian package checker branch, master, updated. 3ae1126d3fe81cee54ba0461306863a0dfcabe2c

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 3ae1126d3fe81cee54ba0461306863a0dfcabe2c Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 15:59:37 2008 -0700 Standards versions become ancient two years after obsolescence * checks/standards-version{.desc

Re: New check: ahead-of-time-standards-version

2008-07-13 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: Because there were maintainers who had set a standards version which was higher than the $current one (e.g. 3.8.0.0 in a package uploaded two years ago). And now that 3.8.0 is $current

[SCM] Debian package checker branch, master, updated. 09f3e94e3d421ea39071dfedf7e3dc87294f77d5

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 13dcfa94a31b9f1c0c66ba35741893c0edd10c39 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 16:06:57 2008 -0700 Adjust tag for the changed function bashism regex diff --git a/testset/tags.maintainer-scripts b/testset

[SCM] Debian package checker branch, master, updated. 09f3e94e3d421ea39071dfedf7e3dc87294f77d5

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 09f3e94e3d421ea39071dfedf7e3dc87294f77d5 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 16:44:53 2008 -0700 * checks/standards-version{.desc,}: + [RA] Warn for packages declaring a standards version

[SCM] Debian package checker branch, master, updated. 9ff4c690cbb8dc4fe278a9ca580b5be042063530

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit eaaf54b82612d155f0b96792dda94ade0e12e8bc Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 17:26:19 2008 -0700 Use better names for the internal runtests tags diff --git a/testset/runtests b/testset/runtests index

[SCM] Debian package checker branch, master, updated. 9ff4c690cbb8dc4fe278a9ca580b5be042063530

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 4e5fc323f216995633be6abb682e8ea13751bfa6 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 17:12:40 2008 -0700 Do not warn on Ubuntu security update versions * checks/fields: + [RA] Recognize and do

[SCM] Debian package checker branch, master, updated. 9ff4c690cbb8dc4fe278a9ca580b5be042063530

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 9ff4c690cbb8dc4fe278a9ca580b5be042063530 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 17:31:09 2008 -0700 Finalize changes for 1.24.2 diff --git a/debian/changelog b/debian/changelog index a2819e9..9e06924 100644

[SCM] Debian package checker branch, master, updated. 9ff4c690cbb8dc4fe278a9ca580b5be042063530

2008-07-13 Thread Russ Allbery
The following commit has been merged in the master branch: commit 25c23860efdabc2421bb31900e7031b6bf1b2b49 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 13 17:26:38 2008 -0700 Update private/tags-never-seen Also add a script that makes it easier to do this in the future

Re: [SCM] Debian package checker annotated tag, 1.24.2, created. 1.24.2

2008-07-13 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: The annotated tag, 1.24.2 has been created at 1aa395ae424ba4574cb47bd417bc2cce8e740851 (tag) tagging 9ff4c690cbb8dc4fe278a9ca580b5be042063530 (commit) tagged by Russ Allbery on Sun Jul 13 17:38:05 2008 -0700 - Shortlog

[SCM] Debian package checker branch, master, updated. 1.24.2-3-gd44bcc4

2008-07-18 Thread Russ Allbery
The following commit has been merged in the master branch: commit d44bcc467394d2be6f5c5ef102b7b02985b0ce24 Author: Chris Lamb [EMAIL PROTECTED] Date: Thu Jul 17 23:16:57 2008 -0700 Don't warn about a synopsis that ends in etc. * checks/description: + [RA] Don't warn about a

Bug#491252: description-synopsis-might-not-be-phrased-properly should not be triggered with etc.

2008-07-18 Thread Russ Allbery
intending to end the sentence. Thanks, applied. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#491296: lintian: 1.24.2 makes a *lot* of noise

2008-07-18 Thread Russ Allbery
by default. Why don't you just rewrap the license that you currently have wrapped at 90 columns? I may be missing something, but it really is looking like you're complaining that Lintian is noisy when run on a buggy package, rather than just fixing the (minor) bugs that it's detecting. -- Russ

Bug#491578: manpage wrapping warnings should be ignored if the line contains an URL

2008-07-20 Thread Russ Allbery
, hand-wrapping long URLs. Hand-wrapping POD is definitely a bad idea. I think this is the best solution. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Usertagging bugs

2008-07-20 Thread Russ Allbery
test. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GSoC status: classification, output format and more

2008-07-20 Thread Russ Allbery
. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[SCM] Debian package checker branch, master, updated. 1.24.2-11-gcced3c4

2008-07-20 Thread Russ Allbery
The following commit has been merged in the master branch: commit ccbf6090b2e01f62f5c71c3ecbb51f3ca537c0c3 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 20 21:21:28 2008 -0700 Exclude single words on header lines from copyright long line Modify the fix to exclude Format

[SCM] Debian package checker branch, master, updated. 1.24.2-11-gcced3c4

2008-07-20 Thread Russ Allbery
The following commit has been merged in the master branch: commit cced3c446428517dfff7cb09d9ade5cd07e6b1f2 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 20 22:14:50 2008 -0700 Limit the number of tags for long copyright lines and direct changes * checks/copyright-file

Bug#376184: lintian: please warn about maintscripts with needlessly prefixed paths

2008-07-20 Thread Russ Allbery
as needed.) Applied with a changed name and description and without /usr/local in the paths that it looks for. Thanks, particularly for including a test suite! -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

[SCM] Debian package checker branch, master, updated. 1.24.2-14-g941101c

2008-07-20 Thread Russ Allbery
The following commit has been merged in the master branch: commit 5d3fbdad80b80c5053cfe77baa437d77a620ddd3 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 20 22:32:16 2008 -0700 Warn about packages depending exclusively on makedev * checks/fields{,.desc}: + [RA] Warn

[SCM] Debian package checker branch, master, updated. 1.24.2-14-g941101c

2008-07-20 Thread Russ Allbery
The following commit has been merged in the master branch: commit cfa5341073015b3d4f95a52bc61cfc6080869fdf Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 20 22:43:39 2008 -0700 Supress line break warnings in man pages with URLs * checks/manpages: + [RA] Suppress

[SCM] Debian package checker branch, master, updated. 1.24.2-14-g941101c

2008-07-20 Thread Russ Allbery
The following commit has been merged in the master branch: commit 941101c7a8978b8519895e53735b74e6cb0e795f Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Jul 20 22:57:49 2008 -0700 Warn about full paths to commands in maintainer scripts * checks/scripts{,.desc}: + [RA] Warn

Bug#491685: debian-copyright-line-too-long is inconvenient

2008-07-21 Thread Russ Allbery
to argue in favor of keeping this check, but adding | par to the copyright generation script may end up just doing the right thing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

[SCM] Debian package checker branch, master, updated. 1.24.2-16-gabdf71e

2008-07-22 Thread Russ Allbery
The following commit has been merged in the master branch: commit abdf71eea694013efe5543fd049ae7d0174ab793 Author: Russ Allbery [EMAIL PROTECTED] Date: Tue Jul 22 22:13:42 2008 -0700 Try to recognize debconf template uses in Perl * checks/debconf: + [RA] Try to recognize

Re: GSoC status: classification, output format and more

2008-07-22 Thread Russ Allbery
Jordà Polo [EMAIL PROTECTED] writes: On Sun, Jul 20, 2008 at 09:13:25PM -0700, Russ Allbery wrote: The plus is that the basic format uses the same terms that people are already familiar with, even though we also have support for tuning the output for things like ftp-master. The drawback

Re: GSoC status: classification, output format and more

2008-07-24 Thread Russ Allbery
. Thank you very much for getting some data! -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GSoC status: classification, output format and more

2008-07-24 Thread Russ Allbery
Jordà Polo [EMAIL PROTECTED] writes: On Tue, Jul 22, 2008 at 10:42:12PM -0700, Russ Allbery wrote: Yes, standardization would be excellent here, as well as adding more keywords to the translator that turns them into nice descriptions for the web and for -i output. The one thing

Re: [SCM] Debian package checker branch, master, updated. 1.24.2-6-g051f191

2008-07-25 Thread Russ Allbery
the reference takes more effort, particularly when running lintian from the command line where you don't get clickable hyperlinks. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#492314: lintian: build depends on -1 revisions are fine

2008-07-25 Thread Russ Allbery
easier and it's rare that it's wrong to drop the -1 in the version number. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: GSoC status: classification, output format and more

2008-07-26 Thread Russ Allbery
. I'm all in favor of moving to more stable references. The main constraint from my perspective is to maintain our ability to create working hyperlinks on lintian.d.o (which we're probably not doing that well at already). -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Bug#492493: lintian: please remove the su-to-root check in desktop files

2008-07-26 Thread Russ Allbery
didn't understand in the first place, I'm really hesitant to make this change; I think it would be better for any package that needs to use su-to-root to add the necessary dependency. I disagree that this is tons; very few packages need to run programs as root. -- Russ Allbery ([EMAIL PROTECTED

Bug#492626: lintian: If only internal debconf questions are used, do not report not-using-po-debconf errors

2008-07-28 Thread Russ Allbery
sense, other than when using some debconf frameworks that Lintian recognizes. Could you point me at an example? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: menu enhancements

2008-07-31 Thread Russ Allbery
myself before next Monday; others should certainly feel free to beat me to it.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: menu enhancements

2008-07-31 Thread Russ Allbery
archives? Expanding the desktop file checks to new files and new types of entries have in the past produced tons of false positives and annoyed people without really improving package quality. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email

Re: menu enhancements

2008-08-03 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: Attached is the new patch with a couple of corrections and the following three new tags: * desktop-command-with-path: same as the menu- version of the check Probably shouldn't

[SCM] Debian package checker branch, master, updated. 1.24.2-67-g7da32ac

2008-08-03 Thread Russ Allbery
The following commit has been merged in the master branch: commit 7da32ac6db80627f86458f19d7894f40b89a4274 Author: Raphael Geissert [EMAIL PROTECTED] Date: Sun Aug 3 14:59:11 2008 -0700 Warn about .kdelnk and KDE Desktop Entry * checks/menu-format{,.desc}: + [RA] Warn about

Re: Proposal for a new test suite

2008-08-04 Thread Russ Allbery
by the old test suite. * It does not yet use the description files to refine this comparison. Were you thinking about moving the sed thing into the description files? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: usage of lintian as an automated and forced qa check tool

2008-08-05 Thread Russ Allbery
that connection. Basically, have this be another level above serious in the new severity system that Jordà is working on. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Proposal for a new test suite

2008-08-06 Thread Russ Allbery
that we now use git should make it easier to commit more than one fix with only light fixing and only run the testsuite once before the push. Both good points. Definitely don't let the speed issue stop you. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: usage of lintian as an automated and forced qa check tool

2008-08-06 Thread Russ Allbery
that you want to be able to tweak this without a new Lintian release using a separate file outside of the Lintian installation? (Just making sure I understand the design constraints.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL

Re: usage of lintian as an automated and forced qa check tool

2008-08-06 Thread Russ Allbery
selection, which we were only previously talking about doing based on tag source. It may also be a good idea for us to pull and ship your override file, or at least do something with it. We should think about that further. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Bug#493903: lintian: please provide a way of limiting the checks run by lintian based on tags

2008-08-06 Thread Russ Allbery
in the tag file, regardless of which check scripts are run. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#493921: lintian: file-in-unusual-dir redundant in /opt due to dir-or-file-in-opt

2008-08-06 Thread Russ Allbery
for which this will occur; for instance, /srv and /var/www. As all of the dir-or-file-in-* tags are errors I'm inclined to agree that they should be exempted from the unusual-dir checks. Agreed. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: [PATCH/RFC] Ignore dh for sake of binary-arch-rules-but-pkg-is-arch-indep

2008-08-06 Thread Russ Allbery
Frank Lichtenheld [EMAIL PROTECTED] writes: Here is a patch to remove this warning for this case, but I wanted to ask for any objections before pushing it into the repository: Looks fine to me. I agree with the rationale. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: machine parseable version of lintian output

2008-08-07 Thread Russ Allbery
. To do that I would need a machine parseable version of the lintian output. Is there anything like that available somewhere? I wouldn't like having to scrape HTML ... http://lintian.debian.org/lintian.log -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: ancient man-db version causes false positives

2008-08-08 Thread Russ Allbery
, there are many more. Some of them are fixed in the current Git version of Lintian, but not that one as I've never seen that before. What causes that error and how can we tell whether to skip it? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE

<    1   2   3   4   5   6   7   8   9   10   >