Bug#497247: warns about desktop-file-but-no-dh_desktop-call but dh is used

2008-08-31 Thread Frank S. Thomas
Package: lintian Version: 1.24.4 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, If there is a .desktop file in debian/ and the rules file looks like #!/usr/bin/make -f %: dh $@ lintian warns about desktop-file-but-no-dh_desktop-call although dh calls dh_desktop in the

[SCM] Debian package checker branch, master, updated. 1.24.4-82-gaa599a5

2008-08-31 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit aa599a58238b20784a34ac53fd3dbd4293f62f2d Author: Adam D. Barratt [EMAIL PROTECTED] Date: Sun Aug 31 11:24:45 2008 +0100 Fix some false-positives in the embedded Javascript library check Re-add an accidentally removed

Bug#497215: lintian: False positives for prototype js warnings

2008-08-31 Thread Adam D. Barratt
On Sun, 2008-08-31 at 02:21 +0200, Frank Lichtenheld wrote: On Sun, Aug 31, 2008 at 01:37:54AM +0200, Carl Fürstenberg wrote: On Sun, Aug 31, 2008 at 01:25, Raphael Geissert [EMAIL PROTECTED] wrote: Carl Fürstenberg wrote: the check for embedded prototype javacsript library is prone to

Bug#497215: setting package to lintian, tagging 497215

2008-08-31 Thread Adam D . Barratt
#lintian (2.0.0~rc1) experimental; urgency=low # # * checks/files{,.desc}: #+ [ADB] Re-add an accidentally removed slash to the check for embedded # Javascript libraries, removing some false positives. (Closes: #497215) # package lintian tags 497215 + pending -- To UNSUBSCRIBE,

Processed: setting package to lintian, tagging 497215

2008-08-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: #lintian (2.0.0~rc1) experimental; urgency=low # # * checks/files{,.desc}: #+ [ADB] Re-add an accidentally removed slash to the check for embedded # Javascript libraries, removing some false positives. (Closes: #497215) # package

yet another patch

2008-08-31 Thread Raphael Geissert
Hi all, Tag: version-refers-to-distribution Type: warning Severity: minor Certainty: certain Info: The latest changelog version appears to mention the name of one of the distributions. Unless this portion of the version is part of upstream it should be removed. This warning may also appear if

Bug#497347: lintian: warn about incomplete copyright sentences

2008-08-31 Thread Raphael Geissert
Package: lintian Version: 1.24.4 Severity: wishlist The Debian packaging is (C) 2008, John Doe [EMAIL PROTECTED] and is licensed under the GPL, see above. The above example should either say: ...is Copyright (C) 2008... The '(C)' part being optional, or ...is © 2008... Cheers, -- Atomo64 -

Bug#497346: lintian should warn about references to symlinked common-licenses files

2008-08-31 Thread Raphael Geissert
Package: lintian Version: 1.24.4 Severity: wishlist The following snippet is pretty common and always, IMHO, wrong: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. It should either refer to GPL-2 or GPL-3. The same

Bug#497348: lintian: please warn about duplicated Section, Priority, Homepage, etc fields in control file

2008-08-31 Thread Raphael Geissert
Package: lintian Version: 1.24.4 Severity: wishlist Example follows. Source: foo-bar Section: x11 Priority: optional Maintainer: foo bar [EMAIL PROTECTED] Standards-Version: 3.8.0 Build-Depends: debhelper (= 3) Homepage: http://bar.moo Package: foo-bar Architecture: all Section: x11

Bug#497350: lintian doesn't warn about the bogus (one number) Closes

2008-08-31 Thread Raphael Geissert
Package: lintian Version: 1.24.4 lintian doesn't emit wrong-bug-number-in-closes on the following case: $ dpkg-parsechangelog Source: foo Version: 0.1-1 Distribution: unstable Urgency: low Maintainer: John Doe [EMAIL PROTECTED] Date: Fri, 18 Jul 2008 19:26:03 +0200 Closes: 0 Changes:

Bug#497351: lintian doesn't emit new-package-should-close-itp-bug when bogus Closes is present

2008-08-31 Thread Raphael Geissert
Package: lintian Version: 1.24.4 my $entry = $entries[0]; if (@entries == 1 and $entry-Version =~ /-1$/) { tag 'new-package-should-close-itp-bug' unless @{ $entry-Closes }; } The above code is fine, but fails to detect cases like this one: $

Processed: merging 497351 497350, severity of 497350 is wishlist

2008-08-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: # Automatically generated email from bts, devscripts version 2.10.35 merge 497351 497350 Bug#497350: lintian doesn't warn about the bogus (one number) Closes Bug#497351: lintian doesn't emit new-package-should-close-itp-bug when bogus Closes is

Bug#497346: lintian should warn about references to symlinked common-licenses files

2008-08-31 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: The following snippet is pretty common and always, IMHO, wrong: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. It should either refer to GPL-2 or GPL-3. The same applies to

[SCM] Debian package checker branch, master, updated. 1.24.4-83-g636a9c5

2008-08-31 Thread Russ Allbery
The following commit has been merged in the master branch: commit 636a9c50a476ab5154120c18dc6adadee251a245 Author: Russ Allbery [EMAIL PROTECTED] Date: Sun Aug 31 21:38:10 2008 -0700 Warn about closing an unlikely bug number * checks/changelog-file{,.desc}: + [RA] Warn about

Processed: setting package to lintian, tagging 497350

2008-08-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: # Automatically generated email from bts, devscripts version 2.10.35 # via tagpending # # lintian (2.0.0~rc1) experimental; urgency=low # # * checks/changelog-file{,.desc}: #+ [RA] Warn about closing a bug number less than 100; this is likely