[SCM] Grantlee template engine packaging branch, master, updated. debian/0.3.0-1-9-gea5465c

Maximiliano Curia maxy at alioth.debian.org
Sun May 12 10:03:41 UTC 2013


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

The following commit has been merged in the master branch:
commit ea5465c666d4842db43b5615f28cc0ba9ec69aa4
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sun May 12 10:35:00 2013 +0200

    Migrate cdbs to dh.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |   15 +++++++--------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c22f667..25bca4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ grantlee (0.3.0-1) unstable; urgency=low
   * Bump debhelper build-dep and compat to 9
   * Bump Standards-Version to 3.9.4
   * Add Vcs-Git and Vcs-Browser fields
+  * Migrate cdbs to dh
   * Update symbols files
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 25 Mar 2013 15:46:10 +0100
diff --git a/debian/control b/debian/control
index c1b5aab..887cd5c 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: cdbs, debhelper (>= 9), libqt4-dev (>= 4.5), cmake
+Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.5), cmake
 Standards-Version: 3.9.4
 Homepage: http://www.grantlee.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-kde/krap/grantlee.git
diff --git a/debian/rules b/debian/rules
index d10a4e0..f55005d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,11 @@
 #!/usr/bin/make -f
+%:
+	dh $@ --parallel
 
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+.PHONY: override_dh_auto_test
 
-include /usr/share/cdbs/1/class/cmake.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
+override_dh_makeshlibs:
+	dh_makeshlibs -V -X/usr/lib/grantlee/
 
-DEB_BUILD_PARALLEL := yes
-DEB_DH_MAKESHLIBS_ARGS_ALL = -V -u-c0
-
-binary: list-missing
+override_dh_install:
+	dh_install --list-missing

-- 
Grantlee template engine packaging



More information about the pkg-kde-commits mailing list