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

Steinar H. Gunderson sesse at costa.debian.org
Wed Jan 11 23:59:13 UTC 2006


Author: sesse
Date: 2006-01-11 23:59:12 +0000 (Wed, 11 Jan 2006)
New Revision: 936

Modified:
   branches/samba4/README.building
   branches/samba4/changelog
Log:
Adjust our export procedure we get the Subversion revision number in
include/version.h (and thus in the build itself), and document how in
README.building.


Modified: branches/samba4/README.building
===================================================================
--- branches/samba4/README.building	2006-01-11 22:52:58 UTC (rev 935)
+++ branches/samba4/README.building	2006-01-11 23:59:12 UTC (rev 936)
@@ -41,6 +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/ )
   tar zcf samba_$VER.orig.tar.gz samba-$VER
 
 : With the .orig.tar.gz in place, you can now also export the debian/

Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog	2006-01-11 22:52:58 UTC (rev 935)
+++ branches/samba4/changelog	2006-01-11 23:59:12 UTC (rev 936)
@@ -4,8 +4,11 @@
     * libparse-pidl-perl: perl
     * samba-dev: devel
     * samba-gtk-frontends: x11
+  * Adjust our export procedure we get the Subversion revision number in
+    include/version.h (and thus in the build itself), and document how in
+    README.building.
 
- -- Steinar H. Gunderson <sesse at debian.org>  Wed, 11 Jan 2006 23:51:59 +0100
+ -- Steinar H. Gunderson <sesse at debian.org>  Thu, 12 Jan 2006 00:57:41 +0100
 
 samba (3.9.0+SVN12856-1) experimental; urgency=low
 




More information about the Pkg-samba-maint mailing list