[SCM] extra-cmake-modules packaging branch, experimental, updated. debian/5.9.0-1-4-g9a3cd01

Maximiliano Curia maxy at moszumanska.debian.org
Thu May 28 14:33:28 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/extra-cmake-modules.git;a=commitdiff;h=279bc3f

The following commit has been merged in the experimental branch:
commit 279bc3f64d7aee02af76f110f4c76f3ccb04f48c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu May 28 16:27:49 2015 +0200

    Use sphinxdoc dh sequence
---
 debian/changelog | 2 +-
 debian/control   | 5 +++--
 debian/rules     | 2 ++
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4c444d..09f1981 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ extra-cmake-modules (5.9.0-1) experimental; urgency=medium
 
 extra-cmake-modules (5.9.0-0ubuntu1) vivid; urgency=medium
 
-  * New upstream release 
+  * New upstream release
 
  -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 13 Apr 2015 22:16:28 +0200
 
diff --git a/debian/control b/debian/control
index aff9fe3..ff37461 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: cmake (>= 2.8.12~),
                debhelper (>= 9),
                pkg-kde-tools (>= 0.15.16~),
                qttools5-dev (>= 5.4),
-               qttools5-dev-tools (>= 5.4)
+               qttools5-dev-tools (>= 5.4),
+               sphinx-common
 Standards-Version: 3.9.6
 Homepage: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/extra-cmake-modules.git
@@ -15,7 +16,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/extra-cmake-modules.git
 
 Package: extra-cmake-modules
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}
 Description: Extra modules and scripts for CMake
  Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It
  serves as both a staging ground for new modules before they are moved upstream
diff --git a/debian/rules b/debian/rules
index 02924bb..cb8a7d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+dh += --with=sphinxdoc
+
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk

-- 
extra-cmake-modules packaging



More information about the pkg-kde-commits mailing list