[SCM] plasma-workspace packaging branch, master, updated. 61ea53de470354605062ec394d8109fbe75aeccb

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 9 13:41:17 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-workspace.git;a=commitdiff;h=2c55a87

The following commit has been merged in the master branch:
commit 2c55a87b8d81df7069c314b79b4f37e36212a8f8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Feb 9 14:33:23 2015 +0100

    Add missing prerm.
---
 debian/changelog              |  1 +
 debian/plasma-workspace.prerm | 44 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 268e6bb..ceb7a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ plasma-workspace (4:5.2.0-1~) UNRELEASED; urgency=medium
 
   * Prepare initial Debian release.
   * Add myself as Uploader.
+  * Add missing prerm.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 09 Feb 2015 14:31:36 +0100
 
diff --git a/debian/plasma-workspace.prerm b/debian/plasma-workspace.prerm
new file mode 100644
index 0000000..b9faff1
--- /dev/null
+++ b/debian/plasma-workspace.prerm
@@ -0,0 +1,44 @@
+#! /bin/sh
+# prerm script for ksmserver
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    remove)
+        update-alternatives --remove x-session-manager /usr/bin/startkde
+    ;;
+
+    upgrade|deconfigure)
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

-- 
plasma-workspace packaging



More information about the pkg-kde-commits mailing list