From 6ca0e97224d28b26c8a4090a6932cdd8106bf028 Mon Sep 17 00:00:00 2001 From: Faheem Pervez Date: Fri, 26 Mar 2010 16:32:16 +0000 Subject: [PATCH 1/1] Uncomment fucking autogen shit from rules --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f1943e5..1cbd1e6 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ configure: configure-stamp configure-stamp: dh_testdir -# ./autogen.sh + ./autogen.sh ./configure --enable-maintainer-mode --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" touch $@ @@ -43,7 +43,7 @@ clean: dh_testroot rm -f build-stamp configure-stamp -# -./antigen.sh + -./antigen.sh -$(MAKE) clean dh_clean -- 1.7.9.5