[maemo-commits] [maemo-commits] r18755 - projects/haf/trunk/osso-gnome-vfs2/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 18 14:02:07 EEST 2009
Author: richard
Date: 2009-06-18 14:02:04 +0300 (Thu, 18 Jun 2009)
New Revision: 18755

Modified:
   projects/haf/trunk/osso-gnome-vfs2/debian/changelog
   projects/haf/trunk/osso-gnome-vfs2/debian/control
   projects/haf/trunk/osso-gnome-vfs2/debian/rules
Log:
Disable samba

Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/changelog	2009-06-18 10:04:53 UTC (rev 18754)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog	2009-06-18 11:02:04 UTC (rev 18755)
@@ -1,3 +1,9 @@
+osso-gnome-vfs2 (2.16.3-2osso5) unstable; urgency=low
+
+  * Remove samba package as it's not supported anymore
+
+ -- Richard Hult <richard at imendio.com>  Thu, 18 Jun 2009 13:01:00 +0200
+
 osso-gnome-vfs2 (2.16.3-2osso4) unstable; urgency=low
 
   * Fixes: NB#122894, Readdir (g_dir_read_name) is used instead of readdir_r
@@ -2,3 +8,3 @@
 
- -- Richard Hult <richard at imendio.com>  Fri, 19 Jun 2009 08:42:00 +0200
+ -- Richard Hult <richard at imendio.com>  Thu, 18 Jun 2009 08:42:00 +0200
 

Modified: projects/haf/trunk/osso-gnome-vfs2/debian/control
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/control	2009-06-18 10:04:53 UTC (rev 18754)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/control	2009-06-18 11:02:04 UTC (rev 18755)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
-Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev, cdbs, libgconf2-dev (>= 2.6.4), libxml2-dev, gettext, debhelper (>> 4.1.0), zlib1g-dev, intltool, gnome-common, gnome-pkg-tools, libdbus-glib-1-dev (>= 0.60), gtk-doc-tools, libsmbclient-dev, libhal-dev, libhal-storage-dev
+Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev, cdbs, libgconf2-dev (>= 2.6.4), libxml2-dev, gettext, debhelper (>> 4.1.0), zlib1g-dev, intltool, gnome-common, gnome-pkg-tools, libdbus-glib-1-dev (>= 0.60), gtk-doc-tools, libhal-dev, libhal-storage-dev
 Standards-Version: 3.6.1.0
 
 Package: libosso-gnomevfs2-common
@@ -28,22 +28,6 @@
 Description: Debug symbols for the libosso-gnomevfs2-common package
  This package is a patched version of gnome-vfs in GNOME2.
 
-Package: libosso-gnomevfs2-samba
-Section: devel
-Architecture: any
-Depends: ${shlibs:Depends}, libosso-gnomevfs2-common
-Description: The samba module for the GNOME virtual file-system
- This package contains the samba module for the GNOME virtual file system. It
- has been split out from the GNOME VFS package.
-
-Package: libosso-gnomevfs2-samba-dbg
-Architecture: any
-Section: devel
-Depends: libosso-gnomevfs2-samba (= ${Source-Version})
-Description: Debug symbols for the libosso-gnomevfs2-samba package
- This package contains debugging symbols for the samba module for the GNOME 
- virtual file system. It has been split out from the GNOME VFS package.
-
 Package: libosso-gnomevfs2-0
 Architecture: any
 Depends: ${shlibs:Depends}, libosso-gnomevfs2-common (>= ${Source-Version})

Modified: projects/haf/trunk/osso-gnome-vfs2/debian/rules
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/rules	2009-06-18 10:04:53 UTC (rev 18754)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/rules	2009-06-18 11:02:04 UTC (rev 18755)
@@ -12,10 +12,10 @@
 DEB_DH_ALWAYS_EXCLUDE := .svn
 
 # Debug symbol packages
-DEB_DH_STRIP_ARGS := --dbg-package=libosso-gnomevfs2-0 --dbg-package=libosso-gnomevfs2-common --dbg-package=libosso-gnomevfs2-samba
+DEB_DH_STRIP_ARGS := --dbg-package=libosso-gnomevfs2-0 --dbg-package=libosso-gnomevfs2-common
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-samba --disable-gnutls --disable-openssl \
-	--disable-avahi --enable-hal --disable-fam --disable-howl \
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-gnutls --disable-openssl \
+	--disable-avahi --enable-hal --disable-fam --disable-howl --disable-samba \
 	--disable-gtk-doc --libexecdir=/usr/libexec --enable-more-warnings=no
 
 # For the ssh support so it doesn't pick up /scratchbox/tools/bin/ssh

More information about the maemo-commits mailing list