[neon/neon-packaging/bbppairings/Neon/unstable] debian: initial packaging

Carlos De Maine null at kde.org
Wed Apr 22 15:07:26 BST 2026


Git commit e0c324c670f9a9398f9175a3c70a424cea28be72 by Carlos De Maine.
Committed on 22/04/2026 at 14:07.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging

A  +5    -0    debian/changelog
A  +27   -0    debian/control
A  +47   -0    debian/copyright
A  +26   -0    debian/rules
A  +1    -0    debian/source/format
A  +5    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/bbppairings/-/commit/e0c324c670f9a9398f9175a3c70a424cea28be72

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..139ef46
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bbppairings (6.0.0-1) UNRELEASED; urgency=medium
+
+  * Initial packaging.
+
+ -- KDE neon <neon at kde.org>  Wed, 22 Apr 2026 23:53:24 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2d99c3b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: bbppairings
+Section: unknown
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+Standards-Version: 4.6.2
+Homepage: https://github.com/BieremaBoyzProgramming/bbpPairings
+Vcs-Browser: https://invent.kde.org/neon/neon-packaging/bbppairings
+Vcs-Git: https://invent.kde.org/neon/neon-packaging/bbppairings.git
+
+Package: bbppairings
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: A Swiss-system chess tournament engine
+ BBP Pairings is an engine for pairing players in a Swiss-system chess
+ tournament. It attempts to implement rules specified in the FIDE handbook. It is
+ not a full tournament manager, just an engine for computing the pairings.
+ .
+ The program currently implements the 2025 rules for the Dutch system (the
+ effective date for the rules was delayed to 2026). It also includes a flawed
+ implementation of a previous version of the Burstein system. The implementation
+ of the Burstein system has not been endorsed by FIDE.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2f4e98f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: <url://example.com>
+Upstream-Name: bbppairings
+Upstream-Contact: <preferred name and address to reach the upstream project>
+
+Files:
+ *
+Copyright:
+ <years> <put author's name and email here>
+ <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use
+# the following clauses, or change it to suit. Delete these two lines
+Files:
+ debian/*
+Copyright:
+ 2026 KDE neon <neon at kde.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+#
+# If you need, there are some extra license texts available in two places:
+#   /usr/share/debhelper/dh_make/licenses/
+#   /usr/share/common-licenses/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f1d1d25
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+
+# See debhelper(7) (uncomment to enable).
+# Output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+
+# See FEATURE AREAS in dpkg-buildflags(1).
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# See ENVIRONMENT in dpkg-buildflags(1).
+# Package maintainers to append CFLAGS.
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# Package maintainers to append LDFLAGS.
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+	dh $@
+
+
+# dh_make generated override targets.
+# This is an example for Cmake (see <https://bugs.debian.org/641051>).
+#override_dh_auto_configure:
+#	dh_auto_configure -- \
+#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9cdef55
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE at -$1%" \
+    https://github.com/BieremaBoyzProgramming/bbpPairings/tags \
+    (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@


More information about the Neon-commits mailing list