[Pkg-samba-maint] r876 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Thu Jan 5 02:27:31 UTC 2006
Author: sesse
Date: 2006-01-05 02:27:30 +0000 (Thu, 05 Jan 2006)
New Revision: 876
Modified:
branches/samba4/README.building
Log:
autogen.sh needs to be run in source/; fix README.building.
Modified: branches/samba4/README.building
===================================================================
--- branches/samba4/README.building 2006-01-05 02:23:42 UTC (rev 875)
+++ branches/samba4/README.building 2006-01-05 02:27:30 UTC (rev 876)
@@ -37,7 +37,7 @@
VER=$( dpkg-parsechangelog -lsamba4/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
svn export samba4 samba-$VER
- ( cd samba-$VER && ./autogen.sh )
+ ( 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/
More information about the Pkg-samba-maint
mailing list