[Pkg-samba-maint] r3864 - branches/samba/experimental/debian/patches

bubulle at alioth.debian.org bubulle at alioth.debian.org
Tue Aug 2 06:19:31 UTC 2011


Author: bubulle
Date: 2011-08-02 06:19:30 +0000 (Tue, 02 Aug 2011)
New Revision: 3864

Added:
   branches/samba/experimental/debian/patches/dont-build-VFS-examples.patch
Modified:
   branches/samba/experimental/debian/patches/series
Log:
Don't build VFS examples: they're useless and require running autostuff

Added: branches/samba/experimental/debian/patches/dont-build-VFS-examples.patch
===================================================================
--- branches/samba/experimental/debian/patches/dont-build-VFS-examples.patch	                        (rev 0)
+++ branches/samba/experimental/debian/patches/dont-build-VFS-examples.patch	2011-08-02 06:19:30 UTC (rev 3864)
@@ -0,0 +1,28 @@
+Index: experimental/source3/Makefile.in
+===================================================================
+--- experimental.orig/source3/Makefile.in
++++ experimental/source3/Makefile.in
+@@ -1615,8 +1615,7 @@
+ 
+ 
+ everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctort replacetort smbconftort modules torture \
+-	$(EVERYTHING_PROGS) \
+-	vfs_examples
++	$(EVERYTHING_PROGS)
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .o .lo
+@@ -3547,13 +3546,3 @@
+ bin/ndrdump4: $(BINARY_PREREQS)
+ 	$(MAKE) -f Makefile-smbtorture4 bin/ndrdump4
+ 
+-.PHONY: vfs_examples
+-
+-vfs_examples:
+-	( \
+-	cd ../examples/VFS && \
+-	./autogen.sh && \
+-	./configure && \
+-	make clean && \
+-	make \
+-	)

Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series	2011-07-28 16:06:15 UTC (rev 3863)
+++ branches/samba/experimental/debian/patches/series	2011-08-02 06:19:30 UTC (rev 3864)
@@ -10,3 +10,4 @@
 smbtar-bashism.patch
 no-unnecessary-cups.patch
 autoconf.patch
+dont-build-VFS-examples.patch





More information about the Pkg-samba-maint mailing list