[neon/neon-packaging/licentia/Neon/unstable] debian: initial package

Jonathan Esk-Riddell null at kde.org
Thu Nov 3 12:36:45 GMT 2022


Git commit 5523196e1c8c86c9a712ebab8ef9d034c59c12f4 by Jonathan Esk-Riddell.
Committed on 03/11/2022 at 12:36.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

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

https://invent.kde.org/neon/neon-packaging/licentia/commit/5523196e1c8c86c9a712ebab8ef9d034c59c12f4

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..1ce7ee6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+licentia (0.0-0neon) jammy; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Tue, 06 Sep 2022 15:47:38 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4cf5d22
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: licentia
+Section: kde
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               extra-cmake-modules,
+               kirigami2-dev,
+               libkf5config-dev,
+               libkf5coreaddons-dev,
+               libkf5dbusaddons-dev,
+               libkf5i18n-dev,
+               libkf5itemmodels-dev,
+               libqt5svg5-dev,
+               pkg-kde-tools,
+               qtbase5-dev,
+               qtquickcontrols2-5-dev
+Standards-Version: 4.5.0
+Homepage: https://invent.kde.org/sdk/licentia
+
+Package: licentia
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Choose a license for your project
+ Licentia helps you choose a license for your project, it allows you
+ to check the license's permissions, conditions and limitations, how
+ to add said license to your project and read the full license.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f3bb1a8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kio-s3
+Source: https://invent.kde.org/system/kio-s3
+
+Files: *
+Copyright: 2022 Elvis
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5c87712
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf5 --buildsystem kf5
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