diff -u gvfs-1.0.2/debian/changelog gvfs-1.0.2/debian/changelog --- gvfs-1.0.2/debian/changelog +++ gvfs-1.0.2/debian/changelog @@ -1,3 +1,10 @@ +gvfs (1.0.2-0ubuntu3~ppa0) intrepid; urgency=low + + * debian/patches/92_fix_davs_mounting.patch.dpatch: + - Recover lost DAV over HTTPS mounting functionality. (LP: #222532) + + -- Philipp Kern Sun, 01 Mar 2009 20:08:30 +0100 + gvfs (1.0.2-0ubuntu2) intrepid-proposed; urgency=low * debian/patches/91_svn_change_fix_smb_browsing.patch: diff -u gvfs-1.0.2/debian/patches/series gvfs-1.0.2/debian/patches/series --- gvfs-1.0.2/debian/patches/series +++ gvfs-1.0.2/debian/patches/series @@ -3,0 +4 @@ +92_fix_davs_mounting.patch.dpatch only in patch2: unchanged: --- gvfs-1.0.2.orig/debian/patches/92_fix_davs_mounting.patch.dpatch +++ gvfs-1.0.2/debian/patches/92_fix_davs_mounting.patch.dpatch @@ -0,0 +1,16 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 92_fix_davs_mounting.patch.dpatch by Philipp Kern +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Recover lost DAV over HTTPS mounting functionality. + +@DPATCH@ +diff -urNad gvfs-1.0.2~/daemon/dav.mount.in gvfs-1.0.2/daemon/dav.mount.in +--- gvfs-1.0.2~/daemon/dav.mount.in 2008-09-14 14:05:05.000000000 +0200 ++++ gvfs-1.0.2/daemon/dav.mount.in 2009-03-01 20:07:27.000000000 +0100 +@@ -1,4 +1,4 @@ + [Mount] +-Type=dav ++Type=dav;davs + Exec=@libexecdir@/gvfsd-dav + AutoMount=false