Life - Un salto nella tua filiera

2009-03-03 Thread Gruppo Life-City Srl | Bellaria
To view the message, please use an HTML compatible email viewer!

Bug#517899: internal error: command failed with error code 123 in collect info file-info

2009-03-03 Thread Thijs Kinkhorst
On tiisdei 3 Maart 2009, Russ Allbery wrote: Thijs Kinkhorst th...@debian.org writes: I get the following output when I check a mailman source package. $ lintian mailman_2.1.12-1.dsc Use of uninitialized value $_ in substitution (s///) at /usr/share/lintian/collection/file-info line 50,

[SCM] Debian package checker branch, master, updated. 2.2.6-29-g8083cda

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 8083cda131e14228aa0ace46f1209c1f4c0945e5 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 21:21:08 2009 + Use Lintian::Relation instead of Dep in checks/files diff --git a/checks/files b/checks/files

Re: [SCM] Debian package checker branch, master, updated. 2.2.6-29-g8083cda

2009-03-03 Thread Russ Allbery
Adam D. Barratt a...@adam-barratt.org.uk writes: @@ -336,9 +336,9 @@ foreach my $file (sort keys %{$info-index}) { if (defined $info-field('pre-depends')) { $pre_depends = $info-field('pre-depends'); } - $pre_depends = Dep::parse($pre_depends); +

[SCM] Debian package checker branch, master, updated. 2.2.6-30-g617ae34

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 617ae346fe3f1fb985716f97b72a0a43e39cf032 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 21:34:10 2009 + Fix inverted logic is the package 1 is arch:any binNMU check Whilst making the binNMU

[SCM] Debian package checker branch, master, updated. 2.2.6-31-g6d9405c

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 6d9405c8c26c95841bc39d25bf18a51232544577 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 21:41:46 2009 + Remove some obsolete code and therefore stop use-ing Dep in checks/rules. Since

[SCM] Debian package checker branch, master, updated. 2.2.6-32-gfd2b611

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit fd2b611d7fe4e470f6364ca571c89d71bcfc4065 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 22:05:54 2009 + Use $info-relation rather than an explicit Lintian::Relation object diff --git a/checks/files

Re: [SCM] Debian package checker branch, master, updated. 2.2.6-29-g8083cda

2009-03-03 Thread Adam D. Barratt
On Tue, 2009-03-03 at 13:34 -0800, Russ Allbery wrote: - $pre_depends = Dep::parse($pre_depends); + $pre_depends = Lintian::Relation-new($pre_depends); tag file-in-usr-something-x11-without-pre-depends, $file - unless Dep::implies($pre_depends,

[SCM] Debian package checker branch, master, updated. 2.2.6-34-g1f67e5c

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit c851ba2e2612ee3a951fb1a4943bb062d945fa25 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 23:20:41 2009 + Use Lintian::Relation in checks/shared-libs diff --git a/checks/shared-libs b/checks/shared-libs

[SCM] Debian package checker branch, master, updated. 2.2.6-34-g1f67e5c

2009-03-03 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 1f67e5cded525511a9d37a494817e081eb1d4c4d Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Mar 3 23:22:47 2009 + Replace Dep::version with Lintian::Relation::Version in checks/shared-libs Use

[SCM] Debian package checker branch, master, updated. 2.2.6-35-g1dcd45e

2009-03-03 Thread Russ Allbery
The following commit has been merged in the master branch: commit 1dcd45e8941505fe78995036a4f697ab43f31106 Author: Russ Allbery r...@debian.org Date: Tue Mar 3 17:22:51 2009 -0800 Fix processing of tar data when unpacking source packages * unpack/unpack-srcpkg-l1: + [RA] When

Processed: setting package to lintian, tagging 517899

2009-03-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #lintian (2.2.7) UNRELEASED; urgency=low # # * unpack/unpack-srcpkg-l1: #+ [RA] When processing tar output, we may not get complete lines at a # time. Save partial lines and glue them back together again when we # get the next