]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - dpkg-build.sh
Administrative changes in preparation for release of Maemo Mapper v2.6.2.
[maemo-mapper] / dpkg-build.sh
index b84a71c4f1d2958049809e0dc4f1045cc3c0e183..d0ea835c5737aebeb6475bb97053b7da1325d6e1 100755 (executable)
@@ -18,14 +18,8 @@ else
     VERSION_SUFFIX=-os2008
 fi
 
-# Test if this is the armel build (as opposed to the x86 build)
-GCC_HOST_IS_ARMEL=`gcc --version | head -n 1 | grep arm`
-if [ "x$GCC_HOST_IS_ARMEL" != "x" ]; then
-    DBP_EXTRA=-B
-fi
-
 sed -i "1,1s/(\([0-9.][0-9.]*\)[-a-zA-Z0-9]*)/(\1$VERSION_SUFFIX)/" $CHANGELOG
 
-dpkg-buildpackage -rfakeroot -I.svn $DBP_EXTRA
+dpkg-buildpackage -rfakeroot -i -sa
 
 sed -i "1,1s/(\([0-9.][0-9.]*\)[-a-zA-Z0-9]*)/(\1)/" $CHANGELOG