[Debian-olpc-commits] r20 - olpc-utils/trunk/debian

holger at alioth.debian.org holger at alioth.debian.org
Wed Jun 25 23:58:14 UTC 2008


Author: holger
Date: 2008-06-25 23:58:14 +0000 (Wed, 25 Jun 2008)
New Revision: 20

Modified:
   olpc-utils/trunk/debian/README.source
Log:
done

Modified: olpc-utils/trunk/debian/README.source
===================================================================
--- olpc-utils/trunk/debian/README.source	2008-06-25 23:48:48 UTC (rev 19)
+++ olpc-utils/trunk/debian/README.source	2008-06-25 23:58:14 UTC (rev 20)
@@ -1,18 +1,23 @@
 #
-# creating a new orig.tar.gz from upstream git
+# getting the Debian sources from svn 
+# and creating a new orig.tar.gz from upstream git 
+# and updating debian/changelog accordingly
 #
 
+svn co svn+ssh://svn.debian.org/svn/debian-olpc/olpc-utils/trunk/debian
+cd olpc-utils/tarballs
 git clone git://dev.laptop.org/projects/olpc-utils olpc-utils
 grep Version olpc-utils/olpc-utils.spec 
 export VERSION=0.75~git20080624
 mv olpc-utils/ olpc-utils-$VERSION
 tar czvf olpc-utils_$VERSION.orig.tar.gz olpc-utils-$VERSION/
+cd ../trunk/debian
+dch -v $VERSION-1
 
 #
 # using svn-buildpackage
 #
 cd trunk/debian
-dch -v $VERSION-1
 svn-buildpackage
 
 #




More information about the Debian-olpc-commits mailing list