[SCM] kinit packaging branch, master, updated. debian/5.36.0-2-8-g44adc63

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:22:51 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kinit.git;a=commitdiff;h=4e53cd7

The following commit has been merged in the master branch:
commit 4e53cd777692fb643c633adbcb03743dff769049
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 15 21:16:57 2017 +0200

    wrap-and-sort
---
 debian/control | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 3c81cf0..00b58eb 100644
--- a/debian/control
+++ b/debian/control
@@ -16,16 +16,15 @@ Build-Depends: cmake (>= 3.0~),
                libkf5service-dev (>= 5.37.0~),
                libkf5windowsystem-dev (>= 5.37.0~),
                pkg-kde-tools (>= 0.15.15ubuntu1~),
-               qtbase5-dev (>= 5.7.0~)
+               qtbase5-dev (>= 5.7.0~),
 Standards-Version: 4.0.1
 Homepage: https://projects.kde.org/projects/frameworks/kinit
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kinit.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kinit.git
 
-Package: kinit-dev
-Section: libdevel
+Package: kinit
 Architecture: any
-Depends: kinit (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: process launcher to speed up launching KDE applications
  kdeinit is a process launcher somewhat similar to the
  famous init used for booting UNIX.
@@ -38,13 +37,11 @@ Description: process launcher to speed up launching KDE applications
  a typical KDE applications 2.5 times faster (100ms
  instead of 250ms on a P-III 500) It reduces memory
  consumption by approx. 350Kb per application.
- .
- Contains development files for kinit.
-Breaks: libkf5kdelibs4support-dev (<< 5.37)
 
-Package: kinit
+Package: kinit-dev
+Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: kinit (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: process launcher to speed up launching KDE applications
  kdeinit is a process launcher somewhat similar to the
  famous init used for booting UNIX.
@@ -57,3 +54,6 @@ Description: process launcher to speed up launching KDE applications
  a typical KDE applications 2.5 times faster (100ms
  instead of 250ms on a P-III 500) It reduces memory
  consumption by approx. 350Kb per application.
+ .
+ Contains development files for kinit.
+Breaks: libkf5kdelibs4support-dev (<< 5.37)

-- 
kinit packaging



More information about the pkg-kde-commits mailing list