Osso-gnome-vfs2 added, but check the packaging,seems shady
[oespirit1] / osso-gnome-vfs2 / mer-changes.patch
1 --- osso-gnome-vfs2-2.16.3-2osso2.orig/debian/rules
2 +++ osso-gnome-vfs2-2.16.3-2osso2/debian/rules
3 @@ -33,8 +33,7 @@
4  
5  post-patches:: debian/stamp-autothings-update
6  debian/stamp-autothings-update:
7 -       # Set ACLOCAL_FLAGS so that libtool.m4 is picked up in scratchbox 1.0.x + sardine
8 -       NOCONFIGURE=1 ACLOCAL_FLAGS="-I /targets/links/arch_tools/share/aclocal" ./autogen.sh
9 +       NOCONFIGURE=1 ./autogen.sh
10         # Can add things here that need to be ran after autogen.sh
11         touch $@
12  
13 --- osso-gnome-vfs2-2.16.3-2osso2.orig/debian/control
14 +++ osso-gnome-vfs2-2.16.3-2osso2/debian/control
15 @@ -2,7 +2,7 @@
16  Section: libs
17  Priority: optional
18  Maintainer: Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
19 -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
20 +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, automake1.10
21  Standards-Version: 3.6.1.0
22  
23  Package: libosso-gnomevfs2-common
24 @@ -44,12 +44,10 @@
25   This package contains debugging symbols for the samba module for the GNOME 
26   virtual file system. It has been split out from the GNOME VFS package.
27  
28 +
29  Package: libosso-gnomevfs2-0
30  Architecture: any
31  Depends: ${shlibs:Depends}, libosso-gnomevfs2-common (>= ${Source-Version})
32 -Replaces: libgnomevfs2-0
33 -Conflicts: libgnomevfs2-0
34 -Provides: libgnomevfs2-0
35  Description: The GNOME virtual file-system libraries (for GNOME2)
36   GNOME VFS is the GNOME virtual file system. It is the foundation of the
37   Nautilus file manager. It provides a modular architecture and ships with
38 @@ -59,6 +57,20 @@
39   .
40   This package is a patched version of gnome-vfs in GNOME2.
41  
42 +Package: libgnomevfs2-0
43 +Architecture: any
44 +Section: libs
45 +Depends: libosso-gnomevfs2-0 (= ${Source-Version})
46 +Description: Transitional package for libgnomevfs2-0
47 + Transitional package for libgnomevfs2-0.
48 +
49 +Package: libgnomevfs2-dev
50 +Architecture: any
51 +Section: libs
52 +Depends: libosso-gnomevfs2-dev (= ${Source-Version})
53 +Description: Transitional package for libgnomevfs2-dev
54 + Transitional package for libgnomevfs2-dev
55 +
56  Package: libosso-gnomevfs2-0-dbg
57  Architecture: any
58  Section: libdevel
59 @@ -70,9 +82,8 @@
60  Section: libdevel
61  Architecture: any
62  Depends: libosso-gnomevfs2-common, libosso-gnomevfs2-0 (= ${Source-Version}), libc6-dev, libgconf2-dev (>= 2.6.0), libxml2-dev
63 -Replaces: libgnomevfs2-common (<< 2.2.5-1), libgnomevfs2-dev
64 -Conflicts: libgnomevfs2-common (<< 2.2.5-1), libgnomevfs2-dev
65 -Provides: libgnomevfs2-dev
66 +Replaces: libgnomevfs2-common (<< 2.2.5-1)
67 +Conflicts: libgnomevfs2-common (<< 2.2.5-1)
68  Description: The GNOME virtual file-system development files (for GNOME2)
69   This package provides the necessary development libraries for writing
70   GNOME VFS modules and applications that use the GNOME VFS API