[SCM] Grantlee template engine packaging branch, master, updated. debian/0.3.0-2-7-g90c8eca

Pino Toscano pino at alioth.debian.org
Sun May 12 14:41:41 UTC 2013


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

The following commit has been merged in the master branch:
commit f68edb76f79ae818f01c972d75ca9a40b3d566ce
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 12 16:37:36 2013 +0200

    add pkg-kde-tools B-D, use its pkgkde_symbolshelper dh addon
---
 debian/changelog |    2 ++
 debian/control   |    2 +-
 debian/rules     |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2bcf831..c898720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ grantlee (0.3.0-3) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Update symbols files.
   * Update Vcs-* headers.
+  * Add the pkg-kde-tools build dependency and make use of the
+    pkgkde_symbolshelper dh addon for subst-using symbols.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sun, 12 May 2013 16:17:15 +0200
 
diff --git a/debian/control b/debian/control
index 9afbd20..29b2f7f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Bjoern Ricks <bjoern.ricks at intevation.de>,
            Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.5), cmake
+Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.5), cmake, pkg-kde-tools
 Standards-Version: 3.9.4
 Homepage: http://www.grantlee.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/krap/grantlee.git;a=summary
diff --git a/debian/rules b/debian/rules
index f55005d..eeb23ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 .PHONY: override_dh_auto_test
 

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list