[pypy-svn] r73053 - pypy/build/ubuntu/trunk

getxsick at codespeak.net getxsick at codespeak.net
Mon Mar 29 00:02:42 CEST 2010


Author: getxsick
Date: Mon Mar 29 00:02:41 2010
New Revision: 73053

Modified:
   pypy/build/ubuntu/trunk/autobuild.sh
Log:
Use Debian revision. It avoids to create multiple TAR archives. Use orig.tar.gz + diff files instead.


Modified: pypy/build/ubuntu/trunk/autobuild.sh
==============================================================================
--- pypy/build/ubuntu/trunk/autobuild.sh	(original)
+++ pypy/build/ubuntu/trunk/autobuild.sh	Mon Mar 29 00:02:41 2010
@@ -30,7 +30,7 @@
 	cd pypy-$NEXT_RELEASE~$SVNTAG
 	echo " -- Update debian/changelog"
 	cp ../changelog.old debian/changelog
-	dch --newversion $NEXT_RELEASE~$SVNTAG+${serie}1 Auto build from trunk
+	dch --newversion $NEXT_RELEASE~$SVNTAG-0${serie}1 Auto build from trunk
 
 	echo " -- Build a package"
 	debuild -S -sa



More information about the Pypy-commit mailing list