[neon/neon/plasma-bigscreen-meta/Neon/unstable] debian: initial package

Jonathan Esk-Riddell null at kde.org
Thu Oct 27 12:39:15 BST 2022


Git commit 1e6c70403881d93282ecc5d392966964eae7ddfb by Jonathan Esk-Riddell.
Committed on 27/10/2022 at 11:39.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +5    -0    debian/changelog
A  +18   -0    debian/control
A  +15   -0    debian/copyright
A  +3    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon/plasma-bigscreen-meta/commit/1e6c70403881d93282ecc5d392966964eae7ddfb

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cec1386
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+plasma-bigscreen-meta (1) jammy; urgency=medium
+
+  * Initial package
+
+ -- Jonathan Esk-Riddell <jr at jriddell.org>  Fri, 02 Jun 2017 12:04:41 +0530
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2f77721
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: plasma-phone-meta
+Section: metapackages
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.8),
+               debhelper-compat (= 13),
+               germinate (>= 1.18)
+
+Package: plasma-phone
+Architecture: amd64 armhf
+Depends: ${germinate:Depends}, ${misc:Depends}
+Recommends: ${germinate:Recommends}
+Description: Plasma Desktop system
+ This package depends on all of the packages in the Plasma Mobile system.
+ .
+ Installing this package will include the default Plasma Mobile apps,
+ workspace and settings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..13c6122
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Copyright 2004, Jonathan Riddell <jriddell at ubuntu.com>
+Copyright 2004, Canonical Ltd.
+Copyright 2012-2015, Jonathan Riddell <jriddell at ubuntu.com>
+
+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 2, 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 with your
+system, in /usr/share/common-licenses/GPL-2.  If not, see
+<http://www.gnu.org/licenses/>.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..78c7615
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#! /usr/bin/make -f
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)


More information about the Neon-commits mailing list