[neon/neon-packaging/kjournald/Neon/unstable] debian: new package
Jonathan Esk-Riddell
null at kde.org
Sun Oct 2 16:11:50 BST 2022
Git commit 02dfb928bd00d759baabfdb6b865a188e0da7eea by Jonathan Esk-Riddell.
Committed on 02/10/2022 at 15:11.
Pushed by jriddell into branch 'Neon/unstable'.
new package
A +1 -0 debian/.gitattributes
A +5 -0 debian/changelog
A +28 -0 debian/control
A +7 -0 debian/copyright
A +5 -0 debian/rules
A +1 -0 debian/source/format
A +2 -0 debian/watch [INFRASTRUCTURE]
https://invent.kde.org/neon/neon-packaging/kjournald/commit/02dfb928bd00d759baabfdb6b865a188e0da7eea
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..9a0fcdd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kjournald (0.0-0neon) focal; urgency=medium
+
+ * New app
+
+ -- Neon CI <neon at kde.org> Mon, 11 Jul 2022 09:30:02 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..89b8910
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: kjournald
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake (>= 3.1~),
+ debhelper-compat (= 13),
+ extra-cmake-modules (>= 5.77.0~),
+ libkf5i18n-dev,
+ libkf5coreaddons-dev,
+ qtquickcontrols2-5-dev,
+ qtdeclarative5-dev,
+ qtbase5-dev (>= 5.15.0~),
+Standards-Version: 4.1.4
+
+Package: kjournald
+Architecture: any
+Depends: qml-module-org-kde-kirigami2,
+ qml-module-qt-labs-qmlmodels,
+ qml-module-qtquick-layouts,
+ qml6-module-qtquick-window,
+ qml-module-qtquick-dialogs,
+ qml-module-qtquick-controls2,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: flexible tool to browse in local, remote and offline journald databases
+ Journald-browser is a reference implementation of the kjournald
+ library and provides a flexible tool to browse in local, remote and
+ offline journald databases.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0f2089d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kjournald
+Source: https://invent.kde.org/libraries/kjournald
+
+Files: *
+Copyright:
+License: LGPL-2+
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..01f7928
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ http://download.kde.org/stable/kjournald/([\d.]+)/@PACKAGE at -([\d.]+).tar.xz
More information about the Neon-commits
mailing list