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

Carlos De Maine null at kde.org
Mon Nov 18 00:15:08 GMT 2024


Git commit e4a7fc33695c971c7c595956b2004ca37e75fb5e by Carlos De Maine.
Committed on 18/11/2024 at 00:13.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +27   -0    debian/control
A  +40   -0    debian/copyright
A  +7    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/kodaskanna/-/commit/e4a7fc33695c971c7c595956b2004ca37e75fb5e

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..52c3f1f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kodascanna (0.0-0neon) noble; urgency=medium
+
+  * Initial packaging
+
+ -- Neon CI <neon at kde.org>  Mon, 18 Nov 2024 10:04:07 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e19e064
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: kodascanna
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-purpose-dev,
+               libzxing-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-multimedia-dev,
+Standards-Version: 4.6.2
+Homepage: http://www.kde.org/
+
+Package: kodascanna
+Architecture: any
+Section: devel
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE code scanner
+ A multi-format 1D/2D code scanner
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7f685ac
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kodascanna
+Upstream-Contact: Friedrich W. H. Kossebau <kossebau at kde.org>
+Source: http://www.kde.org/download/
+
+Files: *
+Copyright: 2022 Friedrich W. H. Kossebau <kossebau at kde.org>
+License: BSD-3-Clause
+ Kodascanna is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation and appearing in the
+ file COPYING included in the packaging of this file;  either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This program 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;  see the file COPYING.  If
+ not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright: 2019 Jonathan Riddell <jr at jriddell.org>
+License: GPL-2+
+ This file may be distributed and/or modified under the terms of the
+ GNU General Public License version 2 as published by the Free Software
+ Foundation and appearing in the file COPYING included in the
+ packaging of this file.
+ .
+ As a special exception, permission is given to link this program
+ with any edition of Qt, and distribute the resulting executable,
+ without including the source code for Qt in the source distribution.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f21e70f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+%:
+	dh $@ --with kf6 --buildsystem kf6
+
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)


More information about the Neon-commits mailing list