Bug#545430: Better warning/error when compat contains spaces.

2009-09-07 Thread Niels Thykier
Package: lintian Version: 2.2.14 Severity: minor Hi Looking at junitperf's lintian warnings/errors[1] I noticed that lintian said debhelper-compat-not-a-number, followed by deprecated compat version 4. It turns out that the compat file had a trailing whitespace, which triggered this. I think

Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)

2009-11-30 Thread Niels Thykier
Hi I would also like -doc to be added to the special case list or/and any (binary) package in Section: docs [1]. ~Niels [1] liblucene2-java-doc recommends ant-doc causes false postive as well: http://lintian.debian.org/maintainer/pkg-java-maintain...@lists.alioth.debian.org.html#lucene2

Bug#566948: lintian: [reporting] List packages with a given tag by a given maintainer

2010-01-25 Thread Niels Thykier
Package: lintian Version: 2.3.1 Severity: wishlist Hi Currently lintian.d.o allows me to see either all the packages maintained by my team or all packages affected by a given tag. Would it be possible to get all packages maintained by $X and with tag $Y as well? ~Niels -- System Information:

Bug#574771: lintian: [new check] Warning about files/symlinks called * or *.$ext

2010-03-20 Thread Niels Thykier
Package: lintian Version: 2.3.3 Severity: wishlist Hi A restructure of a debian/rules file lead to one of my packages containing symlinks called usr/share/java/* and usr/share/java/*.jar pointing to ../../lib/eclipse/plugins/* and ../../lib/eclipse/plugins/*.jar respectively. I think it is

Bug#575447: lintian: Please add a warning in a .jar is not in /usr/share/java/

2010-03-25 Thread Niels Thykier
Hi I am not sure I can support this. There has been an interest in allowing a package to install private jar files in /usr/share/pkg/. Though jar files beneath /usr/lib/ is *usually* a problem (the swt jars are known exceptions). Though I think these are so rare that an override is in order for

Bug#575447: [Fwd: Re: Bug#575447: lintian: Please add a warning in a .jar is not in /usr/share/java/]

2010-03-27 Thread Niels Thykier
I see I accidentally failed to send this to the bug report Original Message Subject: Re: Bug#575447: lintian: Please add a warning in a .jar is not in /usr/share/java/ Date: Thu, 25 Mar 2010 22:49:05 +0100 From: Niels Thykier ni...@thykier.net To: Sylvestre Ledru sylves

Bug#580700: lintian: Typo in duplicated-key-in-desktop-entry description

2010-05-07 Thread Niels Thykier
Package: lintian Version: 2.4.1 Severity: minor Hi I think a s/took/tool/ is needed :) N: duplicated-key-in-desktop-entry N: N: The desktop entry contains two instances of the same key. The behavior N: of such desktop entries is not well-defined by the standard. N: N: The

Bug#575661: [checks/manpages] manpage-has-errors for multibyte issue on, col must be skipped?

2010-07-30 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Osamu Aoki wrote: David, can you clarify what is your problem and why reopend this. I noticed the email [1] was only sent to cont...@b.d.o, but should also have been sent to 575...@b.d.o. David: please remember to also send such an email to

Bug#593832: lintian: Build-Depends for the lintian test suite

2010-08-21 Thread Niels Thykier
Package: lintian Version: 2.4.3 Severity: wishlist Hi I have tried to figure out the test suite dependencies; Beyond lintian's Build-Depends{,-Indep} I also installed lintian's dependencies and the following packages. libtext-template-perl rsync fakeroot quilt (fields-quilt-debhelper) python

Bug#593837: [new check] Use of openjdk-6-doc/classpath-doc in B-D instead of default-jdk-doc

2010-08-21 Thread Niels Thykier
the openjdk-6-doc case. ~Niels *** 0001-Add-check-for-build-depending-on-specific-system-jav.patch From 995d68ba31dab3fa80cdab5e839bfb21d927025c Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Sat, 21 Aug 2010 14:15:32 +0200 Subject: [PATCH] Add check for build-depending on specific

Bug#605844: lintian: Consider pre-sorting keys %{$info-index}

2010-12-03 Thread Niels Thykier
Package: lintian Version: 2.4.4 Hi I examined the source of lintian (pulled from git) and noticed that lintian could probably benefit from looking at common access patterns. In the checks, there are 13 accesses to 'keys %{$info-index}'; 11 of these are 'sort keys %{$info-index}'. This means

Bug#605844: lintian: Consider pre-sorting keys %{$info-index}

2010-12-03 Thread Niels Thykier
Interestingly enough this does not appear to be the current bottle neck of lintian (or I am doing something wrong in my patch). ~Niels $ dpkg --contents eclipse-platform-data_3.5.2-8_all.deb | wc -l 1480 lintian 2.4.3 $ for i in {1..5} ; do time lintian -EI --pedantic

Bug#605844: lintian: Consider pre-sorting keys %{$info-index}

2010-12-07 Thread Niels Thykier
On Sat, Dec 4, 2010 at 2:09 AM, Raphael Geissert geiss...@debian.org wrote: Hi Niels! [OT but using the opportunity: congrats! :)] Thanks :) Niels Thykier wrote: Interestingly enough this does not appear to be the current bottle neck of lintian (or I am doing something wrong in my patch

Bug#605844: lintian: Consider pre-sorting keys %{$info-index}

2010-12-07 Thread Niels Thykier
On Sat, Dec 4, 2010 at 1:57 AM, Russ Allbery r...@debian.org wrote: Niels Thykier nthyk...@gmail.com writes: Interestingly enough this does not appear to be the current bottle neck of lintian (or I am doing something wrong in my patch). It's probably a good change regardless, but sorting

Bug#605844: lintian: Consider pre-sorting keys %{$info-index}

2010-12-07 Thread Niels Thykier
On Tue, Dec 7, 2010 at 10:02 PM, Niels Thykier nthyk...@gmail.com wrote: Hmm... could be interesting to see if we could do something about that. If time permits I will have a look. ~Niels I guess I had time! Trivial testing on the eclipse-platform-data shows that neither objdump-info[1

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

2010-12-07 Thread Niels Thykier
Package: lintian Version: 2.4.4 test output: ... Running test distribution-ubuntu-native 1.0... building... testing... FAILED: --- t/tests/distribution-ubuntu-native/tags 2010-08-03 15:05:07.354069756 +0200 +++ debian/tests/tags.distribution-ubuntu-native2010-12-07 23:21:50.378531654

Bug#582767: lintian: if Package format 3.0 is in use report warning for quilt in Depebds:

2010-12-07 Thread Niels Thykier
tags 582767 + patch thanks Hi I have created a patch that implements this check with a small test case for it. ~Niels From 0bd1d202b0f46598eff33cd8d522161c1e5f37ff Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Tue, 7 Dec 2010 23:48:52 +0100 Subject: [PATCH] Added check

Bug#595941: lintian: False positive: extra-license-file

2010-12-09 Thread Niels Thykier
tags 595941 + patch thanks Made a patch for it and included a small test case for the tag. ~Niels From 577a7ca9453a24f7fdba2eb5ba19a93c9839e3a1 Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Thu, 9 Dec 2010 16:21:28 +0100 Subject: [PATCH] Fix false-positive with extra

Bug#606506: lintian: default-jdk-builddep is deprecated and dh_nativejava is not provided by default-jdk

2010-12-09 Thread Niels Thykier
Java Development Kits (which is a waste of time on the buildd machines) From f9a5e2fafc22c6f8766bb8755f8c3b8f6badbc3f Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Thu, 9 Dec 2010 21:50:02 +0100 Subject: [PATCH] Deprecate default-jdk-builddep and correct list of packages

Bug#607399: lintian: false-positive with shlib-calls-exit (triggered on application)

2010-12-17 Thread Niels Thykier
Package: lintian Version: 2.4.3 Hey $ lintian -IE ./openjdk-6-jdk_6b18-1.8.2-4_i386.deb triggers 28 of these; all of them appears to be applications and not shared libraries (installed in /usr/lib/jvm/folder/bin/app). ~Niels -- To UNSUBSCRIBE, email to

Bug#607730: lintian: Bump debhelper to 7 (7.0.50~ due to tests)

2010-12-21 Thread Niels Thykier
Package: lintian Version: 2.4.3 Tags: patch Hi Bumped DH compat to7 and B-D to 7.0.50~ since tests are run during build and some tests use override_ targets. ~Niels From 26b818c7e66e1a240a5fb5eb7c1734465c406154 Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Tue, 21 Dec

Bug#607731: lintian: Improving test coverage

2010-12-21 Thread Niels Thykier
fc2b57a06006276e63a88df62839e6eb1a7f1859 Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Tue, 21 Dec 2010 14:42:33 +0100 Subject: [PATCH] Added some tests to improve coverage. --- t/tests/rules-not-makefile/debian/debian/rules | 11 +++ t/tests/rules-not-makefile/desc

[SCM] Debian package checker branch, master, updated. 2.4.3-13-g84cb794

2010-12-21 Thread Niels Thykier
The following commit has been merged in the master branch: commit d15295e01828223fcbf9db58f86f741272f0dc75 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 21 22:32:07 2010 +0100 Bump debhelper compat and build dependency (some tests use override_ targets). diff --git a/debian

[SCM] Debian package checker branch, master, updated. 2.4.3-13-g84cb794

2010-12-21 Thread Niels Thykier
The following commit has been merged in the master branch: commit 84cb79477fc76e7f7603308d29986cc9394d76db Author: Niels Thykier ni...@thykier.net Date: Tue Dec 21 14:42:33 2010 +0100 Added some tests to improve coverage. diff --git a/debian/changelog b/debian/changelog index 2b1478d

[SCM] Debian package checker branch, master, updated. 2.4.3-14-g45d8f0e

2010-12-21 Thread Niels Thykier
Bremner for the patch. Signed-off-by: Niels Thykier ni...@thykier.net diff --git a/checks/debian-source-dir b/checks/debian-source-dir index 91e10c8..4bba150 100644 --- a/checks/debian-source-dir +++ b/checks/debian-source-dir @@ -23,6 +23,7 @@ use strict; use Lintian::Data; use

Re: [PATCH] check/debian-source-dir: add use Util

2010-12-21 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-12-21 05:10, brem...@debian.org wrote: From: David Bremner brem...@debian.org Hi David This seems to be required in order to call fail. --- checks/debian-source-dir |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[SCM] Debian package checker branch, master, updated. 2.4.3-17-g1330193

2010-12-21 Thread Niels Thykier
The following commit has been merged in the master branch: commit a88c4da7095c6681c8c3d9e42f0ac8a1efee4bf9 Author: Niels Thykier ni...@thykier.net Date: Thu Dec 9 16:21:28 2010 +0100 Fix false-positive with extra-license-file with license.ui with test case. * checks/files

[SCM] Debian package checker branch, master, updated. 2.4.3-17-g1330193

2010-12-21 Thread Niels Thykier
The following commit has been merged in the master branch: commit 1330193cdf9880dbc4553ea5e6fd99b63892134b Author: Niels Thykier ni...@thykier.net Date: Sat Aug 21 14:15:32 2010 +0200 Add check for build-depending on specific system javadoc instead of default-jdk-doc * Summary

[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 ni...@thykier.net 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

[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 ni...@thykier.net Date: Fri Dec 3 22:41:43 2010 +0100 Add check for depending on specific system javadoc instead default-jdk-doc. * Summary of tag

[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 ni...@thykier.net 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

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

2010-12-22 Thread Niels Thykier
for skipping the test suite per policy 4.9.1. Many thanks to David Bremner for the patch. Signed-off-by: Niels Thykier ni...@thykier.net diff --git a/debian/changelog b/debian/changelog index df45810..877755a 100755 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,8

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 brem...@debian.org Rational: the lintian test suite is somewhat heavyweight, and sometimes broken in git. This makes it hard for people to test new lintian checks. ---

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-

[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 ni...@thykier.net 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

[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 ni...@thykier.net Date: Wed Dec 22 10:58:37 2010 +0100 Fixed the test regressions caused by commit 894daa6. (Closes #606270) Made nmu-ubuntu-native Test

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 ni...@thykier.net Date: Wed Dec 22 12:43:01 2010 +0100 Implemented fields-build-depends; it checks for some build-depends issues that was previously only

[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 ni...@thykier.net 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

[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 ni...@thykier.net 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

[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 ni...@thykier.net 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

[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 ni...@thykier.net 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

[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 ni...@thykier.net Date: Thu Dec 9 21:50:02 2010 +0100 Deprecate default-jdk-builddep and correct list of packages providing dh_nativejava. * checks

[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 ni...@thykier.net 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

[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 ni...@thykier.net 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

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

2010-12-22 Thread Niels Thykier
: + Added: - description-synopsis-starts-with-article * checks/description{,.desc}: + [NT] Add a check for synopsis starting with articles. Thanks to Nelson A. de Oliveira for the patch. (Closes: #603053) Signed-off-by: Niels Thykier ni...@thykier.net diff

[SCM] Debian package checker branch, master, updated. 2.4.3-33-g3c3c00d

2010-12-23 Thread Niels Thykier
The following commit has been merged in the master branch: commit 3c3c00dd57393c4916ef85b757432e8211ac6d03 Author: Niels Thykier ni...@thykier.net Date: Thu Dec 23 18:31:34 2010 +0100 Extended diff-contains-substvars check to also catch package.substvars. (not closing #598251, since

[SCM] Debian package checker branch, master, updated. 2.4.3-35-gc3209ba

2010-12-23 Thread Niels Thykier
The following commit has been merged in the master branch: commit 8bf3d100f769b9166ca73dcdaa995df0e6196d65 Author: Niels Thykier ni...@thykier.net Date: Thu Dec 23 19:25:36 2010 +0100 Since the empty directory check is skipped for base-files, we might as well not loop over all the files

[SCM] Debian package checker branch, master, updated. 2.4.3-35-gc3209ba

2010-12-23 Thread Niels Thykier
The following commit has been merged in the master branch: commit c3209bad13e449c694c29aa3e2547f0271529eb9 Author: Niels Thykier ni...@thykier.net Date: Thu Dec 23 19:56:10 2010 +0100 Fixed test regressions caused by description-synopsis-starts-with-article. diff --git a/t/debs/description

[SCM] Debian package checker branch, master, updated. 2.4.3-36-gc6f6113

2010-12-23 Thread Niels Thykier
The following commit has been merged in the master branch: commit c6f611345659e2ca36fbd9bb4ab657979007cd29 Author: Niels Thykier ni...@thykier.net Date: Thu Dec 23 20:00:55 2010 +0100 Fixed test regression caused by -brackets in .desc file. diff --git a/checks/cruft.desc b/checks

[SCM] Debian package checker branch, master, updated. 2.4.3-37-g25e3b52

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit 25e3b52cccbe8c1b1aca46d4fbd6e26fb466652d Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 11:58:04 2010 +0100 Fixed another synopsis starts with article regression. diff --git a/t/tests/basic/desc b/t/tests/basic

[SCM] Debian package checker branch, master, updated. 2.4.3-39-gda5813a

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit da5813a56c7841b02610e8f480b55b65e3deb9b9 Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:20:15 2010 +0100 Allow hurd-udeb to deploy unusual top-level directories (#591331) * checks/files: + [NT

[SCM] Debian package checker branch, master, updated. 2.4.3-40-gdfa2723

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit dfa2723f5b1c64fe83827106a39c723dffa30892 Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:24:05 2010 +0100 Reworded changelog entry. diff --git a/debian/changelog b/debian/changelog index b3e2064..b2fb62f 100755

[SCM] Debian package checker branch, master, updated. 2.4.3-42-gdfa6336

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit d009beae175533b36ef9daac19f41e470e45ecc5 Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:36:19 2010 +0100 Removed duplicated B-D on libapt-pkg-perl and reformatted the D-B field. diff --git a/debian/control b

[SCM] Debian package checker branch, master, updated. 2.4.3-42-gdfa6336

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit dfa6336f6d44ee69ab1619cef70c7d7fafba97d5 Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:37:37 2010 +0100 Added test for non-standard-toplevel-dir and file-in-unusual-dir in files-general. diff --git a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-43-gdcba716

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit dcba7168b753d504aefe0890efbdc44d31efed9d Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:50:13 2010 +0100 Fixed spelling of metapackage (#591300) * checks/fields{,.desc}: + [NT] Fixed spelling

[SCM] Debian package checker branch, master, updated. 2.4.3-44-g960b297

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit 960b297cb273bc6b394b2da308e12a73e8c8d57e Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:56:25 2010 +0100 * data/shared-libs/ldconfig-dirs: + [NT] Removed the emul/ia32-linux directories

Bug#596848: emul/ia32-linux is no longer used

2010-12-24 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey I have removed those directories from data/shared-libs/ldconfig-dirs. I suspect this would also make emul an unusal top-level directory as well, but I would like someone to confirm this assertion before I act on it. ~Niels -BEGIN PGP

[SCM] Debian package checker branch, master, updated. 2.4.3-46-g4ac1fbb

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit 3f2a1b9bdbec07efee85576e1ff008efa2a0dc8d Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 12:58:16 2010 +0100 Removed the emul/ia32-linux exception for file-in-unusual-dir. diff --git a/checks/files b/checks/files

[SCM] Debian package checker branch, master, updated. 2.4.3-46-g4ac1fbb

2010-12-24 Thread Niels Thykier
The following commit has been merged in the master branch: commit 4ac1fbb315e8680e385fbb3feeb5d8095c0aa117 Author: Niels Thykier ni...@thykier.net Date: Fri Dec 24 17:24:19 2010 +0100 Removed unneeded tag in package-version-0/tags now that dpkg handles version 0 correctly. diff --git

Re: lintian test suite

2010-12-24 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-12-24 14:22, Adam D. Barratt wrote: On Wed, 2010-12-22 at 12:01 +0100, 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

Bug#598251: Suggested patch for Warn about leftover *.debhelper.log and *.substvars

2010-12-24 Thread Niels Thykier
/Y2PymASg6Uo5o70ViPCZltUfunhJP 9TzI5IjOv4/EfPIRGd2B00djttG8RN/RzaVgM6ulE0HtWhV6T4mQhLi6w8hT5I0B Kef/NQEHTesSDp58DcGK =ruxU -END PGP SIGNATURE- From 9a0a22bc0447f56ce9781a1ab24dc5e9d327f3dc Mon Sep 17 00:00:00 2001 From: Niels Thykier ni...@thykier.net Date: Fri, 24 Dec 2010 18:17:17 +0100 Subject: [PATCH

[SCM] Debian package checker branch, master, updated. 2.4.3-48-g7c84b9d

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit e11c14be6cbb337dd8cb53ff01a4b40af0967fe0 Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 12:54:44 2010 +0100 Reformat Depends for lintian. diff --git a/debian/control b/debian/control index c3d0053..91d36e6 100644

[SCM] Debian package checker branch, master, updated. 2.4.3-48-g7c84b9d

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit 7c84b9d4b7a4d7229580b42b17245fceabd5722b Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 13:31:37 2010 +0100 Fix parse error of B-D field. diff --git a/debian/control b/debian/control index 91d36e6..42a224f 100644

[SCM] Debian package checker branch, master, updated. 2.4.3-49-g4a87d0f

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit 4a87d0fdd4fc8744c9131729ed238dbc9437fe67 Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 14:05:14 2010 +0100 Explained where to find more information about the default-jdk-builddep deprecation in d/changelog

[SCM] Debian package checker branch, master, updated. 2.4.3-50-gcc7f32e

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit cc7f32e346f99895bed81c7567e98626c78ba379 Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 14:12:46 2010 +0100 Added test case for dir-or-file-in-{srv,var-www}. Updated t/COVERAGE - upstream-version

Bug#602655: lintian: Please check for missing comma in Uploaders field (must in Policy 5.6.3)

2010-12-25 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi I am considering to just make the switch to use Email::Valid. I have attached a patch that makes the switch and introduces a regression test to catch the particular issue in #602619. ~Niels -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

[SCM] Debian package checker branch, master, updated. 2.4.3-51-gd34cf43

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit d34cf4399feafcbb51278c76f06b90a29c9f52ff Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 14:56:52 2010 +0100 Added some symlink tests. diff --git a/t/COVERAGE b/t/COVERAGE index 76df57b..d28f6ce 100644 --- a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-52-gffde003

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit ffde003bfdddff4b87cb63d55be1cc92666b2702 Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 15:07:19 2010 +0100 Added debian-watch-file-in-native-package tests to the new test suite. diff --git a/t/COVERAGE b/t

[SCM] Debian package checker branch, master, updated. 2.4.3-53-g788ac0b

2010-12-25 Thread Niels Thykier
The following commit has been merged in the master branch: commit 788ac0bd5b92667c8761edc1b56b4c56549e2fc9 Author: Niels Thykier ni...@thykier.net Date: Sat Dec 25 15:25:41 2010 +0100 Added substvars tests to the new test suite. diff --git a/t/COVERAGE b/t/COVERAGE index 0e9284d..360551b

[SCM] Debian package checker branch, master, updated. 2.4.3-54-gfd93158

2010-12-26 Thread Niels Thykier
The following commit has been merged in the master branch: commit fd9315809b27770e6d3ee10ae8e1576c939048ee Author: Niels Thykier ni...@thykier.net Date: Sun Dec 26 22:46:34 2010 +0100 More symlink testing. diff --git a/t/COVERAGE b/t/COVERAGE index 360551b..b665a42 100644 --- a/t/COVERAGE

[SCM] Debian package checker branch, master, updated. 2.4.3-55-g20663e5

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 20663e5711fda9da13f0c0581c17ead02ea6cbe3 Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 11:20:30 2010 +0100 Added unforgivable easy test of native-package-with-dash-version. diff --git a/t/tests/cruft-native-dash

[SCM] Debian package checker branch, master, updated. 2.4.3-56-g6de8f8a

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 6de8f8a3b3906ecc9ac8b48cee1eb0166c2755c9 Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 11:27:08 2010 +0100 Added test for debian-rules-is-symlink and remembered to commit the updated COVERAGE file this time

[SCM] Debian package checker branch, master, updated. 2.4.3-57-g5cc51ee

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 5cc51ee81f0c9059004a1415bfcfba787b46991a Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 11:46:42 2010 +0100 Added tests for debian-revision-not-well-formed and debian-revision-should-not-be-zero. diff --git

[SCM] Debian package checker branch, master, updated. 2.4.3-58-g57d3a7d

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 57d3a7daf985950dbf31d8d91d9065c4094a1291 Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 11:59:17 2010 +0100 Added test for uploader related issues. diff --git a/t/COVERAGE b/t/COVERAGE index db9a3c0..a664d90 100644

[SCM] Debian package checker branch, master, updated. 2.4.3-59-gd473507

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit d4735078bc0c87b7d48aa31f3c96268bd84ba33d Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 12:17:37 2010 +0100 Added similar tests for maintainers. Removed redundant file from uploaders test. diff --git a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-60-g7efa273

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 7efa2730bba3da72a433606dca7d7581928d Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 14:19:43 2010 +0100 Added test for quilt-series-but-no-build-dep. diff --git a/t/COVERAGE b/t/COVERAGE index a8284e6..201aa70

[SCM] Debian package checker branch, master, updated. 2.4.3-61-gfff5801

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit fff5801f2991430df5b93dc4a446e8f00e28a972 Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 14:25:18 2010 +0100 Renamed fields-debian-revision to fields-version-bad and had it also check upstream-version-not-numeric

[SCM] Debian package checker branch, master, updated. 2.4.3-62-g01f933c

2010-12-27 Thread Niels Thykier
The following commit has been merged in the master branch: commit 01f933c733c77b8d9f5e6bc8388a1dba56584869 Author: Niels Thykier ni...@thykier.net Date: Mon Dec 27 14:28:20 2010 +0100 Removed unused debhelper exclude for a back-up file that no longer exists. diff --git a/debian/rules b

Lintian man pages in pod

2010-12-27 Thread Niels Thykier
or more of the tags specified were unknown, this command returns the exit code 1. Otherwise, it always returns with exit code 0. =head1 SEE ALSO Llintian(1) =head1 AUTHORS Niels Thykier ni...@thykier.net Richard Braakman d...@xs4all.nl Christian Schwarz schw...@monet.m.isar.de =cut

Re: Lintian man pages in pod

2010-12-27 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-12-27 20:11, Niels Thykier wrote: Hey [...] $ private/generate-lintian-pod man/lintian.pod.in man/lintian.pod [...] Erh, right. That would be $ perl -Ilib/ private/generate-lintian-pod man/lintian.pod (and yeah, I noticed

[SCM] Debian package checker branch, master, updated. 2.4.3-63-gd2e0a1d

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit d2e0a1d0db884a0418ba3c970d962f7bb8adf26a Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 10:43:21 2010 +0100 i386 test for shlib-with-non-pic-code. diff --git a/t/COVERAGE b/t/COVERAGE index 7e3c951..15a3b0a 100644

[SCM] Debian package checker branch, master, updated. 2.4.3-64-g9b861d0

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit 9b861d0a4eb4ffa607d968158caa59c51595ffdf Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 20:01:38 2010 +0100 Pass --allow-root during testing to avoid auto-fails, if the test is run as root. diff --git a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-65-g56a7afa

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit 56a7afa0fd67c936465ba649a6e1a00fd1ceee89 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 20:33:44 2010 +0100 Added test for d/control being a symlink. diff --git a/t/COVERAGE b/t/COVERAGE index 15a3b0a..51940bf

[SCM] Debian package checker branch, master, updated. 2.4.3-66-gace61b2

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit ace61b227a9eff446297617aaababe848dfe6bff Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 21:03:18 2010 +0100 Test for file-in-etc-not-marked-as-conffile diff --git a/t/COVERAGE b/t/COVERAGE index 51940bf..ad5a397

[SCM] Debian package checker branch, master, updated. 2.4.3-67-g1282bb6

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit 1282bb612b48c2aca18254ef525ebe6c3c51bc55 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 21:14:17 2010 +0100 Added test for depends on multiple something tags. diff --git a/t/COVERAGE b/t/COVERAGE index ad5a397

[SCM] Debian package checker branch, master, updated. 2.4.3-68-gb760e91

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit b760e913311adbe620a9b9b063a781abca510166 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 21:21:40 2010 +0100 Added missing tag to multiple X depends. diff --git a/t/COVERAGE b/t/COVERAGE index d43bca7..a4380f5

[SCM] Debian package checker branch, master, updated. 2.4.3-69-ga943690

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit a943690f7b0d4edb37c5eea685c08153e8b890a8 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 22:06:02 2010 +0100 Correct symbols file in a test. diff --git a/t/tests/shared-libs-non-pic-i386/debian/debian/symbols b/t

[SCM] Debian package checker branch, master, updated. 2.4.3-70-g92844ef

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit 92844ef5e16f6607f837b32a8b0a97e1c5784be0 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 22:44:46 2010 +0100 Some symbols-file tests. diff --git a/t/COVERAGE b/t/COVERAGE index a4380f5..b209807 100644 --- a/t

Bug#608222: lintian: Please check symbols-files for foreign packages

2010-12-28 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey Right, there is a check for that... but: cat t/tests/shared-libs-non-pic-i386/debian/debian/symbols: libbaz3.so libfilo #MINVER# p...@base 1.0 does not trigger an issue and I cannot figure out why! I am fairly confident that something is

Bug#608222: lintian: Please check symbols-files for foreign packages

2010-12-28 Thread Niels Thykier
Package: lintian Version: 2.4.3 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey Check for symbol files referring to non-existent or foreign packages. libbaz3.so libfoo #MINVER# ~Niels - -- System Information: Debian Release: squeeze/sid APT prefers testing APT

[SCM] Debian package checker branch, master, updated. 2.4.3-71-ga3da5c4

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit a3da5c49bae6a43ffbd5ec5476ea57bf96017141 Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 23:06:45 2010 +0100 Test for XS-Vcs-vcs tags. diff --git a/t/COVERAGE b/t/COVERAGE index b209807..45b2fda 100644 --- a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-73-gd84aa6b

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit 19b9aa12ec23cab1fafd28346be87715dd3b852d Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 23:38:40 2010 +0100 Added most of the md5sums tags. diff --git a/t/COVERAGE b/t/COVERAGE index 45b2fda..ed5c9c1 100644 --- a/t

[SCM] Debian package checker branch, master, updated. 2.4.3-73-gd84aa6b

2010-12-28 Thread Niels Thykier
The following commit has been merged in the master branch: commit d84aa6b4c247fa1bd1b20dec3b6fc03954e7489c Author: Niels Thykier ni...@thykier.net Date: Tue Dec 28 23:45:46 2010 +0100 Added a test for missing md5sums control files. diff --git a/t/COVERAGE b/t/COVERAGE index ed5c9c1

Bug#608222: lintian: Please check symbols-files for foreign packages

2010-12-28 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-12-28 23:56, Adam D. Barratt wrote: On Tue, 2010-12-28 at 22:04 +0100, Niels Thykier wrote: Check for symbol files referring to non-existent or foreign packages. libbaz3.so libfoo #MINVER# That's what the catchily named symbols

[SCM] Debian package checker branch, master, updated. 2.4.3-74-ga48fb5a

2010-12-29 Thread Niels Thykier
The following commit has been merged in the master branch: commit a48fb5a20501a2e468401bfd2ea9e1aec085eb06 Author: Niels Thykier ni...@thykier.net Date: Wed Dec 29 10:28:26 2010 +0100 Added some /usr/share/doc/pkg - other symlink tests. diff --git a/t/COVERAGE b/t/COVERAGE index 2291423

[SCM] Debian package checker branch, master, updated. 2.4.3-75-gad4876b

2010-12-29 Thread Niels Thykier
The following commit has been merged in the master branch: commit ad4876b3c9c511ffad9bf3354955c38f6828e9d7 Author: Niels Thykier ni...@thykier.net Date: Wed Dec 29 17:27:22 2010 +0100 Added (more) misspellings of developer and development. See #608276 diff --git a/data/spelling/corrections

[SCM] Debian package checker branch, master, updated. 2.4.3-76-g4b114ab

2010-12-29 Thread Niels Thykier
The following commit has been merged in the master branch: commit 4b114abbb5cce9d7f17ec2d448443e99816b63a0 Author: Niels Thykier ni...@thykier.net Date: Wed Dec 29 17:45:42 2010 +0100 libX-gcj also belong in the java section. diff --git a/checks/fields b/checks/fields index e1f2043

[SCM] Debian package checker branch, master, updated. 2.4.3-78-gbdf93c8

2010-12-29 Thread Niels Thykier
The following commit has been merged in the master branch: commit 0c69de90bb8f37774e9c35a418b76080804d0157 Author: Niels Thykier ni...@thykier.net Date: Wed Dec 29 19:08:10 2010 +0100 Add check for needless dependency on JRE/JDK for java libraries. * Summary of tag changes

[SCM] Debian package checker branch, master, updated. 2.4.3-78-gbdf93c8

2010-12-29 Thread Niels Thykier
The following commit has been merged in the master branch: commit bdf93c8db99fadad852964a456bd817aba9feac9 Author: Niels Thykier ni...@thykier.net Date: Wed Dec 29 19:11:06 2010 +0100 Updated changelog to reflect changes made by commit ad4876b. * data/spelling/corrections

  1   2   3   4   5   6   7   8   9   10   >