~ubuntu-branches/ubuntu/karmic/seahorse/karmic

« back to all changes in this revision

Viewing changes to debian/patches/08_force_ssh.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:17:18 UTC
  • mfrom: (1.2.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728011718-hnb6dbnq4l463tv9
Tags: 2.27.5-0ubuntu1
* New upstream release: (LP: #405540)
  - Fix logic for setting owner trust combo.
  - More Code and API documentation.
  - Old result in search dialog is selected.
  - seahorse-daemon should autostart by default
  - Add a --version parameter to seahorse.
  - No longer daemonizes when autostarted by D-Bus.
  - Gray out displayed non-trusted keys.
  - Remove the 'trusted keys' tab and combine with 'other keys'.
  - Use GtkBuilder instead of libglade.
  - Add support for adding manual keyring secrets.
  - Move password tab to first place.
  - Remove unportable test(1) construct in configure script.
* debian/control{.in}
  - drop libglade2-dev build-dep, not used anymore
* debian/patches
  - refreshed for new version
* debian/rules
  - update version in DEB_DH_MAKESHLIBS_ARGS
* Launchpad bugs fixed:
  - Seahorse menus are not the same as in documentation (LP: #366356)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN seahorse-2.21.4/configure.in seahorse-2.21.4.new/configure.in
2
 
--- seahorse-2.21.4/configure.in        2007-12-06 21:05:57.000000000 +0100
3
 
+++ seahorse-2.21.4.new/configure.in    2007-12-18 23:47:32.000000000 +0100
4
 
@@ -714,16 +714,16 @@
 
1
Index: seahorse-2.27.5/configure.in
 
2
===================================================================
 
3
--- seahorse-2.27.5.orig/configure.in   2009-07-28 01:24:32.414782849 +0200
 
4
+++ seahorse-2.27.5/configure.in        2009-07-28 01:24:34.586783448 +0200
 
5
@@ -461,16 +461,16 @@
5
6
     echo "disabling ssh support"
6
7
 else
7
8
 
24
25
+#    fi
25
26
     
26
27
 fi
 
28