Bug#513823: lintian: Add nickle as a known interpreter

2009-02-01 Thread Julien Cristau
Package: lintian Version: 2.2.0 Severity: minor Tags: patch Hi, lintian flags '#!/usr/bin/env nickle' with 'unusual-interpreter ./usr/bin/xkeystone #!nickle'. The attached patch should fix that. Cheers, Julien From 23eea7f973fb242e69782ff8601c7edfb18f325b Mon Sep 17 00:00:00 2001 From: Julien

Processed: setting package to lintian, tagging 513795

2009-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #lintian (2.2.2) UNRELEASED; urgency=low # # * lib/Util.pm: #+ [ADB] Localise a use of $_ in control file parsing to avoid overwriting # it and leading to uninitialized value warnings in check scripts. # (Closes: #513795) #

Processed: notfound 513795 in 2.2.0

2009-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: notfound 513795 2.2.0 Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1 Bug no longer marked as found in version 2.2.0. End of message, stopping processing here. Please contact me if you need assistance. Debian bug

Bug#513831: checks/copyright-file: some glitches

2009-02-01 Thread gregor herrmann
Package: lintian Version: 2.2.1 Severity: minor Tags: patch When I run the new lintian against libnetaddr-ip-perl (debian/copyright attached) I get: $ lintian --info --pedantic --color=auto /home/gregoa/src/svn-pkg-perl/trunk/build-area/libnetaddr-ip-perl_4.024+dfsg-1_i386.changes P:

Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1

2009-02-01 Thread Giuseppe Iuculano
Package: lintian Version: 2.2.1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, with lintian 2.2.1 I have this error (and false warnings): # lintian -iIvE --pedantic \ # /var/cache/pbuilder/result/unstable/gsmartcontrol_0.8.3-1_i386.changes N: Setting up lab in

[SCM] Debian package checker branch, master, updated. 2.2.1-2-g62527bc

2009-02-01 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 62527bcc268999c8290347383a6ff1d53b626fe9 Author: gregor herrmann gre...@debian.org Date: Sun Feb 1 16:06:04 2009 + Accept License-Alias: Perl as meaning under the same terms as Perl * checks/copyright-file:

Processed: setting package to lintian, tagging 513831

2009-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #lintian (2.2.2) UNRELEASED; urgency=low # # * checks/copyright-file: #+ [ADB] Treat the new copyright file format's License-Alias: Perl as # indicating that the package is licensed under the same terms as Perl. # Thanks,

Bug#513831: checks/copyright-file: some glitches

2009-02-01 Thread Adam D. Barratt
On Sun, 2009-02-01 at 16:47 +0100, gregor herrmann wrote: When I run the new lintian against libnetaddr-ip-perl (debian/copyright attached) I get: $ lintian --info --pedantic --color=auto /home/gregoa/src/svn-pkg-perl/trunk/build-area/libnetaddr-ip-perl_4.024+dfsg-1_i386.changes P:

Bug#513831: checks/copyright-file: some glitches

2009-02-01 Thread gregor herrmann
On Sun, 01 Feb 2009 16:08:13 +, Adam D. Barratt wrote: Looking at the code it seems that $_ gets eaten in checks/copyright-file, line 159, if --info is used. The attached patch saves $_ (but I guess the problem is more in lib/Tags.pm?). Your diagnosis of the problem is right, but the

Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1

2009-02-01 Thread Adam D. Barratt
On Sun, 2009-02-01 at 11:52 +0100, Giuseppe Iuculano wrote: with lintian 2.2.1 I have this error (and false warnings): The warnings are a result of the perl errors - the pattern matching fails, so lintian thinks various pieces of information are missing. # lintian -iIvE --pedantic \ #

[SCM] Debian package checker branch, master, updated. 2.2.1-1-g42e0f31

2009-02-01 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 42e0f310dd81e14109a3ea3892bc8c6414371f15 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Sun Feb 1 15:05:20 2009 + Use local $_ in parse_dpkg_control to avoid stamping on the global version.

Bug#513831: checks/copyright-file: some glitches

2009-02-01 Thread gregor herrmann
On Sun, 01 Feb 2009 16:47:02 +0100, gregor herrmann wrote: Looking at the code it seems that $_ gets eaten in checks/copyright-file, line 159, if --info is used. The attached patch saves $_ (but I guess the problem is more in lib/Tags.pm?). I just saw Adam's last commit on #debian-qa ...

[SCM] Debian package checker branch, master, updated. 2.2.1-3-gcf887c9

2009-02-01 Thread Russ Allbery
The following commit has been merged in the master branch: commit cf887c9aa44d652ebd91bd3c6918e35ce69b8894 Author: Russ Allbery r...@debian.org Date: Sun Feb 1 09:31:53 2009 -0800 Add nickle as a known interpreter * checks/scripts: + [RA] Add nickle as a known interpreter.

Processed: retitle 513795 to [checks/copyright-file] Use of uninitialized value $_ in pattern match

2009-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: retitle 513795 [checks/copyright-file] Use of uninitialized value $_ in pattern match Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1 Changed Bug title to `[checks/copyright-file] Use of uninitialized value $_ in

Processed: setting package to lintian, tagging 513823

2009-02-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny1 # via tagpending # # lintian (2.2.2) UNRELEASED; urgency=low # # * checks/scripts: #+ [RA] Add nickle as a known interpreter. Patch from Julien Cristau. #

Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1

2009-02-01 Thread Russ Allbery
Giuseppe Iuculano giuse...@iuculano.it writes: License: This product is multi-licensed under GNU GPL versions 2 and 3. You are free to choose which one you use This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public

Bug#513795: Use of uninitialized value $_ in pattern match with lintian 2.2.1

2009-02-01 Thread Russ Allbery
Adam D. Barratt a...@adam-barratt.org.uk writes: It took me a while to figure out what was going on here (particularly as it only manifests itself with -i and only in circumstances that most of the check scripts won't hit), but the fix turned out to be very simple. I knew I should have taken

[SCM] Debian package checker branch, master, updated. 2.2.1-6-g5d47af0

2009-02-01 Thread Russ Allbery
The following commit has been merged in the master branch: commit 3113885213078638925731e694ebd1b298fb67d1 Author: Russ Allbery r...@debian.org Date: Sun Feb 1 11:06:24 2009 -0800 Stop setting $/ in checks/fields * checks/fields: + [RA] Stop pointlessly setting $/ while

[SCM] Debian package checker branch, master, updated. 2.2.1-6-g5d47af0

2009-02-01 Thread Russ Allbery
The following commit has been merged in the master branch: commit 5d47af098759ec3c51a018de52d82f9a47191074 Author: Russ Allbery r...@debian.org Date: Sun Feb 1 11:11:44 2009 -0800 Finalize changes for 2.2.2 diff --git a/debian/changelog b/debian/changelog index 02c4672..9a4fb09 100644 ---

[SCM] Debian package checker annotated tag, 2.2.2, created. 2.2.2

2009-02-01 Thread Russ Allbery
The annotated tag, 2.2.2 has been created at dd83296f14cdc92a5ffbbde925dd0cdd036afe2d (tag) tagging 5d47af098759ec3c51a018de52d82f9a47191074 (commit) replaces 2.2.1 tagged by Russ Allbery on Sun Feb 1 11:17:42 2009 -0800 - Shortlog

Processing of lintian_2.2.2_i386.changes

2009-02-01 Thread Archive Administrator
lintian_2.2.2_i386.changes uploaded successfully to localhost along with the files: lintian_2.2.2.dsc lintian_2.2.2.tar.gz lintian_2.2.2_all.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org with a subject of

lintian_2.2.2_i386.changes ACCEPTED

2009-02-01 Thread Debian Installer
Accepted: lintian_2.2.2.dsc to pool/main/l/lintian/lintian_2.2.2.dsc lintian_2.2.2.tar.gz to pool/main/l/lintian/lintian_2.2.2.tar.gz lintian_2.2.2_all.deb to pool/main/l/lintian/lintian_2.2.2_all.deb Override entries for your package: lintian_2.2.2.dsc - source devel

Bug#513795: marked as done ([checks/copyright-file] Use of uninitialized value $_ in pattern match)

2009-02-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Feb 2009 19:32:04 + with message-id e1lti32-0006ol...@ries.debian.org and subject line Bug#513795: fixed in lintian 2.2.2 has caused the Debian Bug report #513795, regarding [checks/copyright-file] Use of uninitialized value $_ in pattern match to be marked as done.

Bug#513823: marked as done (lintian: Add nickle as a known interpreter)

2009-02-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Feb 2009 19:32:04 + with message-id e1lti32-0006on...@ries.debian.org and subject line Bug#513823: fixed in lintian 2.2.2 has caused the Debian Bug report #513823, regarding lintian: Add nickle as a known interpreter to be marked as done. This means that you claim

Bug#507849: lintian.d.o run finished, source/binary mismatch not quite fixed

2009-02-01 Thread Russ Allbery
Russ Allbery r...@debian.org writes: Russ Allbery r...@debian.org writes: I'm going to try regenerating the package list by hand and see if I come up with any different results. Running list-binpkg by hand returns the correct listing and source value. I wonder if I didn't clean the

Bug#119016: marked as done ([checks/rules] proper {dh_,dpkg-}shlibdeps usage for packages with both libs and binaries)

2009-02-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Feb 2009 13:52:21 -0800 with message-id 87d4e1dduy@windlord.stanford.edu and subject line Re: Bug#119016: [checks/rules] proper {dh_,dpkg-}shlibdeps usage for packages with both libs and binaries has caused the Debian Bug report #119016, regarding [checks/rules]

Bug#507849: who ever sent this JUNK mail to me is STUPID

2009-02-01 Thread Thuy Nguyen
--- On Sun, 2/1/09, Russ Allbery r...@debian.org wrote: From: Russ Allbery r...@debian.org Subject: Bug#507849: lintian.d.o run finished, source/binary mismatch not quite fixed To: 507...@bugs.debian.org Date: Sunday, February 1, 2009, 1:43 PM Russ Allbery r...@debian.org writes: Russ