Processed: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)

2009-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 514641 patch Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3) There were no tags set. Tags added: patch severity 514641 important Bug#514641: lintian: can't check packages from a different directory

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 2367d6775bca1a80076da1c44a39305af6175203 Author: Raphael Geissert atom...@gmail.com Date: Mon Feb 9 21:32:56 2009 + Fix an error attempting to find the source tarball for epoched versions diff --git

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 7d0b9eb9721d34986bcf1b3e300a8b8bdb2a03fd Author: Raphael Geissert atom...@gmail.com Date: Mon Feb 9 22:00:02 2009 + Add a test for non-native epoched packages diff --git a/t/tests/basic-non-native-with-epoch/desc

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 85ad778da801f08ae8aef36a4a853166e014ecf5 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Mon Feb 9 22:14:48 2009 + Really fix epoched package versions A previous commit unfortunately oversimplified the

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 097f45374a4807a28efbce625eb8ed913149ff8c Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Mon Feb 9 22:17:55 2009 + Handle epoched package versions diff --git a/testset/filenames/debian/changelog

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit c9c40219f20b3268f6d99dbe7b7c582fd16ab670 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Mon Feb 9 22:00:17 2009 + Add a test for native packages with epoched versions diff --git

[SCM] Debian package checker branch, master, updated. 2.2.3-12-ga2fb940

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit a2fb940bc257d64462ead03ec009415098b1309e Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Mon Feb 9 22:24:33 2009 + Add changelog entries for the epoched package fixes diff --git a/debian/changelog

Processed: setting package to lintian, tagging 514641

2009-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #lintian (2.2.4) UNRELEASED; urgency=low # # * unpack/unpack-srcpkg-l1: #+ [ADB] Correctly determine the source package version for packages # with epoched versions. Based on a patch by Raphael Geissert. # (Closes: #514641) #

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Adam D. Barratt
Raphael Geissert wrote, Mon, 09 Feb 2009 14:21:44 -0600 It is not related to the path; when copying some code from Dpkg::Version so that lintian could run on etch I forgot to copy the bit that strips the epoch from the package version. Attached patch does that, adds a test case of a non

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Russ Allbery
Adam D. Barratt a...@adam-barratt.org.uk writes: Applied, thanks (with a couple of changes as discussed on IRC). Thank you both! I think this warrants a new package release tonight. If you feel like doing the upload, please go ahead; otherwise I'll get to it later today. -- Russ Allbery

[SCM] Debian package checker branch, master, updated. 2.2.3-13-g5af3756

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 5af3756753aef4f7633f22c9368f3079efdb7ed7 Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Mon Feb 9 23:59:28 2009 + Finalise 2.2.4 diff --git a/debian/changelog b/debian/changelog index 249ca8d..e80766f 100644 ---

Processed: owner 509624, owner 513996, owner 318104, tagging 514497

2009-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: owner 509624 ! Bug 509624 [lintian] [checks/files] check icons for an incorrect size Owner recorded as Raphael Geissert atom...@gmail.com. owner 513996 ! Bug 513996 [lintian] [checks/binaries] detect binaries from other architectures Owner

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

2009-02-09 Thread Adam D. Barratt
The annotated tag, 2.2.4 has been created at cd3bc4c0e2133095da6c743d6ec2a79dad98bbb7 (tag) tagging 5af3756753aef4f7633f22c9368f3079efdb7ed7 (commit) replaces 2.2.3 tagged by Adam D. Barratt on Tue Feb 10 00:05:52 2009 + - Shortlog

Bug#514495: [lib/Spelling.pm] check the spelling of large texts in a more efficient way

2009-02-09 Thread Raphael Geissert
Raphael Geissert wrote: Russ Allbery wrote: [...] Have you benchmarked this? My intuition says that if this makes any difference at all, it will be a performance *degredation*. You're now walking the entire text for every typo we know about instead of doing an O(1) hash table lookup for

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Adam D. Barratt
On Mon, 2009-02-09 at 15:17 -0800, Russ Allbery wrote: Adam D. Barratt a...@adam-barratt.org.uk writes: Applied, thanks (with a couple of changes as discussed on IRC). Thank you both! I think this warrants a new package release tonight. If you feel like doing the upload, please go

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Russ Allbery
Adam D. Barratt a...@adam-barratt.org.uk writes: Ugh - I messed up and accidentally included a multi-maintainer header in the changelog. Unfortunately, I didn't notice before I tagged the new release. :( Is there any easy way I can fix it, or shall I just fix the changelog and upload

[SCM] Debian package checker annotated tag, 2.2.4, deleted. 2.2.3-13-g5af3756

2009-02-09 Thread Adam D. Barratt
The annotated tag, 2.2.4 has been deleted was cd3bc4c0e2133095da6c743d6ec2a79dad98bbb7 --- tag 2.2.4 Tagger: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Feb 10 00:05:52 2009 + Release 2.2.4 -BEGIN PGP

[SCM] Debian package checker branch, master, updated. 2.2.3-14-g7d609b9

2009-02-09 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 7d609b952a23002ab8226bf25055d945a746534a Author: Adam D. Barratt a...@adam-barratt.org.uk Date: Tue Feb 10 00:48:11 2009 + Remove accidentally added multi-maintainer header diff --git a/debian/changelog

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

2009-02-09 Thread Adam D. Barratt
The annotated tag, 2.2.4 has been created at 05ed7529bb9b026be817e1c3f613bbf5017bfd15 (tag) tagging 7d609b952a23002ab8226bf25055d945a746534a (commit) replaces 2.2.3 tagged by Adam D. Barratt on Tue Feb 10 00:52:37 2009 + - Shortlog

Processing of lintian_2.2.4_amd64.changes

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

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Adam D. Barratt
On Mon, 2009-02-09 at 16:27 -0800, Russ Allbery wrote: Adam D. Barratt a...@adam-barratt.org.uk writes: Ugh - I messed up and accidentally included a multi-maintainer header in the changelog. Unfortunately, I didn't notice before I tagged the new release. :( Is there any easy way I

lintian_2.2.4_amd64.changes ACCEPTED

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

Bug#514641: marked as done (lintian: can't check packages from a different directory (regression in 2.2.3))

2009-02-09 Thread Debian Bug Tracking System
Your message dated Tue, 10 Feb 2009 01:02:05 + with message-id e1lwh0n-0002iy...@ries.debian.org and subject line Bug#514641: fixed in lintian 2.2.4 has caused the Debian Bug report #514641, regarding lintian: can't check packages from a different directory (regression in 2.2.3) to be marked

Bug#514641: [Fwd: Re: Bug#514641: lintian: can't check packages from a different directory (regression in 2.2.3)]

2009-02-09 Thread Russ Allbery
Adam D. Barratt a...@adam-barratt.org.uk writes: On Mon, 2009-02-09 at 16:27 -0800, Russ Allbery wrote: You can delete the tag and retag. You're theoretically not supposed to do this in Git, but given that you just made the mistake, I wouldn't worry too much about it. No one will have a