[SCM] sddm packaging branch, master, updated. a84bdd6bcf7666a0aa5bdf4f6986a9a04eb2b0d4

Maximiliano Curia maxy at moszumanska.debian.org
Sat Oct 11 12:33:18 UTC 2014


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

The following commit has been merged in the master branch:
commit 8429bccdbdcddb2d32b0f2502aa8deca79848d1d
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Oct 11 14:07:02 2014 +0200

    debian/control update
    
     - Change priority to optional
     - Change Maintainer to the Debian/Kubuntu team
     - Use cmake version mentioned in the CMakeList.txt
     - Change debhelper b-d version to match the current versioning dh scheme
     - Make systemd dependencies linux only
     - Bump Standards Versions to 3.9.6
     - Add VCS fields
     - Change the themes packages to arch all
---
 debian/control | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 18089ca..aaa07c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: sddm
 Section: kde
-Priority: extra
-Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
-XSBC-Original-Maintainer: Michał Zając <quintasan at kubuntu.org>
-Build-Depends: cmake,
-               debhelper (>= 9.0.0),
-               dh-systemd,
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Michał Zając <quintasan at kubuntu.org>
+Build-Depends: cmake (>= 2.8.8),
+               debhelper (>= 9),
+               dh-systemd [linux-any],
                libpam0g-dev,
                libsystemd-login-dev,
                libupower-glib-dev,
@@ -16,9 +16,11 @@ Build-Depends: cmake,
                qtdeclarative5-dev,
                qttools5-dev,
                qttools5-dev-tools,
-               systemd
-Standards-Version: 3.9.5
+               systemd [linux-any]
+Standards-Version: 3.9.6
 Homepage: https://github.com/sddm/sddm
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/sddm.git
+Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-std/sddm.git
 
 Package: sddm
 Architecture: any
@@ -33,7 +35,7 @@ Description: modern display manager for X11
  smooth, animated user interfaces.
 
 Package: sddm-theme-maui
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}
 Recommends: sddm
 Provides: sddm-theme
@@ -41,7 +43,7 @@ Description: 'Maui' theme for SDDM X11 display manager
  Maui theme for SDDM
 
 Package: sddm-theme-circles
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}
 Recommends: sddm
 Provides: sddm-theme
@@ -49,7 +51,7 @@ Description: 'Circles' theme for SDDM X11 display manager
  Circles theme for SDDM
 
 Package: sddm-theme-elarun
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}
 Recommends: sddm
 Provides: sddm-theme
@@ -57,7 +59,7 @@ Description: 'Elarun' Theme for SDDM X11 display manager
  Elarun theme for SDDM
 
 Package: sddm-theme-maldives
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}
 Recommends: sddm
 Provides: sddm-theme

-- 
sddm packaging



More information about the pkg-kde-commits mailing list