[SCM] ki18n packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-10-gd068247
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Jun 11 22:40:06 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/ki18n.git;a=commitdiff;h=d068247
The following commit has been merged in the kubuntu_unstable branch:
commit d0682478b25781024a062696f9f9d67ae7d6abb0
Author: Rohan Garg <rohan at garg.io>
Date: Fri Jun 12 00:39:04 2015 +0200
Make the build dep on python-all since thats what the package is for
Make the ki18n dev package depend on python:any
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 76ce9e3..343a415 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cmake (>= 2.8.12),
debhelper (>= 9),
extra-cmake-modules (>= 5.10.0),
pkg-kde-tools (>= 0.15.15ubuntu1~),
- python,
+ python-all,
qtbase5-dev (>= 5.4),
qtscript5-dev (>= 5.4)
Standards-Version: 3.9.6
@@ -20,7 +20,7 @@ Package: libkf5i18n-dev
Section: libdevel
Architecture: any
Depends: libkf5i18n5 (= ${binary:Version}),
- python,
+ python:any,
qtscript5-dev (>= 5.4),
${misc:Depends}
Description: Advanced internationalization framework.
--
ki18n packaging
More information about the pkg-kde-commits
mailing list