[SCM] sddm packaging branch, master, updated. debian/0.13.0-1-64-geaa5f0b

Simon Quigley tsimonq2-guest at moszumanska.debian.org
Sun Nov 26 20:34:19 UTC 2017


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

The following commit has been merged in the master branch:
commit 0c342fbc0e468e9a1a2d6d9b121328c81c60c569
Author: Clive Johnston <clivejo at kubuntu.org>
Date:   Thu Aug 31 21:08:06 2017 +0100

    Add new maya theme package
---
 debian/control                                          | 9 +++++++++
 debian/{sddm-theme-maui.prerm => sddm-theme-maya.prerm} | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 76a7415..c13441c 100644
--- a/debian/control
+++ b/debian/control
@@ -52,6 +52,15 @@ Description: 'Debian Elarun' Theme for SDDM X11 display manager
  Elarun theme for SDDM, using the active desktop-base theme for the
  background.
 
+Package: sddm-theme-maya
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: sddm
+Provides: sddm-theme
+Breaks: sddm (<< ${source:Version})
+Description: 'Maya' theme for SDDM X11 display manager
+ Maya theme for SDDM
+
 Package: sddm-theme-debian-maui
 Architecture: all
 Depends: desktop-base, ${misc:Depends}
diff --git a/debian/sddm-theme-maui.prerm b/debian/sddm-theme-maya.prerm
similarity index 85%
copy from debian/sddm-theme-maui.prerm
copy to debian/sddm-theme-maya.prerm
index 0a53679..7cef49b 100644
--- a/debian/sddm-theme-maui.prerm
+++ b/debian/sddm-theme-maya.prerm
@@ -4,7 +4,7 @@ set -e
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
     update-alternatives --remove \
         sddm-debian-theme \
-        /usr/share/sddm/themes/maui
+        /usr/share/sddm/themes/maya
 fi
 
 # Tag to allow some debhelper commands to inject relevant code

-- 
sddm packaging



More information about the pkg-kde-commits mailing list