[maemo-commits] [maemo-commits] r17853 - in projects/haf/trunk/gvfs-1.0.3: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 27 21:18:07 EET 2009
Author: marivoll
Date: 2009-03-27 21:18:06 +0200 (Fri, 27 Mar 2009)
New Revision: 17853

Added:
   projects/haf/trunk/gvfs-1.0.3/strip-smb.patch
Modified:
   projects/haf/trunk/gvfs-1.0.3/debian/gvfs-backends.install
   projects/haf/trunk/gvfs-1.0.3/debian/rules
Log:
Applied strip-smb.patch.


Modified: projects/haf/trunk/gvfs-1.0.3/debian/gvfs-backends.install
===================================================================
--- projects/haf/trunk/gvfs-1.0.3/debian/gvfs-backends.install	2009-03-27 19:15:16 UTC (rev 17852)
+++ projects/haf/trunk/gvfs-1.0.3/debian/gvfs-backends.install	2009-03-27 19:18:06 UTC (rev 17853)
@@ -4,8 +4,6 @@
 debian/tmp/usr/lib/gvfs/gvfsd-network
 debian/tmp/usr/lib/gvfs/gvfsd-obexftp
 debian/tmp/usr/lib/gvfs/gvfsd-sftp
-debian/tmp/usr/lib/gvfs/gvfsd-smb
-debian/tmp/usr/lib/gvfs/gvfsd-smb-browse
 debian/tmp/usr/share/gvfs/mounts/dav.mount
 debian/tmp/usr/share/gvfs/mounts/ftp.mount
 debian/tmp/usr/share/gvfs/mounts/http.mount

Modified: projects/haf/trunk/gvfs-1.0.3/debian/rules
===================================================================
--- projects/haf/trunk/gvfs-1.0.3/debian/rules	2009-03-27 19:15:16 UTC (rev 17852)
+++ projects/haf/trunk/gvfs-1.0.3/debian/rules	2009-03-27 19:18:06 UTC (rev 17853)
@@ -9,6 +9,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-smbclient
+
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_DH_MAKESHLIBS_ARGS_libgvfscommon0 := -V "libgvfscommon0 (>= 0.99.6)"

Added: projects/haf/trunk/gvfs-1.0.3/strip-smb.patch
===================================================================
--- projects/haf/trunk/gvfs-1.0.3/strip-smb.patch	2009-03-27 19:15:16 UTC (rev 17852)
+++ projects/haf/trunk/gvfs-1.0.3/strip-smb.patch	2009-03-27 19:18:06 UTC (rev 17853)
@@ -0,0 +1,26 @@
+Index: debian/gvfs-backends.install
+===================================================================
+--- debian/gvfs-backends.install	(revision 17851)
++++ debian/gvfs-backends.install	(working copy)
+@@ -4,8 +4,6 @@ debian/tmp/usr/lib/gvfs/gvfsd-http
+ debian/tmp/usr/lib/gvfs/gvfsd-network
+ debian/tmp/usr/lib/gvfs/gvfsd-obexftp
+ debian/tmp/usr/lib/gvfs/gvfsd-sftp
+-debian/tmp/usr/lib/gvfs/gvfsd-smb
+-debian/tmp/usr/lib/gvfs/gvfsd-smb-browse
+ debian/tmp/usr/share/gvfs/mounts/dav.mount
+ debian/tmp/usr/share/gvfs/mounts/ftp.mount
+ debian/tmp/usr/share/gvfs/mounts/http.mount
+Index: debian/rules
+===================================================================
+--- debian/rules	(revision 17849)
++++ debian/rules	(working copy)
+@@ -9,6 +9,8 @@ include /usr/share/gnome-pkg-tools/1/rul
+ include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
+ -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+ 
++DEB_CONFIGURE_EXTRA_FLAGS := --disable-smbclient
++
+ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+ 
+ DEB_DH_MAKESHLIBS_ARGS_libgvfscommon0 := -V "libgvfscommon0 (>= 0.99.6)"


More information about the maemo-commits mailing list