[SCM] Repository for the KDE Debconf access library. branch, master, updated. debian/0.1+git20110702-1-3-g5912c70

Matthias Klumpp ximion-guest at alioth.debian.org
Sun Feb 5 12:41:29 UTC 2012


The following commit has been merged in the master branch:
commit 5912c7087a118d34420f851e4b1f95f1395e84c1
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sun Feb 5 13:41:22 2012 +0100

    trivial: wrap-and-sort
---
 debian/control |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 0e96936..01a4579 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: kde
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Matthias Klumpp <matthias at tenstral.net>
-Build-Depends: debhelper (>= 8),
-               pkg-kde-tools (>= 0.5.0),
-               cmake,
-               kdelibs5-dev
+Build-Depends: cmake,
+               debhelper (>= 8),
+               kdelibs5-dev,
+               pkg-kde-tools (>= 0.5.0)
 Standards-Version: 3.9.2
 Homepage: http://projects.kde.org/projects/extragear/sysadmin/libdebconf-kde
 Vcs-Git: git://git.debian.org/git/pkg-kde/kde-extras/debconf-kde.git
@@ -15,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/debconf-kde.
 Package: libdebconf-kde0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Debconf KDE GUI library
  Debconf KDE is a GUI library for including Debconf frontends in Qt-based
  applications.
@@ -29,7 +30,8 @@ Description: Debconf KDE GUI library
 Package: libdebconf-kde-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libdebconf-kde0 (= ${binary:Version})
+Depends: libdebconf-kde0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Development headers for the Debconf KDE library
  Debconf KDE is a GUI library for including Debconf frontends in Qt-based
  applications.
@@ -42,7 +44,8 @@ Description: Development headers for the Debconf KDE library
 
 Package: debconf-kde-helper
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Debconf KDE GUI frontend tool
  Debconf KDE is a GUI library for including Debconf frontends in Qt-based
  applications.
@@ -58,7 +61,8 @@ Package: debconf-kde-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${misc:Depends}, libdebconf-kde0 (= ${binary:Version})
+Depends: libdebconf-kde0 (= ${binary:Version}),
+         ${misc:Depends}
 Recommends: kdelibs5-dbg
 Conflicts: libdebconf-kde-dbg
 Replaces: libdebconf-kde-dbg

-- 
Repository for the KDE Debconf access library.



More information about the pkg-kde-commits mailing list