Run of lintian-fixes for salliere
Try this locally (using the lintian-brush package):
debcheckout salliere
cd salliere
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/salliere lintian-fixes/main
Summary
- Trim trailing whitespace. (file-contains-trailing-whitespace)
- Bump debhelper from old 11 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Use canonical URL in Vcs-Browser. (vcs-field-not-canonical)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2018-04-01 15:02:38 +0000
+++ b/debian/changelog 2019-12-10 12:42:24 +0000
@@ -1,3 +1,12 @@
+salliere (0.10-4) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Use canonical URL in Vcs-Browser.
+
+ -- Debian Janitor <janitor@jelmer.uk> Tue, 10 Dec 2019 12:41:16 +0000
+
salliere (0.10-3) unstable; urgency=medium
* debian/control: use debhelper 11
@@ -131,4 +140,3 @@
* Initial release
-- Matthew Johnson <debian@matthew.ath.cx> Sun, 29 Apr 2007 00:29:07 +0100
-
=== removed file 'debian/compat'
--- a/debian/compat 2018-04-01 15:02:38 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-11
=== modified file 'debian/control'
--- a/debian/control 2018-04-01 15:02:38 +0000
+++ b/debian/control 2019-12-10 12:42:24 +0000
@@ -1,7 +1,7 @@
Source: salliere
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>= 11)
+Build-Depends: debhelper-compat (= 12)
, default-jdk
, fastjar
, docbook-to-man
@@ -14,7 +14,7 @@
Standards-Version: 4.1.3
Section: games
Homepage: http://www.matthew.ath.cx/projects/salliere/
-Vcs-Browser: https://salsa.debian.org/alteholz/salliere.git
+Vcs-Browser: https://salsa.debian.org/alteholz/salliere
Vcs-Git: https://salsa.debian.org/alteholz/salliere.git
Package: salliere
@@ -36,4 +36,3 @@
board-by-board results.
.
This package contains the GUI frontend for salliere.
-