[Debian-olpc-commits] r11 - trunk/debian

winnie at alioth.debian.org winnie at alioth.debian.org
Tue Jun 24 21:06:32 UTC 2008


Author: winnie
Date: 2008-06-24 21:06:31 +0000 (Tue, 24 Jun 2008)
New Revision: 11

Added:
   trunk/debian/README.svn-buildpackage
Log:
Added readme for holger


Added: trunk/debian/README.svn-buildpackage
===================================================================
--- trunk/debian/README.svn-buildpackage	                        (rev 0)
+++ trunk/debian/README.svn-buildpackage	2008-06-24 21:06:31 UTC (rev 11)
@@ -0,0 +1,26 @@
+Here a small readme in order to use this svn properly:
+
+ 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'
+      pdebuild-lenny='pdebuild --pbuilder cowbuilder -- --basepath /var/cache/pbuilder/base-lenny.cow/'
+      plinda='linda /var/cache/pbuilder/result/*.changes'
+      plintian='lintian /var/cache/pbuilder/result/*.changes'
+      plogin='sudo cowbuilder --login'
+      pupdate='sudo cowbuilder --update'
+      pupdate-etch='sudo cowbuilder --update --basepath /var/cache/pbuilder/etch.cow/ --debian-etch-workaround'
+      pupdate-lenny='sudo cowbuilder --update --basepath /var/cache/pbuilder/base-lenny.cow/'
+      svn-debuild='svn-buildpackage -rfakeroot -us -uc'
+      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)
+
+  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 :)




More information about the Debian-olpc-commits mailing list