r21137 - in /desktop/unstable/seahorse/debian: changelog control control.in patches/08_force_ssh.patch patches/99_ltmain_as-needed.patch seahorse.1 seahorse.manpages

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Aug 29 10:19:24 UTC 2009


Author: pochu
Date: Sat Aug 29 10:19:24 2009
New Revision: 21137

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21137
Log:
* New upstream release. Closes: #543404.
* debian/patches/99_ltmain.patch, debian/patches/08_force_ssh.patch
  refreshed to apply cleanly
* debian/seahorse.1, debian/seahorse.manpages
  add manpage for seahorse (Closes: #340218)
* debian/control{.in}
  fix spelling error (Gnu -> GNU)

Added:
    desktop/unstable/seahorse/debian/seahorse.1
    desktop/unstable/seahorse/debian/seahorse.manpages
Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/control
    desktop/unstable/seahorse/debian/control.in
    desktop/unstable/seahorse/debian/patches/08_force_ssh.patch
    desktop/unstable/seahorse/debian/patches/99_ltmain_as-needed.patch

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=21137&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog [utf-8] (original)
+++ desktop/unstable/seahorse/debian/changelog [utf-8] Sat Aug 29 10:19:24 2009
@@ -1,3 +1,15 @@
+seahorse (2.26.2-1) unstable; urgency=low
+
+  * New upstream release. Closes: #543404.
+  * debian/patches/99_ltmain.patch, debian/patches/08_force_ssh.patch
+    refreshed to apply cleanly
+  * debian/seahorse.1, debian/seahorse.manpages
+    add manpage for seahorse (Closes: #340218)
+  * debian/control{.in}
+    fix spelling error (Gnu -> GNU)
+
+ -- Andreas Moog <amoog at ubuntu.com>  Fri, 21 Aug 2009 03:57:44 +0200
+
 seahorse (2.26.1-2) unstable; urgency=low
 
   * 01_autostart_path.patch: new patch. Needed to move the .desktop file 

Modified: desktop/unstable/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control?rev=21137&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control [utf-8] Sat Aug 29 10:19:24 2009
@@ -37,7 +37,7 @@
 Recommends: openssh-client
 Suggests: seahorse-plugins
 Description: GNOME front end for GnuPG
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management
@@ -50,7 +50,7 @@
 Section: libs
 Replaces: seahorse (<< 2.23.6-0ubuntu2)
 Description: the UI library for DBUS functions exported by seahorse
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management
@@ -68,7 +68,7 @@
          libcryptui0 (= ${binary:Version})
 Section: libdevel
 Description: the UI library for DBUS functions exported by seahorse (development)
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management

Modified: desktop/unstable/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control.in?rev=21137&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control.in [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control.in [utf-8] Sat Aug 29 10:19:24 2009
@@ -37,7 +37,7 @@
 Recommends: openssh-client
 Suggests: seahorse-plugins
 Description: GNOME front end for GnuPG
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management
@@ -50,7 +50,7 @@
 Section: libs
 Replaces: seahorse (<< 2.23.6-0ubuntu2)
 Description: the UI library for DBUS functions exported by seahorse
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management
@@ -68,7 +68,7 @@
          libcryptui0 (= ${binary:Version})
 Section: libdevel
 Description: the UI library for DBUS functions exported by seahorse (development)
- Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
  communications and data storage.  Data encryption and digital signature
  creation can easily be performed through a GUI and Key  Management

Modified: desktop/unstable/seahorse/debian/patches/08_force_ssh.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/08_force_ssh.patch?rev=21137&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/patches/08_force_ssh.patch [utf-8] (original)
+++ desktop/unstable/seahorse/debian/patches/08_force_ssh.patch [utf-8] Sat Aug 29 10:19:24 2009
@@ -1,7 +1,8 @@
-diff -ruN seahorse-2.21.4/configure.in seahorse-2.21.4.new/configure.in
---- seahorse-2.21.4/configure.in	2007-12-06 21:05:57.000000000 +0100
-+++ seahorse-2.21.4.new/configure.in	2007-12-18 23:47:32.000000000 +0100
-@@ -714,16 +714,16 @@
+Index: seahorse-2.26.2/configure.in
+===================================================================
+--- seahorse-2.26.2.orig/configure.in	2009-08-24 21:41:09.000000000 +0200
++++ seahorse-2.26.2/configure.in	2009-08-24 21:41:28.000000000 +0200
+@@ -461,16 +461,16 @@
      echo "disabling ssh support"
  else
  
@@ -24,3 +25,4 @@
 +#    fi
      
  fi
+ 

Modified: desktop/unstable/seahorse/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/99_ltmain_as-needed.patch?rev=21137&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/unstable/seahorse/debian/patches/99_ltmain_as-needed.patch [utf-8] Sat Aug 29 10:19:24 2009
@@ -1,8 +1,8 @@
-Index: seahorse-2.24.1/ltmain.sh
+Index: seahorse-2.26.2/ltmain.sh
 ===================================================================
---- seahorse-2.24.1.orig/ltmain.sh	2008-10-19 10:58:10.000000000 +0200
-+++ seahorse-2.24.1/ltmain.sh	2008-12-09 22:20:26.389215248 +0100
-@@ -4189,6 +4189,11 @@ func_mode_link ()
+--- seahorse-2.26.2.orig/ltmain.sh	2009-08-24 21:41:38.000000000 +0200
++++ seahorse-2.26.2/ltmain.sh	2009-08-24 21:41:41.000000000 +0200
+@@ -4716,6 +4716,11 @@
  	arg=$func_stripname_result
  	;;
  
@@ -14,7 +14,7 @@
        -Wl,*)
  	func_stripname '-Wl,' '' "$arg"
  	args=$func_stripname_result
-@@ -4543,6 +4548,15 @@ func_mode_link ()
+@@ -5070,6 +5075,15 @@
  	lib=
  	found=no
  	case $deplib in

Added: desktop/unstable/seahorse/debian/seahorse.1
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/seahorse.1?rev=21137&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/seahorse.1 (added)
+++ desktop/unstable/seahorse/debian/seahorse.1 [utf-8] Sat Aug 29 10:19:24 2009
@@ -1,0 +1,38 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH SEAHORSE "1" "August 2009" "SEAHORSE" "User Commands"
+.SH NAME
+seahorse \- Encryption Key Manager
+.SH SYNOPSIS
+seahorse [OPTION...]
+.SH DESCRIPTION
+Seahorse is a front end for GnuPG - the Gnu Privacy Guard program -
+that integrates to the GNOME desktop. It is a tool for secure
+communications and data storage.  Data encryption and digital signature
+creation can easily be performed through a GUI and Key  Management
+operations can easily be carried out through an intuitive interface.
+.SH OPTIONS
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
+.SH BUGS
+If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=seahorse.
+.SH AUTHORS
+Jacob Perkins <jap1 at users.sourceforge.net>
+.TP
+Jose Carlos Garcia Sogo <jsogo at users.sourceforge.net>
+.TP
+Jean Schurger <jk24 at users.sourceforge.net>
+.TP
+Stef Walter <stef at memberwebs.com>
+.TP
+Adam Schreiber <sadam at clemson.edu>

Added: desktop/unstable/seahorse/debian/seahorse.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/seahorse.manpages?rev=21137&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/seahorse.manpages (added)
+++ desktop/unstable/seahorse/debian/seahorse.manpages [utf-8] Sat Aug 29 10:19:24 2009
@@ -1,0 +1,1 @@
+debian/seahorse.1




More information about the pkg-gnome-commits mailing list