[SCM] Calligra suite packaging. branch, master, updated. 378810ff15a6416f40ee46958ffa46981f652b86

Pino Toscano pino at alioth.debian.org
Sat Oct 8 22:33:02 UTC 2011


The following commit has been merged in the master branch:
commit da5149fdd615f14fc094f10bc8cce902862f86f8
Author: Pino Toscano <pino at debian.org>
Date:   Sun Oct 9 00:08:09 2011 +0200

    no need for the python2 dh addon
    
    it would be missing a python-dev b-d, but there are no python modules to handle, anyway
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index a311fd6..965b211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde --with sodeps --with python2
+	dh $@ --parallel --with kde --with sodeps
 
 override_dh_install:
 	dh_install --list-missing

-- 
Calligra suite packaging.



More information about the pkg-kde-commits mailing list