[SCM] Grantlee template engine packaging branch, master, updated. debian/0.4.0-2-9-g71f6440

Maximiliano Curia maxy at moszumanska.debian.org
Sun Jun 14 17:32:32 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/grantlee.git;a=commitdiff;h=4c6988a

The following commit has been merged in the master branch:
commit 4c6988ab72226d9ed957e1f92a7cbab9de66604e
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu May 28 10:08:53 2015 +0200

    Update build-deps and deps with the info from cmake
---
 debian/control | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index c8e5d13..0ef9cf6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,19 @@ Uploaders: Bjoern Ricks <bjoern.ricks at intevation.de>,
            Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>,
            Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.5), cmake (>= 2.8.9),
- qtbase5-dev,
- qtscript5-dev,
- qttools5-dev,
- qttools5-dev-tools,
- pkg-kde-tools,
- cccc,
- lcov,
- xvfb, xauth
+Build-Depends: cccc,
+               cmake (>= 2.8.12~),
+               debhelper (>= 9),
+               lcov,
+               libboost-dev,
+               libqt4-dev (>= 4.5),
+               pkg-kde-tools,
+               qtbase5-dev (>= 5.2.0~),
+               qtscript5-dev (>= 5.2.0~),
+               qttools5-dev,
+               qttools5-dev-tools,
+               xauth,
+               xvfb
 Standards-Version: 3.9.5
 Homepage: http://www.grantlee.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/krap/grantlee.git;a=summary
@@ -22,7 +26,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/grantlee.git
 
 Package: libgrantlee-gui0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Grantlee templating library for Qt - GUI
  Grantlee is a string template engine based on the Django template system
  and written in Qt.
@@ -31,7 +35,7 @@ Description: Grantlee templating library for Qt - GUI
 
 Package: libgrantlee-core0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Grantlee templating library for Qt - Core
  Grantlee is a string template engine based on the Django template system
  and written in Qt.
@@ -42,8 +46,10 @@ Description: Grantlee templating library for Qt - Core
 Package: libgrantlee-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgrantlee-core0 (= ${binary:Version}),
- libgrantlee-gui0 (= ${binary:Version}), libqt4-dev
+Depends: libgrantlee-core0 (= ${binary:Version}),
+         libgrantlee-gui0 (= ${binary:Version}),
+         libqt4-dev,
+         ${misc:Depends}
 Description: Grantlee templating library development files
  Grantlee is a string template engine based on the Django template system
  and written in Qt.
@@ -55,8 +61,8 @@ Package: grantlee-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends},
- libgrantlee-core0 (= ${binary:Version}) | libgrantlee-gui0 (= ${binary:Version})
+Depends: libgrantlee-core0 (= ${binary:Version}) | libgrantlee-gui0 (= ${binary:Version}),
+         ${misc:Depends}
 Suggests: libqt4-dbg
 Description: Grantlee templating library (debugging symbols)
  Grantlee is a string template engine based on the Django template system

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list