[SCM] kdoctools packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-4-g67cafe2
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Tue May 19 12:58:07 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdoctools.git;a=commitdiff;h=bde44e7
The following commit has been merged in the kubuntu_wily_archive branch:
commit bde44e7365773f37bac88673a1b3fbe3ec382ae4
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Mon Jan 26 10:43:22 2015 +0100
Update build dependencies to follow cmake.
---
debian/changelog | 1 +
debian/control | 13 +++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3be3695..f761fc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ kdoctools (5.6.0-1~) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.6, no changes needed.
* Update install files.
* Update watch file.
+ * Update build dependencies to follow cmake.
-- Maximiliano Curia <maxy at debian.org> Mon, 26 Jan 2015 10:22:56 +0100
diff --git a/debian/control b/debian/control
index f6da584..b4c1182 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,18 @@ Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake,
+Build-Depends: cmake (>= 2.8.12),
debhelper (>= 9),
- docbook-xml,
+ docbook-xml (>= 4.5),
docbook-xsl,
extra-cmake-modules (>= 1.6.0),
libkf5archive-dev (>= 5.6.0),
+ libkf5i18n-dev (>= 5.6.0),
libxml2-dev,
libxml2-utils,
libxslt1-dev,
pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev
+ qtbase5-dev (>= 5.2.0)
Standards-Version: 3.9.6
Homepage: https://projects.kde.org/projects/frameworks/kdoctools
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/frameworks/kdoctools.git
@@ -23,8 +24,8 @@ Package: kdoctools-dev
Section: libdevel
Architecture: any
Depends: kdoctools5 (= ${binary:Version}),
- libkf5archive-dev (>= 5.2.0),
- qtbase5-dev,
+ libkf5archive-dev (>= 5.6.0),
+ qtbase5-dev (>= 5.2.0),
${misc:Depends}
Description: Development files for kdoctools5
KDocTools is a set of tools to generate documentation in various formats from
@@ -37,7 +38,7 @@ Description: Development files for kdoctools5
Package: kdoctools5
Section: doc
Architecture: any
-Depends: docbook-xml,
+Depends: docbook-xml (>= 4.5),
docbook-xsl,
libxml2-utils,
${misc:Depends},
--
kdoctools packaging
More information about the pkg-kde-commits
mailing list