[SCM] kdesrc-build packaging branch, master, updated. e8a3ff04e5b32c03828f9ec96d9fa873225e52ea

Pino Toscano pino-guest at alioth.debian.org
Fri Feb 25 20:46:08 UTC 2011


The following commit has been merged in the master branch:
commit e8a3ff04e5b32c03828f9ec96d9fa873225e52ea
Author: Pino Toscano <pino at kde.org>
Date:   Fri Feb 25 21:45:38 2011 +0100

    make the `dh' invocation compatible with debhelper v8
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1cbfd21..f4f9569 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with kde $@
+	dh $@ --with kde
 
 .PHONY: dh_auto_test
 

-- 
kdesrc-build packaging



More information about the pkg-kde-commits mailing list