[SCM] sddm packaging branch, master, updated. debian/0.11.0-4-6-g8426fb4

Matthias Klumpp mak at moszumanska.debian.org
Sat Sep 5 21:19:24 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=2544f75

The following commit has been merged in the master branch:
commit 2544f7597a303788442cc22881a709c305d1a4c2
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sat Sep 5 23:06:06 2015 +0200

    Drop kubuntu_minimum_vt.diff: on systemd, the DM is expected on VT1
    
    Need to check back with authors of the patch if there is still a valid
    reason to keep it.
---
 debian/patches/kubuntu_minimum_vt.diff | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/debian/patches/kubuntu_minimum_vt.diff b/debian/patches/kubuntu_minimum_vt.diff
deleted file mode 100644
index 9052c98..0000000
--- a/debian/patches/kubuntu_minimum_vt.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: set minimum vt to 7
- maybe this will fix switching vt when installing packages and integration with ubiquity-dm?
-Author: Jonathan Riddell
-Origin: kubuntu
-Last-Update: 2015-03-11
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: sddm-0.11.0/CMakeLists.txt
-===================================================================
---- sddm-0.11.0.orig/CMakeLists.txt
-+++ sddm-0.11.0/CMakeLists.txt
-@@ -111,7 +111,7 @@ if(SYSTEMD_FOUND)
- 
-     execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=systemdsystemunitdir systemd OUTPUT_VARIABLE SYSTEMD_SYSTEM_UNIT_DIR)
-     string(REGEX REPLACE "[ 	
]+" "" SYSTEMD_SYSTEM_UNIT_DIR ${SYSTEMD_SYSTEM_UNIT_DIR})
--    set(MINIMUM_VT 1)
-+    set(MINIMUM_VT 7)
-     set(HALT_COMMAND "/usr/bin/systemctl poweroff")
-     set(REBOOT_COMMAND "/usr/bin/systemctl reboot")
- else()

-- 
sddm packaging



More information about the pkg-kde-commits mailing list