[Pkg-samba-maint] r937 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Thu Jan 12 00:02:10 UTC 2006
Author: sesse
Date: 2006-01-12 00:02:09 +0000 (Thu, 12 Jan 2006)
New Revision: 937
Modified:
branches/samba4/README.building
Log:
Fix an ugly inconsistency.
Modified: branches/samba4/README.building
===================================================================
--- branches/samba4/README.building 2006-01-11 23:59:12 UTC (rev 936)
+++ branches/samba4/README.building 2006-01-12 00:02:09 UTC (rev 937)
@@ -41,7 +41,7 @@
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 )
- ( cd samba-$VER/source/ && ./script/mkversion.sh VERSION include/version.h ../../samba4/source/ )
+ ( cd samba-$VER/source && ./script/mkversion.sh VERSION include/version.h ../../samba4/source/ )
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