[SCM] Debian package checker branch, master, updated. 2.4.3-18-g570b098

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 570b0985ed5159bae6917a4d9121455cff039931 Author: Niels Thykier Date: Wed Dec 22 09:15:25 2010 +0100 Fixed some style issues in d/changelog. diff --git a/debian/changelog b/debian/changelog index d9e4ddc..788d98f 100755 --- a

[SCM] Debian package checker branch, master, updated. 2.4.3-19-g92b41fe

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 92b41fec86c4e25225d9e5a0d224d276f8666276 Author: Niels Thykier Date: Fri Dec 3 22:41:43 2010 +0100 Add check for depending on specific system javadoc instead default-jdk-doc. * Summary of tag changes: + Add

[SCM] Debian package checker branch, master, updated. 2.4.3-20-g5b36419

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 5b36419d5040f8af89bf92440974c658d3fe69c0 Author: Niels Thykier Date: Wed Dec 22 09:59:42 2010 +0100 Create a sorted file index for checks to use instead of sorting it themselves (Closes: #605844) * checks/*:

[SCM] Debian package checker branch, master, updated. 2.4.3-21-g6d868dc

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 6d868dcf683f3bda40c3ac76afb84c5c7e7629e8 Author: David Bremner Date: Mon Dec 20 22:59:33 2010 -0400 debian/rules: Add support for skipping the test suite per policy 4.9.1 + [NT] Add support for skipping the test

Re: [PATCH] debian/rules: Add support for skipping the test suite per policy 4.9.1

2010-12-22 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-12-21 03:59, brem...@debian.org wrote: > From: David Bremner > > Rational: the lintian test suite is somewhat heavyweight, and > sometimes broken in git. This makes it hard for people to test new > lintian checks. > --- > debian/rules |

Bug#528001: Appears to have been fixed in 2.3.4

2010-12-22 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 tags 528001 - patch thanks Hi It appears that all the patches here have been applied. I have not closed it because I assumed it was still open since there is no check for (e.g.) d/source/include-binaries. ~Niels -BEGIN PGP SIGNATURE- Ver

Processed: Appears to have been fixed in 2.3.4

2010-12-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 528001 - patch Bug #528001 [lintian] [new check] syntax-check new source control files Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 528001: http://bugs.debian.org/cgi-bin/bugreport.cg

[SCM] Debian package checker branch, master, updated. 2.4.3-23-g95bb4b1

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 6cf684cac7e1e4ec92260e6bf03358cf9cc1e4ea Author: Niels Thykier Date: Wed Dec 22 10:57:16 2010 +0100 Fixed needs-info-missing.t, which was broken by commit 5b36419 diff --git a/t/scripts/needs-info-missing.t b/t/scripts/needs

[SCM] Debian package checker branch, master, updated. 2.4.3-23-g95bb4b1

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 95bb4b1b5ed1c1ee3f3f072ba1353ba28502681c Author: Niels Thykier Date: Wed Dec 22 10:58:37 2010 +0100 Fixed the test regressions caused by commit 894daa6. (Closes #606270) Made nmu-ubuntu-native Test-Against bad-distr

Bug#606270: marked as done (lintian: commit 894daa630bdf (most likely) caused test regressions)

2010-12-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Dec 2010 11:02:00 +0100 with message-id <4d11cc98.60...@thykier.net> and subject line Re: lintian: commit 894daa630bdf (most likely) caused test regressions has caused the Debian Bug report #606270, regarding lintian: commit 894daa630bdf (most likely) caused test regress

lintian test suite

2010-12-22 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi I had a look at the test suite and it is only a few hick-ups short of being issue free (at least on a x86). I have attached the failures I saw. I heard that some of the legacy tests are known to fail on non-x86 architectures; but I do not have

[SCM] Debian package checker branch, master, updated. 2.4.3-24-gdb0e678

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit db0e6781185c8c0c8ce14883ff28d91f90d52a73 Author: Niels Thykier Date: Wed Dec 22 12:43:01 2010 +0100 Implemented fields-build-depends; it checks for some build-depends issues that was previously only present in the legacy

Re: lintian test suite

2010-12-22 Thread Adam D. Barratt
On Wed, December 22, 2010 11:01, Niels Thykier wrote: > I had a look at the test suite and it is only a few hick-ups short of > being issue free (at least on a x86). I have attached the failures I saw. Thanks for that. This: t/scripts/minimum-version.t ... 51/100 #

[SCM] Debian package checker branch, master, updated. 2.4.3-28-g20f9f99

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 36eaa280e0b90bc7281b68c6d2035e56124ad09f Author: Niels Thykier Date: Wed Dec 22 16:07:51 2010 +0100 Extended fields-build-depends test to also check for ored-build-depends-on-obsolete-package diff --git a/t/COVERAGE b/t/

[SCM] Debian package checker branch, master, updated. 2.4.3-28-g20f9f99

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit e47231ba247a865183aff710e262e2fa38fd7d6c Author: Niels Thykier Date: Wed Dec 22 16:32:47 2010 +0100 Move all Build-Depends related issues from fields-depends-general to fields-build-depends. diff --git a/t/tests/fields-b

[SCM] Debian package checker branch, master, updated. 2.4.3-28-g20f9f99

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit a15414f0e27f66419a03658d24aa8a061c541660 Author: Niels Thykier Date: Wed Dec 22 16:35:48 2010 +0100 Renamed fields-build-depends test to fields-build-depends-general. diff --git a/t/tests/fields-build-depends/debian/debian/c

[SCM] Debian package checker branch, master, updated. 2.4.3-28-g20f9f99

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 20f9f993175b670cbc1f4d9e7a69b7593ed169a6 Author: Niels Thykier Date: Wed Dec 22 17:03:20 2010 +0100 Added some extra binary package relation checks to fields-depends-general. diff --git a/t/COVERAGE b/t/COVERAGE index c7

[SCM] Debian package checker branch, master, updated. 2.4.3-29-g3fbea3b

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 3fbea3b933c3591959165b3e6d61b90b4a0c41a7 Author: Niels Thykier Date: Thu Dec 9 21:50:02 2010 +0100 Deprecate default-jdk-builddep and correct list of packages providing dh_nativejava. * checks/debhelper: +

Processed: limit source to lintian, tagging 606506, tagging 605844

2010-12-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > #lintian (2.4.4) UNRELEASED; urgency=low > # > # * checks/debhelper: > #+ [NT] Fix dependency check for dh_nativejava, default-jdk has never > # provided dh_nativejava. (Closes: #606506) > # * lib/Lintian/Collect/Binary.pm: > #+ [N

Re: lintian test suite

2010-12-22 Thread Raphael Geissert
Adam D. Barratt wrote: >> I heard that some of the legacy tests are known to fail on non-x86 >> architectures; but I do not have a non-x86 system, so I could not verify >> this. > > That would be libbaz (which I keep confusing with foo++ and referring to > as libfoo) which is the only test case

[SCM] Debian package checker branch, master, updated. 2.4.3-30-g57a16e8

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 57a16e8bf68374f53d48d6048220522e09797fd9 Author: Niels Thykier Date: Wed Dec 22 18:40:35 2010 +0100 Fix needs-info-missing the "right" way. diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm index bc2

[SCM] Debian package checker branch, master, updated. 2.4.3-31-g22e2a1e

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit 22e2a1ebe8dac84235665f8a2803b5ced31f30d3 Author: Niels Thykier Date: Tue Dec 7 23:48:52 2010 +0100 Added check for unneeded build-dep on quilt when building a 3.0 (quilt) package, including a test case for it.

Processed: limit source to lintian, tagging 582767

2010-12-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > #lintian (2.4.4) UNRELEASED; urgency=low > # > # * checks/patch-systems{,.desc} > #+ [NT] Added check for new unneeded-build-dep-on-quilt. > # (Closes: #582767) > # > limit source lintian Limiting to bugs with field 'source' containing a

[SCM] Debian package checker branch, master, updated. 2.4.3-32-ga94e7b9

2010-12-22 Thread Niels Thykier
The following commit has been merged in the master branch: commit a94e7b93c5a7409523b854c8d907ad1809f781ac Author: Nelson A. de Oliveira Date: Wed Nov 10 10:45:34 2010 -0200 Add a check for synopsis starting with articles * Summary of tag changes: + Added: - des

Processed: limit source to lintian, tagging 603053

2010-12-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > #lintian (2.4.4) UNRELEASED; urgency=low > # > # * checks/description{,.desc}: > #+ [NT] Add a check for synopsis starting with articles. Thanks to > # Nelson A. de Oliveira for the patch. (Closes: #603053) > # > limit source lintian L