[neon/neon-packaging/snap-kcm/Neon/unstable] debian: initial packaging by alex lowe

Carlos De Maine null at kde.org
Thu Nov 7 23:18:14 GMT 2024


Git commit 18e6f9b22d220a627bc95658c87d065b60bf5619 by Carlos De Maine.
Committed on 07/11/2024 at 23:17.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging by alex lowe

A  +5    -0    debian/changelog
A  +17   -0    debian/control
A  +0    -0    debian/copyright
A  +6    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/snap-kcm/-/commit/18e6f9b22d220a627bc95658c87d065b60bf5619

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5f66b17
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kde-config-snap (0.1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Alex Lowe <lengau at gmail.com>  Sat, 26 Oct 2024 11:47:34 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8b416fd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: kde-config-snap
+Maintainer: Soumyadeep Ghosh <soumyadeepghosh2004+deb at zohomail.in>
+Section: misc
+Priority: optional
+Standards-Version: 4.7.0
+Build-Depends: cmake,,
+               debhelper-compat (= 13),
+               debhelper,
+               kf6-extra-cmake-modules
+               kf6-kcmutils-dev,
+               libsnapd-qt-dev,
+
+Package: kde-config-snap
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: KDE Configuration Module to manage permissions of snap packages
+ KDE Configuration Module to manage permissions of snap packages build on the snapd-glib api.mk
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3d69b0d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2ad67ac
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/plasma/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


More information about the Neon-commits mailing list