[SCM] Grantlee template engine packaging branch, master, updated. debian/0.3.0-4-5-g5ec335d

Pino Toscano pino at alioth.debian.org
Wed May 29 12:08:49 UTC 2013


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

The following commit has been merged in the master branch:
commit 88523be5a9845827e80fca8ef6899f1ca6628f04
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 26 08:32:59 2013 +0200

    add grantlee-dbg
---
 debian/changelog |    1 +
 debian/control   |   14 ++++++++++++++
 debian/rules     |    3 +++
 3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 681174e..0168255 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ grantlee (0.3.0-5) UNRELEASED; urgency=low
   * Slightly modify libgrantlee-dev.install so it is not affected by the actual
     build type used.
   * Add myself to Uploaders.
+  * Add grantlee-dbg with debug symbols.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Thu, 23 May 2013 14:37:19 +0200
 
diff --git a/debian/control b/debian/control
index 17f09cf..8c2405f 100644
--- a/debian/control
+++ b/debian/control
@@ -43,3 +43,17 @@ Description: Grantlee templating library development files
  .
  This package contains the development files for building applications
  using grantlee.
+
+Package: grantlee-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ libgrantlee-core0 (= ${binary:Version}) | libgrantlee-gui0 (= ${binary:Version})
+Suggests: libqt4-dbg
+Description: Grantlee templating library (debugging symbols)
+ Grantlee is a string template engine based on the Django template system
+ and written in Qt.
+ .
+ This package contains the debugging symbols used to investigate issues in
+ Grantlee.
diff --git a/debian/rules b/debian/rules
index fe1d13b..d99c99e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_makeshlibs:
 
 override_dh_install:
 	dh_install --fail-missing
+
+override_dh_strip:
+	dh_strip --dbg-package=grantlee-dbg

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list