[SCM] sddm packaging branch, master, updated. debian/0.13.0-1-20-g47427a8

Maximiliano Curia maxy at moszumanska.debian.org
Thu Dec 1 15:08:24 UTC 2016


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

The following commit has been merged in the master branch:
commit 47427a81693b0573a3991f5d74b045ba470a989c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 1 15:18:03 2016 +0100

    Minor priority tweaks of the alternatives
    
    We are making maui the default theme, following the upstream call. But some
    users prefer elarun, breeze or debian-breeze, so we will bump the
    priorities in these themes so it uses:
    debian-breeze, debian-elarun, debian-maui, breeze, any other.
    
    Gbp-Dch: Ignore
---
 debian/control                           | 2 +-
 debian/sddm-theme-debian-elarun.postinst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 41c2d65..0186804 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Depends: adduser,
          xserver-xorg | xserver,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: libpam-systemd, sddm-theme-breeze | sddm-theme
+Recommends: libpam-systemd, sddm-theme-debian-maui | sddm-theme
 Suggests: libpam-kwallet5
 Provides: x-display-manager
 Description: modern display manager for X11
diff --git a/debian/sddm-theme-debian-elarun.postinst b/debian/sddm-theme-debian-elarun.postinst
index f63c13c..df6eb47 100644
--- a/debian/sddm-theme-debian-elarun.postinst
+++ b/debian/sddm-theme-debian-elarun.postinst
@@ -5,7 +5,7 @@ if [[ "$1" = "configure" || "$1" = "abort-upgrade" || "$1" = "abort-remove" ]];
     update-alternatives --install \
         /usr/share/sddm/themes/debian-theme \
         sddm-debian-theme \
-        /usr/share/sddm/themes/debian-elarun 30
+        /usr/share/sddm/themes/debian-elarun 50
 fi
 
 # Tag to allow some debhelper commands to inject relevant code

-- 
sddm packaging



More information about the pkg-kde-commits mailing list