[SCM] kpty packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-g24da060

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:02:59 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpty.git;a=commitdiff;h=6ce999e

The following commit has been merged in the kubuntu_unstable branch:
commit 6ce999e18d6469dd951166204aea121eaf3e6ee9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Mar 6 21:34:43 2015 +0100

    Update (build) dependencies
---
 debian/control               | 9 +++++----
 debian/libkf5pty-dev.install | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index d6e7d5b..3560cbf 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kpty.git
 Package: libkf5pty-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5coreaddons-dev,
-         libkf5i18n-dev,
+Depends: libkf5coreaddons-dev (>= 5.7.0~),
+         libkf5i18n-dev (>= 5.7.0~),
          libkf5pty5 (= ${binary:Version}),
          ${misc:Depends}
 Description: development files for kpty
@@ -32,8 +32,9 @@ Description: development files for kpty
 
 Package: libkf5pty5
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends},
- libkf5pty-data (= ${source:Version})
+Depends: libkf5pty-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Pty abstraction.
  Provides primitives for opening & closing a pseudo
  TTY pair, assigning the controlling TTY, utmp
diff --git a/debian/libkf5pty-dev.install b/debian/libkf5pty-dev.install
index eb667f0..885e987 100644
--- a/debian/libkf5pty-dev.install
+++ b/debian/libkf5pty-dev.install
@@ -1,5 +1,5 @@
-usr/include/KF5/KPty/
 /usr/include/KF5/kpty_version.h
+usr/include/KF5/KPty/
 usr/lib/*/cmake/KF5Pty/
 usr/lib/*/libKF5Pty.so
 usr/lib/*/qt5/mkspecs/modules/qt_KPty.pri

-- 
kpty packaging



More information about the pkg-kde-commits mailing list