From 736066fad3d20a3bc84a8d34edf6364c3aab9d0b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 3 Apr 2013 10:05:33 -0400 Subject: Reverse the order of dh_clean and dh_autoreconf_clean, fixes issues where autoreconf files get dropped and thus autoreconf fails to properly clean. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f33046b..69cab88 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,8 @@ CFLAGS += -fPIC # Note: No cli here so that the pbuilder stuff works clean: - dh_clean dh_autoreconf_clean + dh_clean override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- cgit v1.2.3