[SCM] Konversation packaging for Debian branch, master, updated. debian/1.3.1-1

Modestas Vainius modax at alioth.debian.org
Fri Jul 2 01:04:09 UTC 2010


The following commit has been merged in the master branch:
commit 3d4a46e075c11036666755eb65f68dfb1ff5f425
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri Jul 2 02:19:50 2010 +0300

    Support parallel builds: pass --parallel to dh.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4bda19..c44f5b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ konversation (1.3.1-0r1) UNRELEASED; urgency=low
   * Bump Standars-Version to 3.9.0:
     - add "Breaks: konversation (<< 1.3~beta1-2)" to konversation-data as per
       policy recommendation.
+  * Support parallel builds: pass --parallel to dh.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 02 Jul 2010 02:06:16 +0300
 
diff --git a/debian/rules b/debian/rules
index 8a14d5a..8e21aeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_install:
 	fi
 
 %:
-	dh --with kde --dbg-package=konversation-dbg $@
+	dh --with kde --parallel --dbg-package=konversation-dbg $@

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list