r15013 - in /desktop/unstable/gvfs/debian: changelog control control.in patches/ patches/01_sftp_krb5.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Mar 11 21:39:52 UTC 2008


Author: joss
Date: Tue Mar 11 21:39:52 2008
New Revision: 15013

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15013
Log:
* Use quilt for patch handling.
* 01_sftp_krb5.patch: ported from GnomeVFS. Make the sftp backend work 
  when pam_krb5 is used on the server side.

Added:
    desktop/unstable/gvfs/debian/patches/
    desktop/unstable/gvfs/debian/patches/01_sftp_krb5.patch
    desktop/unstable/gvfs/debian/patches/series
Modified:
    desktop/unstable/gvfs/debian/changelog
    desktop/unstable/gvfs/debian/control
    desktop/unstable/gvfs/debian/control.in
    desktop/unstable/gvfs/debian/rules

Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=15013&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog (original)
+++ desktop/unstable/gvfs/debian/changelog Tue Mar 11 21:39:52 2008
@@ -1,3 +1,11 @@
+gvfs (0.2.0.1-2) UNRELEASED; urgency=low
+
+  * Use quilt for patch handling.
+  * 01_sftp_krb5.patch: ported from GnomeVFS. Make the sftp backend work 
+    when pam_krb5 is used on the server side.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 11 Mar 2008 21:43:43 +0100
+
 gvfs (0.2.0.1-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=15013&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control (original)
+++ desktop/unstable/gvfs/debian/control Tue Mar 11 21:39:52 2008
@@ -5,6 +5,7 @@
 Build-Depends: debhelper (>= 5),
                autotools-dev,
                cdbs,
+               quilt,
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.15.6),
                libdbus-1-dev,

Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=15013&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in (original)
+++ desktop/unstable/gvfs/debian/control.in Tue Mar 11 21:39:52 2008
@@ -5,6 +5,7 @@
 Build-Depends: debhelper (>= 5),
                autotools-dev,
                cdbs,
+               quilt,
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.15.6),
                libdbus-1-dev,

Added: desktop/unstable/gvfs/debian/patches/01_sftp_krb5.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/patches/01_sftp_krb5.patch?rev=15013&op=file
==============================================================================
--- desktop/unstable/gvfs/debian/patches/01_sftp_krb5.patch (added)
+++ desktop/unstable/gvfs/debian/patches/01_sftp_krb5.patch Tue Mar 11 21:39:52 2008
@@ -1,0 +1,13 @@
+Index: gvfs-0.2.0.1/daemon/gvfsbackendsftp.c
+===================================================================
+--- gvfs-0.2.0.1.orig/daemon/gvfsbackendsftp.c	2008-03-11 21:44:13.784196437 +0100
++++ gvfs-0.2.0.1/daemon/gvfsbackendsftp.c	2008-03-11 21:44:56.192199150 +0100
+@@ -782,6 +782,8 @@ handle_login (GVfsBackend *backend,
+       if (g_str_has_suffix (buffer, "password: ") ||
+           g_str_has_suffix (buffer, "Password: ") ||
+           g_str_has_suffix (buffer, "Password:")  ||
++          g_str_has_prefix (buffer, "Password for ") ||
++          g_str_has_prefix (buffer, "Enter Kerberos password") ||
+           g_str_has_prefix (buffer, "Enter passphrase for key"))
+         {
+ 	  authtype = get_authtype_from_password_line (buffer);

Added: desktop/unstable/gvfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/patches/series?rev=15013&op=file
==============================================================================
--- desktop/unstable/gvfs/debian/patches/series (added)
+++ desktop/unstable/gvfs/debian/patches/series Tue Mar 11 21:39:52 2008
@@ -1,0 +1,1 @@
+01_sftp_krb5.patch

Modified: desktop/unstable/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/rules?rev=15013&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/rules (original)
+++ desktop/unstable/gvfs/debian/rules Tue Mar 11 21:39:52 2008
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk




More information about the pkg-gnome-commits mailing list