[Pkg-ceph-commits] [ceph] 07/16: rules: "dh --with" optimised

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Mar 25 02:13:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch experimental
in repository ceph.

commit b6cfd34
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon Mar 24 16:35:13 2014

    rules: "dh --with" optimised
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 884398d..1bf6ba9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ endif
 extraopts += --with-system-libs3
 
 %:
-	dh $@ --with javahelper --with python2 --with autoreconf --parallel
+	dh $@ --with javahelper,python2,autoreconf --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(extraopts)

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list