Lintian Fixes - nuspell
Ready changes
Merge these changes:
git pull https://janitor.debian.net/git/nuspell lintian-fixes/main
Summary
- debian/copyright: use spaces rather than tabs to start continuation lines. (tab-in-license-text)
- Use secure URI in Homepage field. (homepage-field-uses-insecure-uri)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-09-19 21:46:24 +0000
+++ b/debian/changelog 2020-11-25 17:06:32 +0000
@@ -1,3 +1,12 @@
+nuspell (3.0.0-3) UNRELEASED; urgency=medium
+
+ * debian/copyright: use spaces rather than tabs to start continuation lines.
+ * Use secure URI in Homepage field.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk> Wed, 25 Nov 2020 17:06:10 -0000
+
nuspell (3.0.0-2) unstable; urgency=medium
* source upload
=== modified file 'debian/control'
--- a/debian/control 2020-09-19 21:46:24 +0000
+++ b/debian/control 2020-11-25 17:06:21 +0000
@@ -9,7 +9,7 @@
, libicu-dev
Standards-Version: 4.5.0
Section: text
-Homepage: http://nuspell.github.io/
+Homepage: https://nuspell.github.io/
Vcs-Browser: https://salsa.debian.org/alteholz/nuspell
Vcs-Git: https://salsa.debian.org/alteholz/nuspell.git
=== modified file 'debian/copyright'
--- a/debian/copyright 2020-09-19 21:45:44 +0000
+++ b/debian/copyright 2020-11-25 17:06:14 +0000
@@ -8,57 +8,57 @@
Files: debian/*
Copyright: 2017-2020 Dimitrij Mijoski, Sander van Geloven
- 2020 Thorsten Alteholz
+ 2020 Thorsten Alteholz
License: LGPL-3
Files: src/hunspell/phonet.hxx
- src/hunspell/phonet.cxx
+ src/hunspell/phonet.cxx
Copyright: 2007 Bjoern Jacke <bjoern at j3e.de>
License: LGPL-2.1
Files: src/hunspell/hunzip.hxx
- src/hunspell/csutil.hxx
- src/hunspell/baseaffix.hxx
- src/hunspell/hashmgr.hxx
- src/hunspell/hashmgr.cxx
- src/hunspell/affixmgr.cxx
- src/hunspell/hunzip.cxx
- src/hunspell/atypes.hxx
- src/hunspell/w_char.hxx
- src/hunspell/hunspell.cxx
- src/hunspell/affentry.cxx
- src/hunspell/filemgr.hxx
- src/hunspell/langnum.hxx
- src/hunspell/utf_info.hxx
- src/hunspell/suggestmgr.cxx
- src/hunspell/csutil.cxx
- src/tools/munch.cxx
- src/tools/analyze.cxx
- src/tools/bulkcheck.cxx
- src/tools/hzip.cxx
- src/tools/fuzzer.cxx
- src/tools/unmunch.cxx
- src/tools/munch.h
- src/tools/hunzip.cxx
- src/tools/example.cxx
- src/tools/chmorph.cxx
- src/tools/unmunch.h
- src/tools/hunspell.cxx
- src/parsers/htmlparser.cxx
- src/parsers/odfparser.cxx
- src/parsers/testparser.cxx
- src/parsers/latexparser.hxx
- src/parsers/htmlparser.hxx
- src/parsers/xmlparser.cxx
- src/parsers/manparser.hxx
- src/parsers/firstparser.hxx
- src/parsers/xmlparser.hxx
- src/parsers/textparser.hxx
- src/parsers/latexparser.cxx
- src/parsers/odfparser.hxx
- src/parsers/manparser.cxx
- src/parsers/firstparser.cxx
- src/parsers/textparser.cxx
+ src/hunspell/csutil.hxx
+ src/hunspell/baseaffix.hxx
+ src/hunspell/hashmgr.hxx
+ src/hunspell/hashmgr.cxx
+ src/hunspell/affixmgr.cxx
+ src/hunspell/hunzip.cxx
+ src/hunspell/atypes.hxx
+ src/hunspell/w_char.hxx
+ src/hunspell/hunspell.cxx
+ src/hunspell/affentry.cxx
+ src/hunspell/filemgr.hxx
+ src/hunspell/langnum.hxx
+ src/hunspell/utf_info.hxx
+ src/hunspell/suggestmgr.cxx
+ src/hunspell/csutil.cxx
+ src/tools/munch.cxx
+ src/tools/analyze.cxx
+ src/tools/bulkcheck.cxx
+ src/tools/hzip.cxx
+ src/tools/fuzzer.cxx
+ src/tools/unmunch.cxx
+ src/tools/munch.h
+ src/tools/hunzip.cxx
+ src/tools/example.cxx
+ src/tools/chmorph.cxx
+ src/tools/unmunch.h
+ src/tools/hunspell.cxx
+ src/parsers/htmlparser.cxx
+ src/parsers/odfparser.cxx
+ src/parsers/testparser.cxx
+ src/parsers/latexparser.hxx
+ src/parsers/htmlparser.hxx
+ src/parsers/xmlparser.cxx
+ src/parsers/manparser.hxx
+ src/parsers/firstparser.hxx
+ src/parsers/xmlparser.hxx
+ src/parsers/textparser.hxx
+ src/parsers/latexparser.cxx
+ src/parsers/odfparser.hxx
+ src/parsers/manparser.cxx
+ src/parsers/firstparser.cxx
+ src/parsers/textparser.cxx
Copyright: (C) 2002-2017 Németh László
License: MPL-1.1 or LGPL-2.1 or GPL-2
Comment: hunspell files are based on Myspell, which is:
=== added directory 'debian/upstream'
=== added file 'debian/upstream/metadata'
--- a/debian/upstream/metadata 1970-01-01 00:00:00 +0000
+++ b/debian/upstream/metadata 2020-11-25 17:06:32 +0000
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/nuspell/nuspell/issues
+Bug-Submit: https://github.com/nuspell/nuspell/issues/new
+Repository: https://github.com/nuspell/nuspell.git
+Repository-Browse: https://github.com/nuspell/nuspell
Debdiff
[The following lists of changes regard files as different if they have different names, permissions or owners.]
Files in second set of .debs but not in first
-rw-r--r-- root/root /usr/lib/debug/.build-id/6f/40f494b77d0b4fdfdfc2cca99c4a2b001870cc.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/f6/65af2d2f0a6ac92ebb9ce1ffdd40a069614f9c.debug
Files in first set of .debs but not in second
-rw-r--r-- root/root /usr/lib/debug/.build-id/89/df70c6f7184d5c25bbd79a56b284319db6e9af.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a5/1b098dc4911a885074318720a01fed09882fb1.debug
Control files of package libnuspell-dev: lines which differ (wdiff format)
Homepage: http://nuspell.github.io/ https://nuspell.github.io/
Control files of package libnuspell3: lines which differ (wdiff format)
Homepage: http://nuspell.github.io/ https://nuspell.github.io/
Control files of package libnuspell3-dbgsym: lines which differ (wdiff format)
Build-Ids: a51b098dc4911a885074318720a01fed09882fb1 6f40f494b77d0b4fdfdfc2cca99c4a2b001870cc
Control files of package nuspell: lines which differ (wdiff format)
Homepage: http://nuspell.github.io/ https://nuspell.github.io/
Control files of package nuspell-dbgsym: lines which differ (wdiff format)
Build-Ids: 89df70c6f7184d5c25bbd79a56b284319db6e9af f665af2d2f0a6ac92ebb9ce1ffdd40a069614f9c
Run locally
Try this locally (using the lintian-brush package):
debcheckout nuspell
cd nuspell
lintian-brush