[neon/games/chessament/Neon/unstable] debian: fix the lints

Carlos De Maine null at kde.org
Wed Apr 22 14:21:20 BST 2026


Git commit 64ddaa739981eb16adf4056ab4b898b8699a15ca by Carlos De Maine.
Committed on 22/04/2026 at 13:20.
Pushed by carlosdem into branch 'Neon/unstable'.

fix the lints

M  +2    -1    debian/changelog
M  +3    -3    debian/control
M  +26   -2    debian/copyright

https://invent.kde.org/neon/games/chessament/-/commit/64ddaa739981eb16adf4056ab4b898b8699a15ca

diff --git a/debian/changelog b/debian/changelog
index 595831c..a51c1f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,5 @@ chessament (0.1.0-0neon) noble; urgency=medium
 
   * Initial packaging
 
- -- Neon CI <neon at kde.org>  Wed, 22 Apr 2026 12:38 +0000
+ -- Neon CI <neon at kde.org>  Wed, 22 Apr 2026 12:38:12 +0000
+
diff --git a/debian/control b/debian/control
index 6c1bbdc..6c8730a 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
 Description: KDE chess tournament manager.
  Chessament is a chess tournament manager for using KDE technologies.
  Features include:
- - Register players
- - Pair rounds
- - Calculate standings
+  - Register players
+  - Pair rounds
+  - Calculate standings
diff --git a/debian/copyright b/debian/copyright
index fba0eca..70d20aa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,29 @@
 Copyright © 2024 Manuel Alcaraz Zambrano <manuel at alcarazzam.dev>
 Upstream Author: Manuel Alcaraz Zambrano <manuel at alcarazzam.dev>
 License: BSD-3-Clause
-On Debian systems, the complete text of the BSD-3-Clause License
-can be found in the file `/usr/share/common-licenses/BSD-3-Clause'.
+ Copyright (c) <year> <owner>. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


More information about the Neon-commits mailing list