[lintian] branch master updated (6e378db -> 5ac393f)

2018-03-05 Thread Paul Wise
This is an automated email from the git hooks/post-receive script.

pabs pushed a change to branch master
in repository lintian.

  from  6e378db   spelling: Add another correction
   new  7c053fa   spelling: Add several corrections
   new  5ac393f   obsolete-packages: Add exim and apache, replaced by exim4 
and apache2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/fields/obsolete-packages | 2 ++
 data/spelling/corrections | 2 ++
 debian/changelog  | 3 +++
 3 files changed, 7 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 01/02: spelling: Add several corrections

2018-03-05 Thread Paul Wise
This is an automated email from the git hooks/post-receive script.

pabs pushed a commit to branch master
in repository lintian.

commit 7c053fa8e4bfea99f37a802ac6b2386e15b7c92f
Author: Paul Wise 
Date:   Sun Mar 4 21:04:26 2018 +0800

spelling: Add several corrections
---
 data/spelling/corrections | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/spelling/corrections b/data/spelling/corrections
index 98c313c..b1dbda5 100644
--- a/data/spelling/corrections
+++ b/data/spelling/corrections
@@ -3593,6 +3593,7 @@ spefic||specific
 speling||spelling
 spliting||splitting
 splitted||split
+sponser||sponsor
 spported||supported
 spporting||supporting
 spports||supports
@@ -3876,6 +3877,7 @@ toghether||together
 togther||together
 tomorrrow||tomorrow
 touple||tuple
+traditiona||traditional
 traditionnal||traditional
 trailling||trailing
 tranceivers||transceivers

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 02/02: obsolete-packages: Add exim and apache, replaced by exim4 and apache2

2018-03-05 Thread Paul Wise
This is an automated email from the git hooks/post-receive script.

pabs pushed a commit to branch master
in repository lintian.

commit 5ac393f668d0340e0429861d4c7f30ed25c3c4f8
Author: Paul Wise 
Date:   Tue Mar 6 09:47:26 2018 +0800

obsolete-packages: Add exim and apache, replaced by exim4 and apache2
---
 data/fields/obsolete-packages | 2 ++
 debian/changelog  | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/data/fields/obsolete-packages b/data/fields/obsolete-packages
index e9a7d4a..7995951 100644
--- a/data/fields/obsolete-packages
+++ b/data/fields/obsolete-packages
@@ -16,9 +16,11 @@
 
 # Last seen in sarge.
 xlibs-dev
+exim => exim4
 
 # Last seen in etch.
 gcc-2.95
+apache => apache2
 
 # Last seen in lenny.
 cdrecord
diff --git a/debian/changelog b/debian/changelog
index cb62804..a50b77e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ lintian (2.5.79) UNRELEASED; urgency=medium
 
   XXX: generate tag summary
 
+  * data/fields/obsolete-packages:
++ [PW] Add exim and apache, replaced by exim4 and apache2
+
  -- Chris Lamb   Mon, 05 Mar 2018 09:26:41 +
 
 lintian (2.5.78) unstable; urgency=medium

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



Bug#892144: lintian: check for relationships with packages that provide mail-transport-agent but don't use m-t-a

2018-03-05 Thread Paul Wise
Package: lintian
Version: 2.5.78
Severity: wishlist

Please check for packages with relationships with packages that provide
the virtual package mail-transport-agent but don't also have a
relationship with the virtual package mail-transport-agent.

In other words, lintian should look in the apt cache to find out which
packages provide the virtual package mail-transport-agent and then
check if the package has any relationship with those packages but
doesn't also have a relationship with mail-transport-agent.

In addition, lintian will need to hard-code exim4 as a package that
provides the virtual package mail-transport-agent even though it does
not do that, because it depends on two exim4 variants that do.

Examples of incorrect dependencies:

Depends: exim4
Depends: postfix

$ aptitude show mail-transport-agent
No candidate version found for mail-transport-agent
Package: mail-transport-agent
State: not a real package
Provided by: citadel-server (917-2), courier-mta (0.78.0-2+b1), dma 
(0.11-1+b1), esmtp-run (1.2-15), exim4-daemon-heavy (4.90.1-1), 
exim4-daemon-light (4.90.1-1), masqmail (0.3.4-1),
 msmtp-mta (1.6.6-1), nullmailer (1:2.1-5), nullmailer (1:2.1-6), 
opensmtpd (6.0.3p1-1), postfix (3.3.0-1), qmail-run (2.0.2+nmu1), sendmail-bin 
(8.15.2-10), ssmtp
 (2.64-8+b2)

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#892143: lintian: check packages that use mail-transport-agent but do not prefer default-mta

2018-03-05 Thread Paul Wise
Package: lintian
Version: 2.5.78
Severity: wishlist

Please check for packages that have a relationship with the virtual
package mail-transport-agent but do not prefer the virtual package
default-mta to m-t-a or any other packages.

In other words, default-mta and mail-transport-agent should only ever
be in a set of alternatives, must both be in that set and default-mta
should be the first package in the set. 

All of the fields representing relationships with binary packages
should be checked: Depends Suggests Recommends Build-Depends* etc

Examples of incorrect dependencies:

Depends: default-mta
Depends: mail-transport-agent
Depends: default-mta, mail-transport-agent
Depends: exim4 | mail-transport-agent
Depends: exim4 | postfix | mail-transport-agent
Depends: exim4 | default-mta | mail-transport-agent

Examples of correct dependencies:

Depends: default-mta | mail-transport-agent
Depends: default-mta | exim4
| mail-transport-agent
Depends: default-mta | mail-transport-agent | exim4

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#892127: lintian: Emits package-has-unnecessary-activation-of-ldconfig-trigger when it shouldn't

2018-03-05 Thread Yavor Doganov
Package: lintian
Version: 2.5.77
Severity: normal

All GNUstep frameworks (poplerkit.framework, addresses-for-gnustep,
gnustep-netclasses, rsskit, dbuskit, etc.) are installed in
/usr/lib/GNUstep/Frameworks with symlinks in /usr/lib:

$ ls -la /usr/lib/libDBusKit.so*
lrwxrwxrwx 1 root root 67 окт 31 18:14 /usr/lib/libDBusKit.so -> 
GNUstep/Frameworks/DBusKit.framework/Versions/Current/libDBusKit.so
lrwxrwxrwx 1 root root 63 окт 31 18:14 /usr/lib/libDBusKit.so.0 -> 
GNUstep/Frameworks/DBusKit.framework/Versions/0/libDBusKit.so.0
lrwxrwxrwx 1 root root 67 окт 31 18:14 /usr/lib/libDBusKit.so.0.1.1 -> 
GNUstep/Frameworks/DBusKit.framework/Versions/0/libDBusKit.so.0.1.1

Debhelper's dh_makeshlibs correctly adds the ldconfig trigger for such
libraries but apparently lintian does not resolve the symlinks and
erroneously emits the warning.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.utf8, LC_CTYPE=bg_BG.utf8 (charmap=UTF-8), 
LANGUAGE=bg_BG.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian depends on:
ii  binutils  2.30-5
ii  bzip2 1.0.6-8.1
ii  diffstat  1.61-1+b1
ii  dpkg  1.19.0.5
ii  file  1:5.32-2
ii  gettext   0.19.8.1-4
ii  intltool-debian   0.35.0+20060710.4
ii  libapt-pkg-perl   0.1.33
ii  libarchive-zip-perl   1.60-1
ii  libclass-accessor-perl0.51-1
ii  libclone-perl 0.39-1
ii  libdpkg-perl  1.19.0.5
ii  libemail-valid-perl   1.202-1
ii  libfile-basedir-perl  0.07-1
ii  libipc-run-perl   0.96-1
ii  liblist-moreutils-perl0.416-1+b3
ii  libparse-debianchangelog-perl 1.2.0-12
ii  libperl5.26 [libdigest-sha-perl]  5.26.1-5
ii  libtext-levenshtein-perl  0.13-1
ii  libtimedate-perl  2.3000-2
ii  liburi-perl   1.73-1
ii  libxml-simple-perl2.24-1
ii  libyaml-libyaml-perl  0.69+repack-1
ii  man-db2.8.2-1
ii  patchutils0.3.4-2
ii  perl  5.26.1-5
ii  t1utils   1.41-2
ii  xz-utils  5.2.2-1.3

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1+b4

Versions of packages lintian suggests:
ii  binutils-multiarch 2.30-5
ii  dpkg-dev   1.19.0.5
ii  libhtml-parser-perl3.72-3+b2
ii  libtext-template-perl  1.47-1

-- no debconf information



Bug#892086: lintian: Check for unknown fields in dep5 debian/copyright

2018-03-05 Thread Salvo Tomaselli
At the top. Is it allowed? I didn't see it in the dep5 spec.

2018-03-05 18:24 GMT+01:00 Chris Lamb :
> tags 892086 + moreinfo
> thanks
>
> Hi Salvo,
>
>> by mistake I had used an "Author" field in a dep5 copyright file,
>> and lintian doesn't complain about unknown fields.
>
> At the top of the file or in one of the paragraphs?
>
>
> Regards,
>
> --
>   ,''`.
>  : :'  : Chris Lamb
>  `. `'`  la...@debian.org / chris-lamb.co.uk
>`-



-- 
Salvo Tomaselli

"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di
senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei

http://ltworf.github.io/ltworf/



Bug#892086: lintian: Check for unknown fields in dep5 debian/copyright

2018-03-05 Thread Chris Lamb
tags 892086 + moreinfo
thanks

Hi Salvo,

> by mistake I had used an "Author" field in a dep5 copyright file,
> and lintian doesn't complain about unknown fields.

At the top of the file or in one of the paragraphs?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Processed: Re: Bug#892086: lintian: Check for unknown fields in dep5 debian/copyright

2018-03-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 892086 + moreinfo
Bug #892086 [lintian] lintian: Check for unknown fields in dep5 debian/copyright
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
892086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892086
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



lintian_2.5.78_amd64.changes ACCEPTED into unstable

2018-03-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 891688 891794 891935
Changes:
 lintian (2.5.78) unstable; urgency=medium
 .
   * Summary of tag changes:
 + Added:
   - missing-vcs-browser-field
 .
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
   we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 .
   * data/spelling/corrections:
 + [CL] Drop the rouge → rogue correction; it's an (admittedly)
   old-fashioned word for red cheek makeup as well as being a
   fairly-common French word.  It was causing a false-positive in the
   spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
   for the report.  (Closes: #891794)
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
   * data/spelling/corrections:
 + [PW] Add a number of corrections.
Checksums-Sha1:
 f5f9b46095d4fc52bb682dadd9ce181f726d86db 3505 lintian_2.5.78.dsc
 1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
 05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
 b3806e7662304f75c6734ac4f76f7e1d42d870cd 16080 lintian_2.5.78_amd64.buildinfo
Checksums-Sha256:
 df1d37735463b794d839d4493b3ce6e5620d443833c951906f696c1e418e3144 3505 
lintian_2.5.78.dsc
 5359f3561d061e3bf65f7e8eb6c58b6506d120339482ac8c480c1d3416d5922d 1541448 
lintian_2.5.78.tar.xz
 d30fba5ecc1fa3d37f07602776d45de245327821f0a1889b406320c6e910963d 1108708 
lintian_2.5.78_all.deb
 270e588068dd49004533c19f7c75536e13b4aef0c21da6960ec22efc23c7d242 16080 
lintian_2.5.78_amd64.buildinfo
Files:
 e09c869931245a3978b0c873a38fcc28 3505 devel optional lintian_2.5.78.dsc
 a29a191e29fb8022fdf8d860f6f75552 1541448 devel optional lintian_2.5.78.tar.xz
 0d0f7a0a50b9d094326871dca8eb151e 1108708 devel optional lintian_2.5.78_all.deb
 c37090468d2c700177e93d1795ed6bb4 16080 devel optional 
lintian_2.5.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlqdDOIACgkQHpU+J9Qx
Hljw1g//dbwM5e5RljVPd5ZZ+2hw67be04pz/GdpoqQ7cErjv8RRwp+MJnaxJ+zZ
2z9Mk5kv3Kr9k+GJaqIc5Qz0M4BCmkYvL5sdTl5HIT+6FEuES/ZJ6GSidk7/b4Sc
0H3pmNoWopz0yHebpFSrGiQxDidfnGOnSFoYnYQnf71/RvLe74W1ko5Ozb2qFQsm
NxG2WsxtEN82yng/kCrhxUQb//ghE/rUqbpkptusqSKygTQe2xMIZz/T3t6Sh4OR
wIn3ouszEgG5HXKc3pchMWEvf4vWibDZdB03o3BDswLoDTlBFDvIISpqWNZJqbIb
DSdMUQ5ZSSZo5c2tdhT/8eboHxEj0r7+55Zl86iAaeRTrNiYHpS8Bwa9Zq2RLae+
0D0J3euh0rnpz5J4U0P17gWQ+qytmaDhQdR1FUxtH5UiLiaBROKSftt1D8uDqxGM
A1KTvSHKMhMDNiGLGKsSEWYrgQhHMdv9O8C5NnG1GSP31Mr57JuhHiB4NKxch579
Etw2p9x98HxuufsrlOnvsNE59B5WEj3x3NN66LAnQIM4a9NVWimu9bf8gdks2eMp
cMy9ZpTf93yFlfuKl+KGwAYA630n31vJGmGc68LDXujxnIToo7VLPvDvjer+pDNk
3OILC6lzuz0HZqjtfcr8JfU5v9FCT6H+99Eb4w/lc/ioAlGrgjk=
=syJ8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#891688: marked as done (lintian: warn about missing Vcs-Browser field when Vcs-* mention hosts with browsable archives)

2018-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2018 09:56:22 +
with message-id 
and subject line Bug#891688: fixed in lintian 2.5.78
has caused the Debian Bug report #891688,
regarding lintian: warn about missing Vcs-Browser field when Vcs-* mention 
hosts with browsable archives
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.76
Severity: wishlist

Some packages have a Vcs-* field but no Vcs-Browser field and are
using hosting services that support browsing the VCS tree and history.

An example of a package that should trigger this complaint is debsecan.

I would suggest that it be info level because most of the VCS services
that people use have redirects from the VCS URL to the browse URL.

Please initially detect a missing Vcs-Browser field for the following.
There are definitely more servers that support browsable archives,
but this list will be a reasonable start for this tag.

Vcs-Git: git://anonscm.debian.org/
Vcs-Git: https?://anonscm.debian.org/git/
Vcs-Git: https?://anonscm.debian.org/cgit/
Vcs-Git: git://git.debian.org/
Vcs-Git: https?://git.debian.org/
Vcs-Git: git://alioth.debian.org/
Vcs-Git: https?://alioth.debian.org/anonscm/git/
Vcs-Git: git://anongit.debian.org/
Vcs-Git: https?://git.dgit.debian.org/
Vcs-Git: git://anongit.freedesktop.org/
Vcs-Git: git://anongit.kde.org/
Vcs-Git: git://git.code.sf.net/
Vcs-Git: https?://git.code.sf.net/p/
Vcs-Git: git://*.git.sourceforge.net/
Vcs-Git: git://g...@github.com:
Vcs-Git: git://github.com/
Vcs-Git: https?://github.com/
Vcs-Git: g...@gitlab.com:
Vcs-Git: https?://gitlab.*/
Vcs-Git: https?://salsa.debian.org/
Vcs-Git: git://git.kernel.org/
Vcs-Git: git://gitorious.org/
Vcs-Git: git://*.branchable.com/
Vcs-Git: git://repo.or.cz/
Vcs-Git: https?://repo.or.cz/
Vcs-Git: https?://bitbucket.org/

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.78

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 891688 891794 891935
Changes:
 lintian (2.5.78) unstable; urgency=medium
 .
   * Summary of tag changes:
 + Added:
   - missing-vcs-browser-field
 .
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
   we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 .
   * data/spelling/corrections:
 + [CL] Drop the rouge → rogue correction; it's an (admittedly)
   old-fashioned word for red cheek makeup as well as being a
   fairly-common French word.  It was causing a false-positive in the
   spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
   for the report.  (Closes: #891794)
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
   * data/spelling/corrections:
 + [PW] Add a number of corrections.
Checksums-Sha1:
 f5f9b46095d4fc52bb682dadd9ce181f726d86db 3505 lintian_2.5.78.dsc
 1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
 05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
 b3806e7662304f75c6734ac4f76f7e1d42d870cd 16080 

Bug#892086: lintian: Check for unknown fields in dep5 debian/copyright

2018-03-05 Thread Salvo Tomaselli
Package: lintian
Version: 2.5.76
Severity: wishlist

Dear Maintainer,

by mistake I had used an "Author" field in a dep5 copyright file,
and lintian doesn't complain about unknown fields.

It would be nice to have a warning about this, since it's normally a mistake.

Best

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to it_IT.UTF-8), LANGUAGE=it (charmap=UTF-8) (ignored: LC_ALL set to 
it_IT.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils  2.30-5
ii  bzip2 1.0.6-8.1
ii  diffstat  1.61-1+b1
ii  dpkg  1.19.0.5
ii  file  1:5.32-2
ii  gettext   0.19.8.1-4
ii  intltool-debian   0.35.0+20060710.4
ii  libapt-pkg-perl   0.1.33
ii  libarchive-zip-perl   1.60-1
ii  libclass-accessor-perl0.51-1
ii  libclone-perl 0.39-1
ii  libdpkg-perl  1.19.0.5
ii  libemail-valid-perl   1.202-1
ii  libfile-basedir-perl  0.07-1
ii  libipc-run-perl   0.96-1
ii  liblist-moreutils-perl0.416-1+b3
ii  libparse-debianchangelog-perl 1.2.0-12
ii  libperl5.26 [libdigest-sha-perl]  5.26.1-5
ii  libtext-levenshtein-perl  0.13-1
ii  libtimedate-perl  2.3000-2
ii  liburi-perl   1.73-1
ii  libxml-simple-perl2.24-1
ii  libyaml-libyaml-perl  0.69+repack-1
ii  man-db2.8.1-1
ii  patchutils0.3.4-2
ii  perl  5.26.1-5
ii  t1utils   1.41-2
ii  xz-utils  5.2.2-1.3

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1+b4

Versions of packages lintian suggests:
pn  binutils-multiarch 
ii  dpkg-dev   1.19.0.5
ii  libhtml-parser-perl3.72-3+b2
pn  libtext-template-perl  

-- no debconf information



Bug#891794: marked as done (lintian -- False positive on spelling-error-in-binary)

2018-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2018 09:56:22 +
with message-id 
and subject line Bug#891794: fixed in lintian 2.5.78
has caused the Debian Bug report #891794,
regarding lintian -- False positive on spelling-error-in-binary
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891794: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: lintian
Version: 2.5.67
Severity: normal

A soon to be available package gives:
 I: osmocom-analog: spelling-error-in-binary usr/bin/amps Rouge Rogue

This is a false positive as it comes from:
  osmocom-analog-0.0.1/src/amps/stations.c:   { 85,   0,  "Baton Rouge",  "LA",   
"Cellular One", "504 291 9703", "GTEDS" },
  osmocom-analog-0.0.1/src/amps/stations.c:   { 106,  0,  "Baton Rouge",  "LA",   
"Bell South Mobile","800 351 2400", "GTEDS" },

 Thorsten
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.78

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 891688 891794 891935
Changes:
 lintian (2.5.78) unstable; urgency=medium
 .
   * Summary of tag changes:
 + Added:
   - missing-vcs-browser-field
 .
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
   we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 .
   * data/spelling/corrections:
 + [CL] Drop the rouge → rogue correction; it's an (admittedly)
   old-fashioned word for red cheek makeup as well as being a
   fairly-common French word.  It was causing a false-positive in the
   spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
   for the report.  (Closes: #891794)
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
   * data/spelling/corrections:
 + [PW] Add a number of corrections.
Checksums-Sha1:
 f5f9b46095d4fc52bb682dadd9ce181f726d86db 3505 lintian_2.5.78.dsc
 1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
 05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
 b3806e7662304f75c6734ac4f76f7e1d42d870cd 16080 lintian_2.5.78_amd64.buildinfo
Checksums-Sha256:
 df1d37735463b794d839d4493b3ce6e5620d443833c951906f696c1e418e3144 3505 
lintian_2.5.78.dsc
 5359f3561d061e3bf65f7e8eb6c58b6506d120339482ac8c480c1d3416d5922d 1541448 
lintian_2.5.78.tar.xz
 d30fba5ecc1fa3d37f07602776d45de245327821f0a1889b406320c6e910963d 1108708 
lintian_2.5.78_all.deb
 270e588068dd49004533c19f7c75536e13b4aef0c21da6960ec22efc23c7d242 16080 
lintian_2.5.78_amd64.buildinfo
Files:
 e09c869931245a3978b0c873a38fcc28 3505 devel optional lintian_2.5.78.dsc
 a29a191e29fb8022fdf8d860f6f75552 1541448 devel optional lintian_2.5.78.tar.xz
 0d0f7a0a50b9d094326871dca8eb151e 1108708 devel optional lintian_2.5.78_all.deb
 c37090468d2c700177e93d1795ed6bb4 16080 devel optional 
lintian_2.5.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlqdDOIACgkQHpU+J9Qx
Hljw1g//dbwM5e5RljVPd5ZZ+2hw67be04pz/GdpoqQ7cErjv8RRwp+MJnaxJ+zZ
2z9Mk5kv3Kr9k+GJaqIc5Qz0M4BCmkYvL5sdTl5HIT+6FEuES/ZJ6GSidk7/b4Sc
0H3pmNoWopz0yHebpFSrGiQxDidfnGOnSFoYnYQnf71/RvLe74W1ko5Ozb2qFQsm

Bug#891935: marked as done (lintian: Wil is a common Dutch name making spelling-error-in-copyright buggy)

2018-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2018 09:56:22 +
with message-id 
and subject line Bug#891935: fixed in lintian 2.5.78
has caused the Debian Bug report #891935,
regarding lintian: Wil is a common Dutch name making 
spelling-error-in-copyright buggy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.76
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Recently I started seeing "spelling-error-in-copyright Wil Will". I checked my
copyright file and the only Wil I could find is in the names of copyright
holders. Wil is a rather common name in the Netherlands, please don't assume it
is a spelling error.

Paul

- -- System Information:
Debian Release: buster/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (200, 'testing'), (50, 
'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian depends on:
ii  binutils  2.30-5
ii  bzip2 1.0.6-8.1
ii  diffstat  1.61-1+b1
ii  dpkg  1.19.0.5
ii  file  1:5.32-2
ii  gettext   0.19.8.1-4
ii  intltool-debian   0.35.0+20060710.4
ii  libapt-pkg-perl   0.1.33
ii  libarchive-zip-perl   1.60-1
ii  libclass-accessor-perl0.51-1
ii  libclone-perl 0.39-1
ii  libdpkg-perl  1.19.0.5
ii  libemail-valid-perl   1.202-1
ii  libfile-basedir-perl  0.07-1
ii  libipc-run-perl   0.96-1
ii  liblist-moreutils-perl0.416-1+b3
ii  libparse-debianchangelog-perl 1.2.0-12
ii  libperl5.26 [libdigest-sha-perl]  5.26.1-5
ii  libtext-levenshtein-perl  0.13-1
ii  libtimedate-perl  2.3000-2
ii  liburi-perl   1.73-1
ii  libxml-simple-perl2.24-1
ii  libyaml-libyaml-perl  0.69+repack-1
ii  man-db2.8.1-1
ii  patchutils0.3.4-2
ii  perl  5.26.1-5
ii  t1utils   1.41-2
ii  xz-utils  5.2.2-1.3

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1+b4

Versions of packages lintian suggests:
pn  binutils-multiarch 
ii  dpkg-dev   1.19.0.5
ii  libhtml-parser-perl3.72-3+b2
ii  libtext-template-perl  1.47-1

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAlqZoCEACgkQnFyZ6wW9
dQr8/Qf+ITyMRePzBEo48URc52DodD3CKpddhspKiCoYZAYGJU7JtI/x+u+Erl7d
/nxWQd1cmx9ngvlDoStf4fMjQBQYxu6dStwQ6syzNgiIxTQ6T4kQVU9VQpWOUSxR
olKvhBB4t7rOqYXxZYR5MHK7Ryq7DP8JnOaHSwR7VssoMn8smsXFnxt7DyJJmxo1
ydol/dMgq6JSzVEmzqrb3hBZuZsew3dBJ3RmBjp2osnesmuRg2gYl7op46Az/NyC
DJZVuJ6e/udJCYLZjOVG/pvwhFJN/nZFggpGr6lvPXEl4Xo676hpGEPGFi4FQJoR
hB+0wPc9fZ+YdUvnYoVll8hR9n+xoQ==
=n6Sz
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.78

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 

Accepted lintian 2.5.78 (source all) into unstable

2018-03-05 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 891688 891794 891935
Changes:
 lintian (2.5.78) unstable; urgency=medium
 .
   * Summary of tag changes:
 + Added:
   - missing-vcs-browser-field
 .
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
   we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 .
   * data/spelling/corrections:
 + [CL] Drop the rouge → rogue correction; it's an (admittedly)
   old-fashioned word for red cheek makeup as well as being a
   fairly-common French word.  It was causing a false-positive in the
   spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
   for the report.  (Closes: #891794)
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
   * data/spelling/corrections:
 + [PW] Add a number of corrections.
Checksums-Sha1:
 f5f9b46095d4fc52bb682dadd9ce181f726d86db 3505 lintian_2.5.78.dsc
 1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
 05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
 b3806e7662304f75c6734ac4f76f7e1d42d870cd 16080 lintian_2.5.78_amd64.buildinfo
Checksums-Sha256:
 df1d37735463b794d839d4493b3ce6e5620d443833c951906f696c1e418e3144 3505 
lintian_2.5.78.dsc
 5359f3561d061e3bf65f7e8eb6c58b6506d120339482ac8c480c1d3416d5922d 1541448 
lintian_2.5.78.tar.xz
 d30fba5ecc1fa3d37f07602776d45de245327821f0a1889b406320c6e910963d 1108708 
lintian_2.5.78_all.deb
 270e588068dd49004533c19f7c75536e13b4aef0c21da6960ec22efc23c7d242 16080 
lintian_2.5.78_amd64.buildinfo
Files:
 e09c869931245a3978b0c873a38fcc28 3505 devel optional lintian_2.5.78.dsc
 a29a191e29fb8022fdf8d860f6f75552 1541448 devel optional lintian_2.5.78.tar.xz
 0d0f7a0a50b9d094326871dca8eb151e 1108708 devel optional lintian_2.5.78_all.deb
 c37090468d2c700177e93d1795ed6bb4 16080 devel optional 
lintian_2.5.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlqdDOIACgkQHpU+J9Qx
Hljw1g//dbwM5e5RljVPd5ZZ+2hw67be04pz/GdpoqQ7cErjv8RRwp+MJnaxJ+zZ
2z9Mk5kv3Kr9k+GJaqIc5Qz0M4BCmkYvL5sdTl5HIT+6FEuES/ZJ6GSidk7/b4Sc
0H3pmNoWopz0yHebpFSrGiQxDidfnGOnSFoYnYQnf71/RvLe74W1ko5Ozb2qFQsm
NxG2WsxtEN82yng/kCrhxUQb//ghE/rUqbpkptusqSKygTQe2xMIZz/T3t6Sh4OR
wIn3ouszEgG5HXKc3pchMWEvf4vWibDZdB03o3BDswLoDTlBFDvIISpqWNZJqbIb
DSdMUQ5ZSSZo5c2tdhT/8eboHxEj0r7+55Zl86iAaeRTrNiYHpS8Bwa9Zq2RLae+
0D0J3euh0rnpz5J4U0P17gWQ+qytmaDhQdR1FUxtH5UiLiaBROKSftt1D8uDqxGM
A1KTvSHKMhMDNiGLGKsSEWYrgQhHMdv9O8C5NnG1GSP31Mr57JuhHiB4NKxch579
Etw2p9x98HxuufsrlOnvsNE59B5WEj3x3NN66LAnQIM4a9NVWimu9bf8gdks2eMp
cMy9ZpTf93yFlfuKl+KGwAYA630n31vJGmGc68LDXujxnIToo7VLPvDvjer+pDNk
3OILC6lzuz0HZqjtfcr8JfU5v9FCT6H+99Eb4w/lc/ioAlGrgjk=
=syJ8
-END PGP SIGNATURE-



Processing of lintian_2.5.78_amd64.changes

2018-03-05 Thread Debian FTP Masters
lintian_2.5.78_amd64.changes uploaded successfully to localhost
along with the files:
  lintian_2.5.78.dsc
  lintian_2.5.78.tar.xz
  lintian_2.5.78_all.deb
  lintian_2.5.78_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[lintian] branch master updated (b96db1a -> 6e378db)

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository lintian.

  from  b96db1a   Open new changelog entry for 2.5.79.
   new  6e378db   spelling: Add another correction

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/spelling/corrections | 1 +
 1 file changed, 1 insertion(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 01/01: spelling: Add another correction

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 6e378db186f2c50e81e7460d70f04ff356b242ec
Author: Paul Wise 
Date:   Mon Mar 5 11:19:23 2018 +0800

spelling: Add another correction
---
 data/spelling/corrections | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/spelling/corrections b/data/spelling/corrections
index b43dd16..98c313c 100644
--- a/data/spelling/corrections
+++ b/data/spelling/corrections
@@ -1946,6 +1946,7 @@ icluding||including
 identation||indentation
 identifer||identifier
 identifers||identifiers
+identifyable||identifiable
 idicated||indicated
 idicate||indicate
 idicates||indicates

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] annotated tag 2.5.78 created (now ced57cd)

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a change to annotated tag 2.5.78
in repository lintian.

at  ced57cd   (tag)
   tagging  3e0ca4870c1982de7c698ba3497434abee426c9c (commit)
  replaces  2.5.77
 tagged by  Chris Lamb
on  Mon Mar 5 09:24:47 2018 +

- Log -
Format: 1.8
Date: Mon, 05 Mar 2018 09:05:57 +
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers 
Changed-By: Chris Lamb 
Description:
 lintian- Debian package checker
Closes: 891688 891794 891935
Changes:
 lintian (2.5.78) unstable; urgency=medium
 .
   * Summary of tag changes:
 + Added:
   - missing-vcs-browser-field
 .
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
   we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 .
   * data/spelling/corrections:
 + [CL] Drop the rouge → rogue correction; it's an (admittedly)
   old-fashioned word for red cheek makeup as well as being a
   fairly-common French word.  It was causing a false-positive in the
   spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
   for the report.  (Closes: #891794)
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
   * data/spelling/corrections:
 + [PW] Add a number of corrections.
Checksums-Sha1:
 2c3c8bc6da9ac9ac3a82142cae99a2aa56148f8e 2622 lintian_2.5.78.dsc
 1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
 05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
 93361c7a71a47c26cd4cb4fdd5dfd5b89648a384 15197 lintian_2.5.78_amd64.buildinfo
Checksums-Sha256:
 59deda789344769b7e60d6ac548a50d7340c153456eeb940b5b61f73aa8f71fa 2622 
lintian_2.5.78.dsc
 5359f3561d061e3bf65f7e8eb6c58b6506d120339482ac8c480c1d3416d5922d 1541448 
lintian_2.5.78.tar.xz
 d30fba5ecc1fa3d37f07602776d45de245327821f0a1889b406320c6e910963d 1108708 
lintian_2.5.78_all.deb
 af753f3b3a78d086488d7e8287914eebae6268256ca936dd4daab469cc0b45be 15197 
lintian_2.5.78_amd64.buildinfo
Files:
 be5926da9b8024e2bd475273eb947875 2622 devel optional lintian_2.5.78.dsc
 a29a191e29fb8022fdf8d860f6f75552 1541448 devel optional lintian_2.5.78.tar.xz
 0d0f7a0a50b9d094326871dca8eb151e 1108708 devel optional lintian_2.5.78_all.deb
 bf3308eacc128ca3a4edfad1f2a1b897 15197 devel optional 
lintian_2.5.78_amd64.buildinfo
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlqdDN8ACgkQHpU+J9Qx
Hlj0uA//XabQaykPtCjUivXn70vOop2fGKXCtiyBHmnqrv3z5T9ScGhLuZ62hwGh
z5nDOO51qzRUOIUDp0vkPoNgq8O6PLoNtbEFIL02OmFTM2bwliw9K98wrmIIjiPh
r1VGu4w+yJic+DhLPa1faOg3benlPmBW6iIH6c+KZnlMtdrrXCjKTo0Oggw5fYg1
K45IRX15Wh+IrNzZx+Mob1qFjmtxsQlddBVDtg0LBjJWBZP96X8MbepxruuVZB6t
2HmVUUKOj6JxnRBuMhRYa4ChrJUwnRGUCnHHDh2JodQwbgkwq92fYqRmbCQMYbHQ
G2XPN9zm/8e2sC4JzDZbE9WG9kkVvdmlHBqIWxSc+8l0+vxuVoChjbYtLvmhO0ub
0ekZkjFh8E74Oscl4cRFGHcQT6JKXLUu19NV4OguDr+FlVY81ak4BXguniUfTEHG
HtlI2KOKNO6B9/451aahPJqJAR2uMdehfPxrlwvQELVt9NwdHeCzti3ixeRsc5H2
P/lDoPKWGpJDY72e53SUXsfJvfDHcETiPzPdserhn7qZ3xIhetPNMCK+cTaa536V
xrrAgWDz4ByUQr90vfPSQRqZ1pc70YHP2xLtmHgrhjHA9+th5qTIDkFFpxUjnK8g
QK1tCh/3AsHlV5uIvJ+Y/gyyDGMshiD0zYwP1wPMKHhRq7i+xvw=
=0kPR
-END PGP SIGNATURE-

Chris Lamb (10):
  Open new changelog entry for 2.5.78.
  usual -> unusual.
  Warn about packages that are missing a Vcs-Browser header when we know 
that they have at least one Vcs-* header that has has a browser-based 
interface. (Closes: #891688)
  Drop the rouge → rogue correction; it's an (admittedly) old-fashioned 
word for red cheek makeup as well as being a fairly-common French word. It was 
causing a false-positive in the spelling-error-in-binary tag for 
osmocom-analog. Thorsten Alteholz for the report. (Closes: #891794)
  Update test for missing-vcs-browser-field warning.
  checks/fields.pm: Include the offending Vcs-* line in the tag output.
  Drop the wil → will correction as Wil is "a rather common name in the 
Netherlands". Thanks to Paul Gevers for the report. (Closes: #891935)
  Update fields/vcs-browsers; the initial list was not escaped correctly.  
Thanks pabs!
  Drop duplicate word in changelog. Thanks, Lintian!
  Release lintian/2.5.78 into unstable.

Paul Wise (7):
  spelling: Add several corrections
  spelling: Add another correction
  spelling: Add several corrections
  spelling: Add another correction
  spelling: Add several corrections
  spelling: Add another correction
  spelling: Add several corrections


[lintian] branch master updated (3e0ca48 -> b96db1a)

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository lintian.

  from  3e0ca48   Release lintian/2.5.78 into unstable.
   new  b96db1a   Open new changelog entry for 2.5.79.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 01/02: Drop duplicate word in changelog. Thanks, Lintian!

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 6d5670742094ee68721813ad6de4de924141014c
Author: Chris Lamb 
Date:   Mon Mar 5 09:05:34 2018 +

Drop duplicate word in changelog. Thanks, Lintian!
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f866e54..5bf59da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ lintian (2.5.78) UNRELEASED; urgency=medium
 
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
-  we know that they have at least one Vcs-* header that has has a
+  we know that they have at least one Vcs-* header that has a
   browser-based interface.  Thanks to Paul Wise for the report.
   (Closes: #891688)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 01/01: Open new changelog entry for 2.5.79.

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit b96db1a4d7b2f01fe99c40ada90097332cbc3098
Author: Chris Lamb 
Date:   Mon Mar 5 09:26:47 2018 +

Open new changelog entry for 2.5.79.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d685efa..cb62804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lintian (2.5.79) UNRELEASED; urgency=medium
+
+  XXX: generate tag summary
+
+ -- Chris Lamb   Mon, 05 Mar 2018 09:26:41 +
+
 lintian (2.5.78) unstable; urgency=medium
 
   * Summary of tag changes:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git



[lintian] 02/02: Release lintian/2.5.78 into unstable.

2018-03-05 Thread Chris Lamb
This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 3e0ca4870c1982de7c698ba3497434abee426c9c
Author: Chris Lamb 
Date:   Mon Mar 5 09:06:32 2018 +

Release lintian/2.5.78 into unstable.
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5bf59da..d685efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-lintian (2.5.78) UNRELEASED; urgency=medium
+lintian (2.5.78) unstable; urgency=medium
 
-  XXX: generate tag summary
+  * Summary of tag changes:
++ Added:
+  - missing-vcs-browser-field
 
   * checks/fields.{desc,pm}:
 + [CL] Warn about packages that are missing a Vcs-Browser header when
@@ -17,8 +19,10 @@ lintian (2.5.78) UNRELEASED; urgency=medium
 + [CL] Drop the wil → will correction as Wil is "a rather common
   name in the Netherlands".  Thanks to Paul Gevers for the report.
   (Closes: #891935)
+  * data/spelling/corrections:
++ [PW] Add a number of corrections.
 
- -- Chris Lamb   Tue, 27 Feb 2018 14:04:15 +
+ -- Chris Lamb   Mon, 05 Mar 2018 09:05:57 +
 
 lintian (2.5.77) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git