Changeset 2019
- Timestamp:
- 09/19/07 07:28:47 (6 years ago)
- Location:
- pkg/main/gnome-vfs2/trunk/debian
- Files:
-
- 10 added
- 20 edited
-
changelog (modified) (1 diff)
-
control (modified) (5 diffs)
-
control.in (modified) (5 diffs)
-
defaults.list (modified) (5 diffs)
-
libgnomevfs2-common.preinst (modified) (2 diffs)
-
libgnomevfs2-extra.preinst (modified) (2 diffs)
-
patches/01_fstab_edit_crash.patch (modified) (1 diff)
-
patches/02_audiocd_readonly.patch (modified) (1 diff)
-
patches/03_usr_share_gnome_applications.patch (modified) (1 diff)
-
patches/04_sftp_pam_krb5.patch (modified) (2 diffs)
-
patches/05_default_modules.patch (modified) (1 diff)
-
patches/06_blacklist-directories.patch (added)
-
patches/08_recursive_local_check.patch (modified) (2 diffs)
-
patches/09_gnomevfs_mount_selection.patch (modified) (2 diffs)
-
patches/10_configuration_loop.patch (modified) (1 diff)
-
patches/12_user_visible_drives.patch (modified) (1 diff)
-
patches/13_resolve_fstab_symlinks.patch (modified) (2 diffs)
-
patches/14_app_cdda.patch (added)
-
patches/15_uuid_mount.patch (added)
-
patches/16_no_extra_dbus_messages.patch (added)
-
patches/19_hurd_path_max.patch (modified) (3 diffs)
-
patches/20_dont_register_keys_for_gaim.patch (added)
-
patches/22_ignore_inaccessible_volumes.patch (added)
-
patches/23_improve_volume_labels.patch (added)
-
patches/24_gnome_vfs_home_dir.patch (added)
-
patches/30_nfs4.patch (modified) (3 diffs)
-
patches/99_ltmain_as-needed.patch (added)
-
patches/series (added)
-
rules (modified) (1 diff)
-
watch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/gnome-vfs2/trunk/debian/changelog
r1575 r2019 1 gnome-vfs2 (1:2.18.1-parsix2) barry; urgency=low 2 3 * Biarch build 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 30 Jun 2007 14:05:47 +0330 6 7 gnome-vfs2 (1:2.18.1-parsix1) barry; urgency=low 8 9 * New upstream release 10 11 -- Alan Baghumian <alan@technotux.org> Wed, 11 Apr 2007 10:14:03 +0330 12 13 gnome-vfs2 (1:2.18.0.1-parsix1) barry; urgency=low 14 15 * Parsix build. 16 17 -- Alan Baghumian <alan@technotux.org> Mon, 2 Apr 2007 21:57:38 +0330 1 gnome-vfs2 (1:2.20.0-parsix1) unstable; urgency=low 2 3 * New upstream stable release, Sync'd with Debian 4 5 -- Alan Baghumian <alan@technotux.org> Wed, 19 Sep 2007 05:23:58 +0000 6 7 gnome-vfs2 (1:2.19.91-2) experimental; urgency=low 8 9 * Merge 1:2.18.3-5: 10 + debian/patches/24_gnome_vfs_home_dir.patch: 11 - Include stdlib.h for getenv(). Otherwise it will segfault on amd64 at 12 least. Thanks to Andreas Henriksson for debugging. 13 14 -- Sebastian Dröge <slomo@debian.org> Mon, 10 Sep 2007 11:07:04 +0200 15 16 gnome-vfs2 (1:2.19.91-1) experimental; urgency=low 17 18 * New upstream release - no ABI and API changes. 19 * Merge 1:2.18.3-4: 20 + debian/patches/24_gnome_vfs_home_dir.patch: 21 - Add a new environment variable GNOME_VFS_HOME to specify the home 22 directory that GnomeVFS should use. Currently it only uses the value 23 from g_get_home_dir() which can be changed easily. 24 Setting this environment variable to a writable directory is necessary 25 to use GnomeVFS in the buildd chroots. 26 27 -- Sebastian Dröge <slomo@debian.org> Sun, 09 Sep 2007 08:51:33 +0200 28 29 gnome-vfs2 (1:2.19.3-1) experimental; urgency=low 30 31 [ Loic Minier ] 32 * Build-dep on linux-libc-dev instead of linux-kernel-headers; keep the 33 version intact. 34 35 [ Marc 'HE' Brockschmidt ] 36 * New upstream release - no ABI and API changes. 37 * debian/patches synced a bit with the Ubuntu tree: 38 + 14_app_cdda.patch: Register sound-juicer as default application 39 for cdda URLs 40 + 15_uuid_mount.patch: Look at disk UUIDs to not display dupes of 41 the same disks. 42 + 16_no_extra_dbus_messages.patch: Turn off some annoying warnings 43 when dbus isn't running. 44 45 -- Marc 'HE' Brockschmidt <he@debian.org> Fri, 03 Aug 2007 17:22:58 +0200 46 47 gnome-vfs2 (1:2.18.1-5) unstable; urgency=low 48 49 [ Loic Minier ] 50 * Drop the linux-libc-dev build-dep altogether. 51 52 [ Sebastian Dröge ] 53 * debian/patches/24_gnome_vfs_home_dir.patch: 54 + Include stdlib.h for getenv(). Otherwise it will segfault on amd64 at 55 least. Thanks to Andreas Henriksson for debugging. 56 57 -- Sebastian Dröge <slomo@debian.org> Mon, 10 Sep 2007 10:49:36 +0200 58 59 gnome-vfs2 (1:2.18.1-4) unstable; urgency=low 60 61 [ Loic Minier ] 62 * Build-dep on linux-libc-dev instead of linux-kernel-headers; keep the 63 version intact (Closes: #439097). 64 65 [ Sebastian Dröge ] 66 * debian/patches/24_gnome_vfs_home_dir.patch: 67 + Add a new environment variable GNOME_VFS_HOME to specify the home 68 directory that GnomeVFS should use. Currently it only uses the value 69 from g_get_home_dir() which can be changed easily. 70 Setting this environment variable to a writable directory is necessary 71 to use GnomeVFS in the buildd chroots. 72 73 -- Sebastian Dröge <slomo@debian.org> Fri, 07 Sep 2007 15:10:37 +0200 74 75 gnome-vfs2 (1:2.18.1-3) unstable; urgency=low 76 77 [ Josselin Mouette ] 78 * libgnomevfs2-common.preinst, libgnomevfs2-extra.preinst: use 79 dpkg-query instead of parsing the status file directly. 80 * 99_ltmain_as-needed.patch: get --as-needed back to work. 81 82 [ Otavio Salvador ] 83 * 23_improve_volume_labels.patch: Improve volume labels. Thanks to 84 Luis Gustavo S. Barreto <gustavo@ossystems.com.br> for the patch. 85 * 06_blacklist-directories.patch: Modified to blacklist /live/cow and 86 /live/image that are being use by live-initramfs while booting and 87 hence completely useless for end-users. 88 89 [ Josselin Mouette ] 90 * 23_improve_volume_labels.patch: we are rich: display both mount 91 point and volume size. Also fix a leak with size_str. 92 93 -- Josselin Mouette <joss@debian.org> Wed, 27 Jun 2007 22:49:33 +0200 94 95 gnome-vfs2 (1:2.18.1-2) unstable; urgency=low 96 97 [ Loic Minier ] 98 * Wrap build-deps and deps. 99 * Drop libc6-dev dep. 100 * Make the build-dep on libdbus-glib-1-dev unconditional; thanks 101 Michael Banck; closes: #419860. 102 103 [ Josselin Mouette ] 104 * Convert to quilt for patch handling, build-depend on quilt. 105 * Convert all patches to -p1 and refresh them. 106 * 06_blacklist-directories.patch: add a few commonly found 107 non-toplevel FHS direcories to the mountpoint blacklist. 108 Closes: #365670. 109 110 -- Josselin Mouette <joss@debian.org> Thu, 03 May 2007 23:14:05 +0200 111 112 gnome-vfs2 (1:2.18.1-1) unstable; urgency=low 113 114 [ Josselin Mouette ] 115 * 22_ignore_inaccessible_volumes.patch: patch from Ubuntu to ignore 116 volumes on which the current user doesn't have permissions. 117 Closes: #416692. 118 * Update patch 30_nfs4 to also update the do_is_local() method; thanks 119 John Goerzen; closes: #413993. 120 * defaults.list: updated using the lists in the latest available 121 .desktop files. 122 123 [ Sebastian Dröge ] 124 * New upstream release. 125 * Upload to unstable, drop the check-dist include. 126 * Build depend on gnome-pkg-tools >= 0.11.3 to get me into Uploaders. 127 * Update watch file with the new location. 128 * 20_dont_register_keys_for_gaim.patch: patch from Ubuntu to not register 129 URL handlers for gaim as gaim already registers them itself. 130 * 30_nfs4.patch: Updated for new upstream version. 131 132 -- Sebastian Dröge <slomo@debian.org> Mon, 16 Apr 2007 11:43:21 +0200 18 133 19 134 gnome-vfs2 (1:2.18.0.1-1) experimental; urgency=low -
pkg/main/gnome-vfs2/trunk/debian/control
r1576 r2019 3 3 Priority: optional 4 4 Maintainer: Josselin Mouette <joss@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org> 6 Build-Depends: cdbs, type-handling, gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.9.3), libgconf2-dev (>= 2.8.0-1), libxml2-dev (>= 2.6.0), libbz2-dev, libfam-dev (>= 2.6.9-4) [!hurd-i386], libsmbclient-dev [!hurd-i386], gettext, debhelper (>= 5.0.13), zlib1g-dev, intltool (>= 0.35.0), gnome-mime-data, libgnutls-dev (>= 1.0.4-3), gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), libdbus-glib-1-dev (>= 0.70) [!hurd-i386], libhal-dev (>= 0.5.7) | not+linux-gnu, libhal-storage-dev (>= 0.5.7) | not+linux-gnu, libavahi-client-dev (>= 0.6) [!hurd-i386], libavahi-glib-dev (>= 0.6) [!hurd-i386], libselinux1-dev | not+linux-gnu, libkrb5-dev, libacl1-dev, libattr1-dev, linux-kernel-headers (>= 2.6.13) | not+linux-gnu 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Sebastian Dröge <slomo@debian.org> 6 Build-Depends: cdbs, 7 quilt, 8 type-handling, 9 gtk-doc-tools (>= 1.0), 10 libglib2.0-dev (>= 2.9.3), 11 libgconf2-dev (>= 2.8.0-1), 12 libxml2-dev (>= 2.6.0), 13 libbz2-dev, 14 libfam-dev (>= 2.6.9-4) [!hurd-i386], 15 libsmbclient-dev [!hurd-i386], 16 gettext, 17 debhelper (>= 5.0.13), 18 zlib1g-dev, 19 intltool (>= 0.35.0), 20 gnome-mime-data, 21 libgnutls-dev (>= 1.0.4-3), 22 gnome-pkg-tools (>= 0.11.3), 23 dpkg-dev (>= 1.13.19), 24 libdbus-glib-1-dev (>= 0.70), 25 libhal-dev (>= 0.5.7) | not+linux-gnu, 26 libhal-storage-dev (>= 0.5.7) | not+linux-gnu, 27 libavahi-client-dev (>= 0.6) [!hurd-i386], 28 libavahi-glib-dev (>= 0.6) [!hurd-i386], 29 libselinux1-dev | not+linux-gnu, 30 libkrb5-dev, 31 libacl1-dev, 32 libattr1-dev, 33 linux-libc-dev (>= 2.6.13) | not+linux-gnu 7 34 Standards-Version: 3.7.2 8 35 … … 10 37 Section: libs 11 38 Architecture: all 12 Depends: ${misc:Depends}, gnome-mime-data, shared-mime-info 13 Conflicts: gnome-panel (<< 2.10.0), libgnomevfs2-0 (<< 2.12.2-4), libgnomevfs2-extra (<< 1:2.16.3-6) 39 Depends: ${misc:Depends}, 40 gnome-mime-data, 41 shared-mime-info 42 Conflicts: gnome-panel (<< 2.10.0), 43 libgnomevfs2-0 (<< 2.12.2-4), 44 libgnomevfs2-extra (<< 1:2.16.3-6) 14 45 Description: GNOME Virtual File System (common files) 15 46 GNOME VFS is the GNOME virtual file system. It is the foundation of the … … 23 54 Package: libgnomevfs2-0 24 55 Architecture: any 25 Depends: ${shlibs:Depends}, dbus (>= 0.90), libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) 56 Depends: ${shlibs:Depends}, 57 dbus (>= 0.90), 58 libgnomevfs2-common (>= ${gnome:Version}), 59 libgnomevfs2-common (<< ${gnome:NextVersion}) 26 60 Recommends: libgnomevfs2-extra, fam, gnome-mount 27 61 Suggests: libgnomevfs2-bin … … 54 88 Package: libgnomevfs2-extra 55 89 Architecture: any 56 Depends: ${shlibs:Depends}, libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) 57 Conflicts: libgnomevfs2-common (<< 2.12.2-7), libgnomevfs2-0 (<< 1:2.16.0-1) 90 Depends: ${shlibs:Depends}, 91 libgnomevfs2-common (>= ${gnome:Version}), 92 libgnomevfs2-common (<< ${gnome:NextVersion}) 93 Conflicts: libgnomevfs2-common (<< 2.12.2-7), 94 libgnomevfs2-0 (<< 1:2.16.0-1) 58 95 Description: GNOME Virtual File System (extra modules) 59 96 GNOME VFS is the GNOME virtual file system. It is the foundation of the … … 90 127 Architecture: any 91 128 Section: libdevel 92 Depends: libgnomevfs2-0 (= ${binary:Version}), libc6-dev, libgconf2-dev (>= 2.8.0-1), libgnutls-dev, libxml2-dev, libavahi-client-dev (>= 0.6) | hurd, libavahi-glib-dev (>= 0.6) | hurd, libdbus-1-dev | hurd, libselinux1-dev | not+linux-gnu 129 Depends: libgnomevfs2-0 (= ${binary:Version}), 130 libgconf2-dev (>= 2.8.0-1), 131 libgnutls-dev, 132 libxml2-dev, 133 libavahi-client-dev (>= 0.6) | hurd, 134 libavahi-glib-dev (>= 0.6) | hurd, 135 libdbus-1-dev | hurd, 136 libselinux1-dev | not+linux-gnu 93 137 Description: GNOME Virtual File System library (development files) 94 138 GNOME VFS is the GNOME virtual file system. It is the foundation of the -
pkg/main/gnome-vfs2/trunk/debian/control.in
r471 r2019 4 4 Maintainer: Josselin Mouette <joss@debian.org> 5 5 Uploaders: @GNOME_TEAM@ 6 Build-Depends: cdbs, type-handling, gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.9.3), libgconf2-dev (>= 2.8.0-1), libxml2-dev (>= 2.6.0), libbz2-dev, libfam-dev (>= 2.6.9-4) [!hurd-i386], libsmbclient-dev [!hurd-i386], gettext, debhelper (>= 5.0.13), zlib1g-dev, intltool (>= 0.35.0), gnome-mime-data, libgnutls-dev (>= 1.0.4-3), gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), libdbus-glib-1-dev (>= 0.70) [!hurd-i386], libhal-dev (>= 0.5.7) | not+linux-gnu, libhal-storage-dev (>= 0.5.7) | not+linux-gnu, libavahi-client-dev (>= 0.6) [!hurd-i386], libavahi-glib-dev (>= 0.6) [!hurd-i386], libselinux1-dev | not+linux-gnu, libkrb5-dev, libacl1-dev, libattr1-dev, linux-kernel-headers (>= 2.6.13) | not+linux-gnu 6 Build-Depends: cdbs, 7 quilt, 8 type-handling, 9 gtk-doc-tools (>= 1.0), 10 libglib2.0-dev (>= 2.9.3), 11 libgconf2-dev (>= 2.8.0-1), 12 libxml2-dev (>= 2.6.0), 13 libbz2-dev, 14 libfam-dev (>= 2.6.9-4) [!hurd-i386], 15 libsmbclient-dev [!hurd-i386], 16 gettext, 17 debhelper (>= 5.0.13), 18 zlib1g-dev, 19 intltool (>= 0.35.0), 20 gnome-mime-data, 21 libgnutls-dev (>= 1.0.4-3), 22 gnome-pkg-tools (>= 0.11.3), 23 dpkg-dev (>= 1.13.19), 24 libdbus-glib-1-dev (>= 0.70), 25 libhal-dev (>= 0.5.7) | not+linux-gnu, 26 libhal-storage-dev (>= 0.5.7) | not+linux-gnu, 27 libavahi-client-dev (>= 0.6) [!hurd-i386], 28 libavahi-glib-dev (>= 0.6) [!hurd-i386], 29 libselinux1-dev | not+linux-gnu, 30 libkrb5-dev, 31 libacl1-dev, 32 libattr1-dev, 33 linux-libc-dev (>= 2.6.13) | not+linux-gnu 7 34 Standards-Version: 3.7.2 8 35 … … 10 37 Section: libs 11 38 Architecture: all 12 Depends: ${misc:Depends}, gnome-mime-data, shared-mime-info 13 Conflicts: gnome-panel (<< 2.10.0), libgnomevfs2-0 (<< 2.12.2-4), libgnomevfs2-extra (<< 1:2.16.3-6) 39 Depends: ${misc:Depends}, 40 gnome-mime-data, 41 shared-mime-info 42 Conflicts: gnome-panel (<< 2.10.0), 43 libgnomevfs2-0 (<< 2.12.2-4), 44 libgnomevfs2-extra (<< 1:2.16.3-6) 14 45 Description: GNOME Virtual File System (common files) 15 46 GNOME VFS is the GNOME virtual file system. It is the foundation of the … … 23 54 Package: libgnomevfs2-0 24 55 Architecture: any 25 Depends: ${shlibs:Depends}, dbus (>= 0.90), libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) 56 Depends: ${shlibs:Depends}, 57 dbus (>= 0.90), 58 libgnomevfs2-common (>= ${gnome:Version}), 59 libgnomevfs2-common (<< ${gnome:NextVersion}) 26 60 Recommends: libgnomevfs2-extra, fam, gnome-mount 27 61 Suggests: libgnomevfs2-bin … … 54 88 Package: libgnomevfs2-extra 55 89 Architecture: any 56 Depends: ${shlibs:Depends}, libgnomevfs2-common (>= ${gnome:Version}), libgnomevfs2-common (<< ${gnome:NextVersion}) 57 Conflicts: libgnomevfs2-common (<< 2.12.2-7), libgnomevfs2-0 (<< 1:2.16.0-1) 90 Depends: ${shlibs:Depends}, 91 libgnomevfs2-common (>= ${gnome:Version}), 92 libgnomevfs2-common (<< ${gnome:NextVersion}) 93 Conflicts: libgnomevfs2-common (<< 2.12.2-7), 94 libgnomevfs2-0 (<< 1:2.16.0-1) 58 95 Description: GNOME Virtual File System (extra modules) 59 96 GNOME VFS is the GNOME virtual file system. It is the foundation of the … … 90 127 Architecture: any 91 128 Section: libdevel 92 Depends: libgnomevfs2-0 (= ${binary:Version}), libc6-dev, libgconf2-dev (>= 2.8.0-1), libgnutls-dev, libxml2-dev, libavahi-client-dev (>= 0.6) | hurd, libavahi-glib-dev (>= 0.6) | hurd, libdbus-1-dev | hurd, libselinux1-dev | not+linux-gnu 129 Depends: libgnomevfs2-0 (= ${binary:Version}), 130 libgconf2-dev (>= 2.8.0-1), 131 libgnutls-dev, 132 libxml2-dev, 133 libavahi-client-dev (>= 0.6) | hurd, 134 libavahi-glib-dev (>= 0.6) | hurd, 135 libdbus-1-dev | hurd, 136 libselinux1-dev | not+linux-gnu 93 137 Description: GNOME Virtual File System library (development files) 94 138 GNOME VFS is the GNOME virtual file system. It is the foundation of the -
pkg/main/gnome-vfs2/trunk/debian/defaults.list
r241 r2019 3 3 application/rtf=abiword.desktop 4 4 application/vnd.ms-word=abiword.desktop 5 application/vnd.palm=abiword.desktop6 application/wordperfect5.1=abiword.desktop7 5 application/x-abiword=abiword.desktop 8 application/x-applix-word=abiword.desktop9 application/x-palm-database=abiword.desktop10 6 text/abiword=abiword.desktop 11 7 text/richtext=abiword.desktop 12 8 text/rtf=abiword.desktop 9 application/x-devhelp=devhelp.desktop 10 application/x-dia-diagram=dia.desktop 13 11 image/bmp=eog.desktop 14 12 image/gif=eog.desktop … … 29 27 image/x-portable-graymap=eog.desktop 30 28 image/x-portable-pixmap=eog.desktop 31 image/x-psd=eog.desktop32 29 image/x-xbitmap=eog.desktop 33 30 image/x-xpixmap=eog.desktop 31 image/g3fax=gimp.desktop 32 image/x-compressed-xcf=gimp.desktop 33 image/x-fits=gimp.desktop 34 image/x-psd=gimp.desktop 35 image/x-sgi=gimp.desktop 36 image/x-sun-raster=gimp.desktop 37 image/x-tga=gimp.desktop 38 image/x-xcf=gimp.desktop 39 image/x-xwindowdump=gimp.desktop 34 40 application/xhtml+xml=epiphany.desktop 35 41 text/html=epiphany.desktop 36 42 text/xml=epiphany.desktop 37 43 application/pdf=evince.desktop 44 application/x-bzpdf=evince.desktop 45 application/x-gzpdf=evince.desktop 38 46 application/postscript=evince.desktop 47 application/x-bzpostscript=evince.desktop 48 application/x-gzpostscript=evince.desktop 49 image/x-eps=evince.desktop 50 image/x-bzeps=evince.desktop 51 image/x-gzeps=evince.desktop 39 52 application/x-dvi=evince.desktop 40 application/x-gzpostscript=evince.desktop41 53 image/vnd.djvu=evince.desktop 54 application/x-cbr=evince.desktop 55 application/x-cbz=evince.desktop 42 56 application/x-7z-compressed=file-roller.desktop 43 application/x-7zip=file-roller.desktop44 57 application/x-ar=file-roller.desktop 45 58 application/x-arj=file-roller.desktop … … 101 114 text/x-comma-separated-values=gnumeric.desktop 102 115 zz-application/zz-winassoc-xls=gnumeric.desktop 116 application/vnd.oasis.opendocument.spreadsheet=ooo-calc.desktop 117 application/vnd.oasis.opendocument.spreadsheet-template=ooo-calc.desktop 103 118 application/vnd.sun.xml.calc=ooo-calc.desktop 104 119 application/vnd.sun.xml.calc.template=ooo-calc.desktop 105 120 application/vnd.stardivision.calc=ooo-calc.desktop 106 121 application/vnd.stardivision.chart=ooo-calc.desktop 122 application/vnd.oasis.opendocument.graphics=ooo-draw.desktop 123 application/vnd.oasis.opendocument.graphics-template=ooo-draw.desktop 124 application/vnd.sun.xml.draw=ooo-draw.desktop 125 application/vnd.sun.xml.draw.template=ooo-draw.desktop 126 application/vnd.stardivision.draw=ooo-draw.desktop 127 application/vnd.oasis.opendocument.presentation=ooo-impress.desktop 128 application/vnd.oasis.opendocument.presentation-template=ooo-impress.desktop 129 application/vnd.sun.xml.impress=ooo-impress.desktop 130 application/vnd.sun.xml.impress.template=ooo-impress.desktop 131 application/vnd.stardivision.impress=ooo-impress.desktop 132 application/mspowerpoint=ooo-impress.desktop 133 application/vnd.ms-powerpoint=ooo-impress.desktop 134 application/vnd.oasis.opendocument.formula=ooo-math.desktop 135 application/vnd.sun.xml.math=ooo-math.desktop 136 application/vnd.stardivision.math=ooo-math.desktop 137 application/vnd.oasis.opendocument.text=ooo-writer.desktop 138 application/vnd.oasis.opendocument.text-template=ooo-writer.desktop 139 application/vnd.oasis.opendocument.text-web=ooo-writer.desktop 140 application/vnd.oasis.opendocument.text-master=ooo-writer.desktop 107 141 application/vnd.sun.xml.writer=ooo-writer.desktop 108 142 application/vnd.sun.xml.writer.template=ooo-writer.desktop 109 143 application/vnd.sun.xml.writer.global=ooo-writer.desktop 110 144 application/vnd.stardivision.writer=ooo-writer.desktop 145 application/vnd.wordperfect=ooo-writer.desktop 146 application/wordperfect=ooo-writer.desktop 111 147 application/ogg=totem.desktop 148 application/ram=totem.desktop 149 application/smil=totem.desktop 112 150 application/vnd.rn-realmedia=totem.desktop 113 151 application/x-extension-m4a=totem.desktop 114 152 application/x-extension-mp4=totem.desktop 115 153 application/x-flac=totem.desktop 154 application/x-flash-video=totem.desktop 116 155 application/x-matroska=totem.desktop 117 156 application/x-ogg=totem.desktop 157 application/x-quicktime-media-link=totem.desktop 158 application/x-quicktimeplayer=totem.desktop 118 159 application/x-shockwave-flash=totem.desktop 119 160 application/x-shorten=totem.desktop 161 application/x-smil=totem.desktop 162 application/xspf+xml=totem.desktop 120 163 audio/3gpp=totem.desktop 164 audio/ac3=totem.desktop 165 audio/AMR=totem.desktop 166 audio/AMR-WB=totem.desktop 167 audio/basic=totem.desktop 121 168 audio/mp4=totem.desktop 122 169 audio/mpeg=totem.desktop 123 170 audio/mpegurl=totem.desktop 124 171 audio/vnd.rn-realaudio=totem.desktop 172 audio/x-ape=totem.desktop 125 173 audio/x-flac=totem.desktop 174 audio/x-it=totem.desktop 126 175 audio/x-m4a=totem.desktop 176 audio/x-matroska=totem.desktop 177 audio/x-mod=totem.desktop 127 178 audio/x-mp3=totem.desktop 128 179 audio/x-mpeg=totem.desktop … … 131 182 audio/x-ms-asx=totem.desktop 132 183 audio/x-ms-wax=totem.desktop 184 audio/x-ms-wma=totem.desktop 185 audio/x-musepack=totem.desktop 133 186 audio/x-pn-aiff=totem.desktop 134 187 audio/x-pn-au=totem.desktop … … 137 190 audio/x-pn-wav=totem.desktop 138 191 audio/x-pn-windows-acm=totem.desktop 192 audio/x-realaudio=totem.desktop 139 193 audio/x-real-audio=totem.desktop 140 194 audio/x-scpls=totem.desktop 195 audio/x-tta=totem.desktop 141 196 audio/x-wav=totem.desktop 197 audio/x-wavpack=totem.desktop 142 198 image/vnd.rn-realpix=totem.desktop 199 image/x-pict=totem.desktop 143 200 misc/ultravox=totem.desktop 201 text/google-video-pointer=totem.desktop 202 text/x-google-video-pointer=totem.desktop 144 203 video/3gpp=totem.desktop 145 204 video/dv=totem.desktop 205 video/fli=totem.desktop 206 video/flv=totem.desktop 146 207 video/mp4=totem.desktop 208 video/mp4v-es=totem.desktop 147 209 video/mpeg=totem.desktop 148 210 video/msvideo=totem.desktop 149 211 video/quicktime=totem.desktop 212 video/vivo=totem.desktop 213 video/vnd.divx=totem.desktop 150 214 video/vnd.rn-realvideo=totem.desktop 215 video/vnd.vivo=totem.desktop 151 216 video/x-anim=totem.desktop 152 217 video/x-avi=totem.desktop 153 218 video/x-flc=totem.desktop 154 219 video/x-fli=totem.desktop 220 video/x-flic=totem.desktop 155 221 video/x-m4v=totem.desktop 222 video/x-matroska=totem.desktop 156 223 video/x-mpeg=totem.desktop 157 224 video/x-ms-asf=totem.desktop 225 video/x-msvideo=totem.desktop 226 video/x-ms-wm=totem.desktop 158 227 video/x-ms-wmv=totem.desktop 159 video/x-msvideo=totem.desktop 228 video/x-ms-wmx=totem.desktop 229 video/x-ms-wvx=totem.desktop 160 230 video/x-nsv=totem.desktop 231 video/x-ogm+ogg=totem.desktop 232 video/x-theora+ogg=totem.desktop -
pkg/main/gnome-vfs2/trunk/debian/libgnomevfs2-common.preinst
r241 r2019 4 4 5 5 rm_conffile() { 6 CONFFILE="$1" 6 PKGNAME="$1" 7 CONFFILE="$2" 7 8 8 9 if [ -e "$CONFFILE" ]; then 9 10 md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" 10 old_md5sum="`sed -n -e \"/^Conffiles:/,/^[^ ]/{\\\\' $CONFFILE'{s/.* //;p}}\" /var/lib/dpkg/status`"11 old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE's/.* //p\"`" 11 12 if [ "$md5sum" != "$old_md5sum" ]; then 12 13 echo "Obsolete conffile $CONFFILE has been modified by you." … … 23 24 install|upgrade) 24 25 # The https method is now described in extra-modules.conf 25 rm_conffile /etc/gnome-vfs-2.0/modules/ssl-modules.conf26 rm_conffile libgnomevfs2-common /etc/gnome-vfs-2.0/modules/ssl-modules.conf 26 27 ;; 27 28 esac -
pkg/main/gnome-vfs2/trunk/debian/libgnomevfs2-extra.preinst
r241 r2019 4 4 5 5 rm_conffile() { 6 CONFFILE="$1" 6 PKGNAME="$1" 7 CONFFILE="$2" 7 8 8 9 if [ -e "$CONFFILE" ]; then 9 10 md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" 10 old_md5sum="`sed -n -e \"/^Conffiles:/,/^[^ ]/{\\\\' $CONFFILE'{s/.* //;p}}\" /var/lib/dpkg/status`"11 old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE's/.* //p\"`" 11 12 if [ "$md5sum" != "$old_md5sum" ]; then 12 13 echo "Obsolete conffile $CONFFILE has been modified by you." … … 23 24 install|upgrade) 24 25 # The smb method is now described in extra-modules.conf 25 rm_conffile /etc/gnome-vfs-2.0/modules/smb-module.conf26 rm_conffile libgnomevfs2-extra /etc/gnome-vfs-2.0/modules/smb-module.conf 26 27 ;; 27 28 esac -
pkg/main/gnome-vfs2/trunk/debian/patches/01_fstab_edit_crash.patch
r241 r2019 1 1 # upstream http://bugzilla.gnome.org/show_bug.cgi?id=300547 2 2 3 diff -Nur gnome-vfs2-2.10.0/libgnomevfs/gnome-vfs-volume-monitor-daemon.c gnome-vfs2-2.10.0.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 4 --- gnome-vfs2-2.10.0/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2004-12-14 17:23:33.000000000 +0100 5 +++ gnome-vfs2-2.10.0.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2005-03-17 12:01:07.245801992 +0100 6 @@ -718,6 +718,9 @@ 3 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 4 =================================================================== 5 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-04-10 14:03:59.000000000 +0200 6 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-05-03 22:59:25.352066750 +0200 7 @@ -740,6 +740,9 @@ 7 8 mount = l->data; 8 9 uri = gnome_vfs_get_uri_from_local_path (mount->mount_path); -
pkg/main/gnome-vfs2/trunk/debian/patches/02_audiocd_readonly.patch
r241 r2019 1 --- libgnomevfs/gnome-vfs-hal-mounts.c.orig 2006-12-09 01:14:31.000000000 +0100 2 +++ libgnomevfs/gnome-vfs-hal-mounts.c 2006-12-09 01:35:07.000000000 +0100 3 @@ -1036,17 +1036,19 @@ 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-hal-mounts.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-hal-mounts.c 2007-04-10 14:03:59.000000000 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-hal-mounts.c 2007-05-03 22:59:58.054110500 +0200 5 @@ -1038,17 +1038,19 @@ 4 6 vol->priv->volume_type = GNOME_VFS_VOLUME_TYPE_VFS_MOUNT; 5 7 vol->priv->activation_uri = g_strdup_printf ("cdda://%s", -
pkg/main/gnome-vfs2/trunk/debian/patches/03_usr_share_gnome_applications.patch
r241 r2019 1 --- libgnomevfs/gnome-vfs-mime-info-cache.c.orig 2005-03-22 19:47:02.000000000 +0100 2 +++ libgnomevfs/gnome-vfs-mime-info-cache.c 2005-03-22 19:59:32.000000000 +0100 3 @@ -412,11 +412,12 @@ 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-mime-info-cache.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-mime-info-cache.c 2007-04-10 14:03:59.000000000 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-mime-info-cache.c 2007-05-03 23:00:18.131365250 +0200 5 @@ -424,11 +424,12 @@ 4 6 5 7 for (length = 0; data_dirs[length] != NULL; length++); -
pkg/main/gnome-vfs2/trunk/debian/patches/04_sftp_pam_krb5.patch
r241 r2019 1 --- modules/sftp-method.c.orig 2006-07-21 19:13:29.000000000 +0200 2 +++ modules/sftp-method.c 2007-02-28 18:27:29.000000000 +0100 3 @@ -1273,6 +1273,8 @@ 1 Index: gnome-vfs-2.18.1/modules/sftp-method.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/modules/sftp-method.c 2007-04-10 14:03:56.000000000 +0200 4 +++ gnome-vfs-2.18.1/modules/sftp-method.c 2007-05-03 23:01:02.282124500 +0200 5 @@ -1315,6 +1315,8 @@ 4 6 if (g_str_has_suffix (buffer, "password: ") || 5 7 g_str_has_suffix (buffer, "Password: ") || … … 8 10 + g_str_has_prefix (buffer, "Enter Kerberos password") || 9 11 g_str_has_prefix (buffer, "Enter passphrase for key")) { 10 if (!done_auth && gnome_vfs_uri_get_password (uri)!= NULL) {11 password = g_strdup (gnome_vfs_uri_get_password (uri));12 if (!done_auth && password != NULL) { 13 g_io_channel_write_chars (tty_channel, password, -1, &len, NULL); -
pkg/main/gnome-vfs2/trunk/debian/patches/05_default_modules.patch
r241 r2019 1 --- modules/default-modules.conf.orig 2006-09-06 22:27:34.000000000 +0200 2 +++ modules/default-modules.conf 2007-02-24 10:45:30.000000000 +0100 1 Index: gnome-vfs-2.18.1/modules/default-modules.conf 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/modules/default-modules.conf 2007-04-10 14:03:56.000000000 +0200 4 +++ gnome-vfs-2.18.1/modules/default-modules.conf 2007-05-03 23:01:06.138365500 +0200 3 5 @@ -6,8 +6,6 @@ 4 6 # <method 1> <method 2> ... <method N> : <module> -
pkg/main/gnome-vfs2/trunk/debian/patches/08_recursive_local_check.patch
r241 r2019 1 --- modules/file-method.c.orig 2006-08-23 13:19:26.000000000 +0200 2 +++ modules/file-method.c 2006-09-06 22:19:02.000000000 +0200 3 @@ -1258,6 +1258,7 @@ 1 Index: gnome-vfs-2.18.1/modules/file-method.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/modules/file-method.c 2007-04-10 14:03:56.000000000 +0200 4 +++ gnome-vfs-2.18.1/modules/file-method.c 2007-05-03 23:01:11.558704250 +0200 5 @@ -1257,6 +1257,7 @@ 4 6 struct stat statbuf; 5 7 gboolean is_local; … … 9 11 g_return_val_if_fail (uri != NULL, FALSE); 10 12 11 @@ -126 5,21 +1266,22 @@13 @@ -1264,21 +1265,22 @@ 12 14 if (path == NULL) 13 15 return TRUE; /* GNOME_VFS_ERROR_INVALID_URI */ -
pkg/main/gnome-vfs2/trunk/debian/patches/09_gnomevfs_mount_selection.patch
r241 r2019 1 1 ? libgnomevfs/.gnome-vfs-volume-ops.c.swp 2 Index: libgnomevfs/gnome-vfs-volume-ops.c2 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-ops.c 3 3 =================================================================== 4 RCS file: /cvs/gnome/gnome-vfs/libgnomevfs/gnome-vfs-volume-ops.c,v 5 retrieving revision 1.31 6 diff -u -r1.31 gnome-vfs-volume-ops.c 7 --- libgnomevfs/gnome-vfs-volume-ops.c 25 Apr 2006 11:19:53 -0000 1.31 8 +++ libgnomevfs/gnome-vfs-volume-ops.c 1 May 2006 17:29:27 -0000 9 @@ -833,8 +833,6 @@ 4 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-volume-ops.c 2007-04-10 14:03:59.000000000 +0200 5 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-ops.c 2007-05-03 23:01:18.811157500 +0200 6 @@ -823,8 +823,6 @@ 10 7 # if defined(HAL_MOUNT) 11 8 if (hal_udi != NULL && g_file_test (HAL_MOUNT, G_FILE_TEST_IS_EXECUTABLE)) … … 16 13 ; 17 14 # endif 18 @@ -8 57,8 +855,6 @@15 @@ -847,8 +845,6 @@ 19 16 # if defined(HAL_UMOUNT) 20 17 if (hal_udi != NULL && g_file_test (HAL_UMOUNT, G_FILE_TEST_IS_EXECUTABLE)) -
pkg/main/gnome-vfs2/trunk/debian/patches/10_configuration_loop.patch
r241 r2019 1 --- libgnomevfs/gnome-vfs-configuration.c.orig 2006-09-01 23:52:57.000000000 +0200 2 +++ libgnomevfs/gnome-vfs-configuration.c 2006-09-01 23:55:31.000000000 +0200 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-configuration.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-configuration.c 2007-04-10 14:03:59.000000000 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-configuration.c 2007-05-03 23:01:34.044109500 +0200 3 5 @@ -358,6 +358,8 @@ 4 6 guint line_buffer_size; -
pkg/main/gnome-vfs2/trunk/debian/patches/12_user_visible_drives.patch
r241 r2019 1 1 Nur in gnome-vfs2-2.8.1.old/debian/patches: 12_user_visible_drives.patch. 2 diff -ru gnome-vfs2-2.8.1.old/libgnomevfs/gnome-vfs-volume-monitor-daemon.c gnome-vfs2-2.8.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 3 --- gnome-vfs2-2.8.1.old/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2004-09-23 15:20:46.099901960 +0200 4 +++ gnome-vfs2-2.8.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2004-09-23 15:23:00.649447320 +0200 5 @@ -954,6 +954,10 @@ 2 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 3 =================================================================== 4 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-05-03 22:59:25.352066750 +0200 5 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-05-03 23:01:46.536890250 +0200 6 @@ -985,6 +985,10 @@ 6 7 vol->priv->is_user_visible = 1; 7 8 break; -
pkg/main/gnome-vfs2/trunk/debian/patches/13_resolve_fstab_symlinks.patch
r241 r2019 1 diff -Nur gnome-vfs2-2.8.3/libgnomevfs/gnome-vfs-unix-mounts.c gnome-vfs2-2.8.3.new/libgnomevfs/gnome-vfs-unix-mounts.c 2 --- gnome-vfs2-2.8.3/libgnomevfs/gnome-vfs-unix-mounts.c 2004-10-15 10:00:02.000000000 +0200 3 +++ gnome-vfs2-2.8.3.new/libgnomevfs/gnome-vfs-unix-mounts.c 2004-11-23 17:19:09.426568360 +0100 4 @@ -538,6 +538,7 @@ 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-unix-mounts.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-unix-mounts.c 2007-04-10 14:03:59.000000000 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-unix-mounts.c 2007-05-03 23:01:50.353128750 +0200 5 @@ -541,6 +541,7 @@ 5 6 char *opt, *opt_end; 6 7 struct stat sb; … … 10 11 stat_file = read_file = get_fstab_file (); 11 12 12 @@ -5 69,7 +570,12 @@13 @@ -572,7 +573,12 @@ 13 14 14 15 mount_entry = g_new0 (GnomeVFSUnixMountPoint, 1); -
pkg/main/gnome-vfs2/trunk/debian/patches/19_hurd_path_max.patch
r241 r2019 1 --- libgnomevfs/gnome-vfs-unix-mounts.c.orig 2005-03-24 15:49:19.000000000 +0100 2 +++ libgnomevfs/gnome-vfs-unix-mounts.c 2005-03-24 15:49:55.000000000 +0100 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-unix-mounts.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-unix-mounts.c 2007-05-03 23:01:50.353128750 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-unix-mounts.c 2007-05-03 23:02:19.782968000 +0200 3 5 @@ -85,6 +85,9 @@ 4 6 … … 11 13 /* Ideally this should not nonblocking stat, since that can block on 12 14 * downed NFS mounts forever, however there seems to be no good way 13 --- modules/file-method.c.orig 2005-04-01 02:24:13.000000000 +0200 14 +++ modules/file-method.c 2005-04-01 02:23:33.000000000 +0200 15 @@ -87,7 +87,11 @@ 15 Index: gnome-vfs-2.18.1/modules/file-method.c 16 =================================================================== 17 --- gnome-vfs-2.18.1.orig/modules/file-method.c 2007-05-03 23:01:11.558704250 +0200 18 +++ gnome-vfs-2.18.1/modules/file-method.c 2007-05-03 23:02:19.782968000 +0200 19 @@ -127,7 +127,11 @@ 16 20 if (x > 0) 17 21 value = x; … … 25 29 26 30 return value; 27 @@ -1 357,7 +1357,7 @@31 @@ -1659,7 +1663,7 @@ 28 32 char *cache_file_path; 29 33 FILE *cache_file; -
pkg/main/gnome-vfs2/trunk/debian/patches/30_nfs4.patch
r472 r2019 1 diff -Nur gnome-vfs2-2.14.2/libgnomevfs/gnome-vfs-filesystem-type.c gnome-vfs2-2.14.2.new/libgnomevfs/gnome-vfs-filesystem-type.c 2 --- gnome-vfs2-2.14.2/libgnomevfs/gnome-vfs-filesystem-type.c 2005-07-18 14:29:56.000000000 +0200 3 +++ gnome-vfs2-2.14.2.new/libgnomevfs/gnome-vfs-filesystem-type.c 2007-02-09 21:20:20.000000000 +0100 4 @@ -57,6 +57,7 @@ 1 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c 2 =================================================================== 3 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-filesystem-type.c 2007-04-10 14:03:59.000000000 +0200 4 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c 2007-05-03 23:02:33.475823750 +0200 5 @@ -63,6 +63,7 @@ 5 6 { "msdos" , N_("MSDOS Volume"), 0 }, 6 7 { "msdosfs" , N_("MSDOS Volume"), 0 }, … … 10 11 { "nwfs" , N_("Netware Volume"), 0 }, 11 12 { "proc" , N_("System Volume"), 0 }, 12 diff -Nur gnome-vfs2-2.14.2/libgnomevfs/gnome-vfs-volume-monitor-daemon.c gnome-vfs2-2.14.2.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 13 --- gnome-vfs2-2.14.2/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-02-09 21:19:37.000000000 +0100 14 +++ gnome-vfs2-2.14.2.new/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-02-09 21:21:36.000000000 +0100 15 @@ -891,7 +891,8 @@ 13 Index: gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 14 =================================================================== 15 --- gnome-vfs-2.18.1.orig/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-05-03 23:02:29.895600000 +0200 16 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume-monitor-daemon.c 2007-05-03 23:02:33.475823750 +0200 17 @@ -892,7 +892,8 @@ 16 18 if (vol->priv->device_type == GNOME_VFS_DEVICE_TYPE_UNKNOWN) { 17 19 vol->priv->device_type = GNOME_VFS_DEVICE_TYPE_CDROM; … … 23 25 vol->priv->device_type = GNOME_VFS_DEVICE_TYPE_AUTOFS; 24 26 } else { 27 Index: gnome-vfs-2.18.1/modules/file-method.c 28 =================================================================== 29 --- gnome-vfs-2.18.1.orig/modules/file-method.c 2007-05-03 23:02:19.782968000 +0200 30 +++ gnome-vfs-2.18.1/modules/file-method.c 2007-05-03 23:02:33.475823750 +0200 31 @@ -1279,6 +1279,7 @@ 32 G_LOCK (fstype); 33 type = filesystem_type (path, path, &statbuf); 34 is_local = ((strcmp (type, "nfs") != 0) && 35 + (strcmp (type, "nfs4") != 0) && 36 (strcmp (type, "afs") != 0) && 37 (strcmp (type, "autofs") != 0) && 38 (strcmp (type, "unknown") != 0) && -
pkg/main/gnome-vfs2/trunk/debian/rules
r241 r2019 4 4 include /usr/share/cdbs/1/class/autotools.mk 5 5 include /usr/share/cdbs/1/class/gnome.mk 6 include /usr/share/cdbs/1/rules/ simple-patchsys.mk6 include /usr/share/cdbs/1/rules/patchsys-quilt.mk 7 7 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 8 8 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk 9 9 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk 10 include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk11 10 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 12 11 -
pkg/main/gnome-vfs2/trunk/debian/watch
r269 r2019 1 1 version=2 2 http://download.gnome.org/sources/gnome-vfs/ ([\d\.]+)[02468]/ \2 http://download.gnome.org/sources/gnome-vfs/2.18/ \ 3 3 gnome-vfs-(.*)\.tar\.gz \ 4 4 debian uupdate
Note: See TracChangeset
for help on using the changeset viewer.


