[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-146-gec3887f

Steffen Moeller moeller at debian.org
Sat Jan 1 23:38:36 UTC 2011


The following commit has been merged in the master branch:
commit b4595e661c4350e03d447f32e583acea07b18e3c
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Jan 1 15:38:09 2011 +0100

    Using upstream's _autosetup

diff --git a/debian/rules b/debian/rules
index 5e6009b..ab53102 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,15 +122,16 @@ override_dh_auto_test:
 #	touch $@
 
 override_dh_auto_configure:
-	cp -f /usr/share/misc/config.guess config.guess
-	cp -f /usr/share/misc/config.sub config.sub
-	if [ ! -r ltmain.sh ]; then libtoolize; fi
-	aclocal-1.9 -I m4 && autoheader && automake-1.9 --add-missing && autoconf
+	./_autosetup
+	#if [ ! -r ltmain.sh ]; then libtoolize; fi
+	#aclocal-1.9 -I m4 && autoheader && automake-1.9 --add-missing && autoconf
 	@echo
 	@echo "****             *****"
 	@echo "**** Configuring *****"
 	@echo "****             *****"
 	@echo
+	cp -f /usr/share/misc/config.guess config.guess
+	cp -f /usr/share/misc/config.sub config.sub
 	./configure $(CFGFLAGS_boinc-client)
 
 update-boinc-applinks.1: debian/manpages/update-boinc-applinks.xml

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list