[SCM] KOffice packaging branch, koffice2.3, updated. debian/2.3.0-1-10-ge855e7e

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sat Jan 8 00:18:57 UTC 2011


The following commit has been merged in the koffice2.3 branch:
commit c27e44eb26e7d27de2abfa22932bf191d36a2d85
Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
Date:   Thu Dec 2 20:24:18 2010 +0100

    Moving to debhelper.
    
    --HG--
    extra : rebase_source : 1ef672091737e9841855a0a73e37dadce6e3c174
---
 debian/changelog |    6 ++++++
 debian/rules     |   13 ++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 645cfcb..08cd8a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+koffice (1:2.2.84-2) UNRELEASED; urgency=low
+
+  * Moving to debhelper.
+
+ -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Thu, 02 Dec 2010 20:23:36 +0100
+
 koffice (1:2.2.84-1) UNRELEASED; urgency=low
 
   * New upstream test-build.
diff --git a/debian/rules b/debian/rules
index aa64830..e4b56e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,14 @@
-#!/usr/bin/make -f
+#! /usr/bin/make -f
+#
+DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore:.git
 
 #Do not build staging dir
-DEB_CMAKE_EXTRA_FLAGS += -DBUILD_staging=FALSE
+override_dh_auto_configure:
+	dh_auto_configure -Skde -- -DBUILD_staging=FALSE
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
+override_dh_install:
+	dh_install --parallel --list-missing
+
+%:
+	dh --parallel --dbg-package=koffice-dbg --with kde $@
 

-- 
KOffice packaging



More information about the pkg-kde-commits mailing list