[Pkg-samba-maint] r889 - branches/samba4

Steinar H. Gunderson sesse at costa.debian.org
Thu Jan 5 19:29:01 UTC 2006


Author: sesse
Date: 2006-01-05 19:28:54 +0000 (Thu, 05 Jan 2006)
New Revision: 889

Modified:
   branches/samba4/README.building
Log:
Add a : to the beginning of the non-command lines in README.building;
this makes it possible to cut-and-paste the entire script in one go (it
gets tiresome to paste all those two-line commands after a while :-P).


Modified: branches/samba4/README.building
===================================================================
--- branches/samba4/README.building	2006-01-05 18:11:20 UTC (rev 888)
+++ branches/samba4/README.building	2006-01-05 19:28:54 UTC (rev 889)
@@ -24,28 +24,31 @@
 upstream packaging. If anybody knows a better way of doing this,
 feel free to contact me (sesse at debian.org) :-)
 
-First check out the Samba 4 tree as usual:
+You should be able to cut-and-paste the entire tutorial into
+your shell in one go if you want it done automatically.
 
+: First check out the Samba 4 tree as usual:
+
   svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba4 
 
-Then, check out the official Debian packaging:
+: Then, check out the official Debian packaging:
 
   svn co svn://svn.debian.org/pkg-samba/branches/samba4 samba4/debian
 
-Samba is not a native Debian package, so you'll need to create
-an .orig.tar.gz tarball. Do something along the lines of:
+: Samba is not a native Debian package, so you will need to create
+: an .orig.tar.gz tarball. Do something along the lines of:
 
   VER=$( dpkg-parsechangelog -lsamba4/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
   svn export samba4 samba-$VER
   ( cd samba-$VER/source && ./autogen.sh )
   tar zcf samba_$VER.orig.tar.gz samba-$VER
 
-With the .orig.tar.gz in place, you can now also export the debian/
-directory:
+: With the .orig.tar.gz in place, you can now also export the debian/
+: directory:
 
   svn export samba4/debian samba-$VER/debian
 
-Finally, build the package using whatever method you prefer:
+: Finally, build the package using whatever method you prefer:
 
   cd samba-$VER
   debuild




More information about the Pkg-samba-maint mailing list