[pkg-pnet-commits] [SCM] pnet branch, master, updated. 88680dbecbf772a68f53c2480a83574996afac69

David Paleino d.paleino at gmail.com
Thu Jan 29 15:10:06 UTC 2009


The following commit has been merged in the master branch:
commit 5ae8a3fd1ff789c2d9d644e94e02a76701e594fa
Author: David Paleino <d.paleino at gmail.com>
Date:   Thu Jan 29 16:09:27 2009 +0100

    Fix debian/rules to properly start the build

diff --git a/debian/rules b/debian/rules
index 0a3fcc3..0955077 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,20 +8,16 @@ include /usr/share/quilt/quilt.make
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	#libtoolize --automake --copy
-	#aclocal
-	#autoconf
-	#automake --add-missing --copy
 	dh build --before dh_auto_configure
-	dh_auto_configure -- --without-libffi --without-libgc
+	./auto_gen.sh --without-libffi --without-libgc
 	dh build --after dh_auto_configure
 	touch $@
 
 clean: realclean unpatch
 realclean:
 	dh clean
-	#find . -name "Makefile.in" -delete
-	#rm -rf aclocal.m4 config.sub config.guess configure ltmain.sh
+	find . -name "Makefile.in" -delete
+	rm -rf aclocal.m4 config.sub config.guess configure ltmain.sh
 
 install: install-stamp
 install-stamp: build

-- 
pnet



More information about the pkg-pnet-commits mailing list