[neon/neon-packaging/plasma-setup/Neon/unstable] debian: rename to plasma-setup
Carlos De Maine
null at kde.org
Sat Oct 4 06:17:39 BST 2025
Git commit 97ab5ca40b2bd9f7fe66ac956aee8a9bb64cfd4b by Carlos De Maine.
Committed on 04/10/2025 at 05:17.
Pushed by carlosdem into branch 'Neon/unstable'.
rename to plasma-setup
M +1 -1 debian/changelog
M +7 -4 debian/control
M +2 -2 debian/copyright
D +0 -12 debian/kiss.postinst
A +12 -0 debian/plasma-setup.postinst
https://invent.kde.org/neon/neon-packaging/plasma-setup/-/commit/97ab5ca40b2bd9f7fe66ac956aee8a9bb64cfd4b
diff --git a/debian/changelog b/debian/changelog
index c30d6e2..15203e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-kiss (0.0.0-0neon) noble; urgency=medium
+plasma-setup (0.0.0-0neon) noble; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 3c19155..f6a5f5e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: kiss
+Source: plasma-setup
Section: kde
Priority: optional
Maintainer: KDE neon <neon at kde.org>
@@ -19,14 +19,17 @@ Build-Depends: cmake,
qt6-svg-dev,
reuse,
Standards-Version: 4.6.2
-Homepage: https://invent.kde.org/plasma/kiss
+Homepage: https://invent.kde.org/plasma/plasma-setup
-Package: kiss
+Package: plasma-setup
Architecture: any
Depends: plasma-nm,
${misc:Depends},
${shlibs:Depends}
-Description: KDE Initial System Setup (KISS)
+Breaks: kiss
+Replaces: kiss
+Conflicts: kiss
+Description: Plasma new device setup application
The Out-of-the-box (OOTB) experience that greets a user after system
installation or when starting up a new computer. Guides the user in creating
the system's first user account and configuring initial settings.
diff --git a/debian/copyright b/debian/copyright
index 6585de5..f9dfb47 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: kiss
-Source: https://invent.kde.org/plasma/kiss
+Upstream-Name: plasma-setup
+Source: https://invent.kde.org/plasma/plasma-setup
Upstream-Contact: plasma-devel at kde.org
Files: *
diff --git a/debian/kiss.postinst b/debian/kiss.postinst
deleted file mode 100644
index 6816000..0000000
--- a/debian/kiss.postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# creating kde-initial-system-setup user/group if it isn't already there
-if ! getent group kde-initial-system-setup >/dev/null; then
- systemd-sysusers
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/plasma-setup.postinst b/debian/plasma-setup.postinst
new file mode 100644
index 0000000..ad2ee3a
--- /dev/null
+++ b/debian/plasma-setup.postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+# creating plasma-setup user/group if it isn't already there
+if ! getent group plasma-setup >/dev/null; then
+ systemd-sysusers
+fi
+
+#DEBHELPER#
+
+exit 0
More information about the Neon-commits
mailing list