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

Jonathan Riddell null at kde.org
Thu Oct 1 15:22:46 BST 2020


Git commit 26b25012fbb812f6e8e27e1ee7f28d0151478beb by Jonathan Riddell.
Committed on 01/10/2020 at 14:22.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +25   -0    debian/control
A  +28   -0    debian/copyright
A  +4    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/plasma-systemmonitor/commit/26b25012fbb812f6e8e27e1ee7f28d0151478beb

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5fccc4d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+plasma-systemmonitor (0) nxos; urgency=medium
+
+  * Update name.
+
+ -- Uri Herrera <uri_herrera at nxos.org>  Tue, 25 Jun 2019 18:03:00 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b873d1a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: plasma-systemmonitor
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper (>= 12),
+               extra-cmake-modules,
+               libkf5config-dev,
+               libkf5dbusaddons-dev,
+               libkf5declarative-dev,
+               libkf5globalaccel-dev,
+               libkf5i18n-dev,
+               libkf5kio-dev,
+               libkf5service-dev,
+               qtbase5-dev,
+               qtdeclarative5-dev
+Standards-Version: 3.9.6
+
+Package: plasma-systemmonitor
+Architecture: any
+Depends: qml-module-qt-labs-qmlmodels, ${misc:Depends}, ${shlibs:Depends}
+Description: application for monitoring system resources
+ Plasma System Monitor provides an interface for monitoring system
+ sensors, process information and other system resources.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3f9ba8e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plasma-systemmonitor
+Source: https://invent.kde.org/plasma/plasma-systemmonitor
+
+Files: *
+Copyright: 2020 Blue Systems
+License: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
+
+Files: debian/*
+Copyright: 2020 Jonathan Riddell <jr at jriddell.org>
+License: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
+
+License: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
+ This program 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 3 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/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9a9b10c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with 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