From 63938c071b084f9c1a13cb21ebe95579c2a67c8b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 4 Dec 2012 10:19:47 -0600 Subject: Making it so that clean doesn't have cli in it --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f6144f4..dd78987 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,10 @@ CFLAGS += -fPIC %: dh $@ --with autoreconf,python2,cli,gir +# Note: No cli here so that the pbuilder stuff works +override_dh_clean: + dh clean --with autoreconf,python2,gir + override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- cgit v1.2.3