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

holger at alioth.debian.org holger at alioth.debian.org
Wed Jun 25 23:47:08 UTC 2008


Author: holger
Date: 2008-06-25 23:47:07 +0000 (Wed, 25 Jun 2008)
New Revision: 18

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

Modified: olpc-utils/trunk/debian/README.source
===================================================================
--- olpc-utils/trunk/debian/README.source	2008-06-25 23:41:14 UTC (rev 17)
+++ olpc-utils/trunk/debian/README.source	2008-06-25 23:47:07 UTC (rev 18)
@@ -1,22 +1,33 @@
-###############################################################################
-## 1. ) Fetching source and building package                                 ##
-###############################################################################
-  
-  cd tarballs
-        git clone git://dev.laptop.org/projects/olpc-utils
-        mv olpc-utils olpc-utils-20080624
-        tar czvf olpc-utils_20080624.orig.tar.gz olpc-utils-20080624
-  rm -rf olpc-utils-20080624
-  cd ../trunk
-  svn-pdebuild
+#
+# creating a new orig.tar.gz from upstream git
+#
 
+git clone git://dev.laptop.org/projects/olpc-utils olpc-utils
+export -        mv olpc-utils olpc-utils-20080624
+
+git clone git://dev.laptop.org/hardware-manager olpc-hardware-manager
+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/
+
+#
+# using svn-buildpackage
+#
+cd trunk/debian
+dch -v $VERSION-1
+svn-buildpackage
+
+#
+# using svn-buildpackage with pbuilder and cowbuilder
+#
+
 svn-pdebuild is an alias for: 
 "svn-buildpackage --svn-builder=pdebuild --pbuilder cowbuilder"
 
-
 Here a small readme in order to use this svn properly:
 
- I'm used to this aliases to ease my life:
+I'm used to this aliases to ease my life:
       pclean='sudo rm -rf /var/cache/pbuilder/result/*'
       pdebuild='pdebuild --pbuilder cowbuilder'
       pdebuild-etch='pdebuild --pbuilder cowbuilder --  --basepath /var/cache/pbuilder/etch.cow/ --debian-etch-workaround'
@@ -31,12 +42,12 @@
       svn-pdebuild='svn-buildpackage --svn-builder=pdebuild --pbuilder cowbuilder'
       svn-pdebuild-etch='svn-buildpackage --svn-builder=pdebuild --pbuilder cowbuilder -- --basepath /var/cache/pbuilder/etch.cow --debian-etch-workaround'
 
-  So for building this package go to trunk/ and call there e.g.:
-      svn-debuild (Build on the host system)
-  or   
-      svn-pdebuild (Build in a chroot using cowdancer)
+So for building this package go to trunk/ and call there e.g.:
+    svn-debuild (Build on the host system)
+or   
+    svn-pdebuild (Build in a chroot using cowdancer)
 
-  In the first case the resulting files are found in ../build-area, in the
-  second case the resulting files are found in /var/cache/pbuilder/result/
-  
-  I hope this helps to get this package build from svn :)
+In the first case the resulting files are found in ../build-area, in the
+second case the resulting files are found in /var/cache/pbuilder/result/
+
+I hope this helps to get this package build from svn :)

Modified: olpc-utils/trunk/debian/TODO
===================================================================
--- olpc-utils/trunk/debian/TODO	2008-06-25 23:41:14 UTC (rev 17)
+++ olpc-utils/trunk/debian/TODO	2008-06-25 23:47:07 UTC (rev 18)
@@ -10,6 +10,5 @@
    not provided by any package? (Same for /etc/profile)
  - fix various lintian warnings and errors.. see lintian -i $changesfile for
    details.
- - cleanup README.source
  - write README.Debian
 




More information about the Debian-olpc-commits mailing list