--- seahorse-plugins-2.26.1.orig/debian/control +++ seahorse-plugins-2.26.1/debian/control @@ -0,0 +1,48 @@ +Source: seahorse-plugins +Section: gnome +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: Debian GNOME Maintainers , Josselin Mouette +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + libglade2-dev, + scrollkeeper, + libgpgme11-dev, + intltool (>= 0.35), + libnotify-dev, + libdbus-glib-1-dev, + gnome-doc-utils, + libgnome-keyring-dev, + libcryptui-dev, + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.10.0), + libpanel-applet2-dev, + gedit-dev, + libxml2-dev (>= 2.6.0), + libebook1.2-dev (>= 1.7.90), + gnome-pkg-tools, + libnautilus-extension-dev (>= 2.12), + epiphany-browser-dev (>= 2.24), + xulrunner-dev (>= 1.9~rc1) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/seahorse-plugins +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/seahorse-plugins +Homepage: http://live.gnome.org/Seahorse + +Package: seahorse-plugins +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + seahorse (>= 2.24.0) +Recommends: openssh-client +Replaces: seahorse (<< 2.24.0) +Description: seahorse plugins and utilities for encryption in GNOME + 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. + . + This package provides several plugins for different applications to use + seahorse, as well as an agent for storing private passphrases and a + GnuPG and OpenSSH key manager. --- seahorse-plugins-2.26.1.orig/debian/rules +++ seahorse-plugins-2.26.1/debian/rules @@ -0,0 +1,25 @@ +#!/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/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-O1 -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mime-database \ + --disable-schemas-install \ + --disable-scrollkeeper \ + --with-gecko=libxul-unstable + +DEB_DH_MAKESHLIBS_ARGS_seahorse-plugins := --no-act + +binary-post-install/seahorse-plugins:: + mkdir -p $(CURDIR)/debian/seahorse-plugins/etc/X11/Xsession.d + cp debian/seahorse.Xsession \ + $(CURDIR)/debian/seahorse-plugins/etc/X11/Xsession.d/60seahorse + find debian/seahorse-plugins -name '*.a' -exec rm -f {} \; + find debian/seahorse-plugins -name '*.la' -exec rm -f {} \; + # Remove mime-type catalog, it's in shared-mime-info since 0.20 + rm -f debian/seahorse/usr/share/mime/packages/seahorse.xml --- seahorse-plugins-2.26.1.orig/debian/watch +++ seahorse-plugins-2.26.1/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/seahorse-plugins/([\d\.]+)[02468]/ \ +seahorse-plugins-([\d\.]+)\.tar\.gz --- seahorse-plugins-2.26.1.orig/debian/changelog +++ seahorse-plugins-2.26.1/debian/changelog @@ -0,0 +1,1093 @@ +seahorse-plugins (2.26.1-1) unstable; urgency=low + + [ Loic Minier ] + * searhorse.Xsession: don't start seahorse-agent if $GPG_AGENT_INFO is set. + + [ Josselin Mouette ] + * New upstream release. + + Fixes crash when gedit exits. Closes: #525590. + * 10_ephyembed_api.patch: dropped, merged upstream. + + -- Josselin Mouette Wed, 20 May 2009 16:45:40 +0200 + +seahorse-plugins (2.24.1-3) unstable; urgency=low + + * Upload to unstable. + + Don’t require the nautilus 2.22 version, so that the extension is + built at the old place. + + -- Josselin Mouette Sun, 08 Mar 2009 19:58:52 +0100 + +seahorse-plugins (2.24.1-2) experimental; urgency=low + + * debian/copyright: Add Gaim developers due to + libseahorse/seahorse-gtkstock.[ch] + + -- Emilio Pozuelo Monfort Fri, 06 Mar 2009 20:34:19 +0100 + +seahorse-plugins (2.24.1-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * Initial upload to Debian (Closes: #506895). + * debian/control.in: Update description, maintainer, add Vcs-* and + Homepage fields, update build-dependencies. + * Remove menu file, it references the seahorse binary which is in the + seahorse package. + * debian/rules: Add missing hack to remove the mime catalog, from the + seahorse package. + + [ Josselin Mouette ] + * Rename 60seahorse-plugins to 60seahorse so that the file can be + transparently replaced across packages. (We already replace seahorse + < 2.24). + * Require nautilus 2.22 and epiphany 2.24 to be sure to build the + plugins for the correct versions. + * Depend on seahorse. + * Deactivate dh_makeshlibs. + * Enable simple-patchsys. + * 10_ephyembed_api.patch: taken from the old seahorse package. + Necessary to make the epiphany plugin work. + * copyright: + + Don’t ship the full GFDL, only reference it. + + Update authors list. + + Add complete list of copyright holders. + + -- Josselin Mouette Tue, 09 Dec 2008 22:42:45 +0100 + +seahorse-plugins (2.24.1-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #286505). + + -- Christophe Sauthier Mon, 20 Oct 2008 18:48:42 +0200 + +seahorse-plugins (2.24.0-0ubuntu1) intrepid; urgency=low + + * New upstream version: (LP: #272719) + - Don't display DBus errors when they are the result of a + user cancelling an operation. + - Better error reporting when a keyboard grab fails. + - Some tweaks to the password prompt window, including allowing + minimizing to release the keyboard grab. + - Fix panel applet initialization crash. [Adam Schreiber] + (LP: #267263) + - UI fixes [Pacho Ramos] + - Documentation fixes. [Christian Persch, Adam Schreiber] + * debian/rules + - removed workaround for icons already in seahorse, the icons are no + longer installed in the same directory + * debian/control.in + - added a replaces for seahorse <2.24.0 to prevent conflicts with + icon installation + - recommend seahorse >= 2.24.0 + + -- Andreas Moog Sun, 21 Sep 2008 12:47:28 +0200 + +seahorse-plugins (2.23.92-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #267686) + + -- Andreas Moog Mon, 08 Sep 2008 11:29:57 +0200 + +seahorse-plugins (2.23.91-0ubuntu1) intrepid; urgency=low + + * New upstream version: + - Install agent glade file in right directory. + - Fix crasher in seahorse-agent when UI not available. + - Documentation fixes. + - Build fixes. + - Icon makover. + * debian/seahorse-plugins.Xsession: + - start the seahorse-agent + * debian/rules: + - remove icons which are already distributed in seahorse to avoid conflicts + + -- Sebastien Bacher Thu, 04 Sep 2008 11:03:02 +0200 + +seahorse-plugins (2.23.6-0ubuntu1) intrepid; urgency=low + + * New seahorse-plugins source + + -- Sebastien Bacher Mon, 11 Aug 2008 17:03:31 +0200 + +seahorse (2.23.5-0ubuntu1) intrepid; urgency=low + + * New upstream version: + - Fix importing keys from key servers + - Factor out seahorse-plugins to a different module. + - Add XDS drag and drop support. + - Remove gnome-vfs dependency and use gio instead. + - Return key id of signer from DBus service even when key + is not found locally + - Refactor UI code internally into modules. + - Remove hard GPG and GPGME dependency. + - Replace signer drop down in key chooser with just a check + button when only one secret key exists + - Set sync button insensitive when no server is selected. + - Test for secure memory before using it. + - Change trust model used to match GPG's. + - Remove libgnome and libgnomeui dependencies. + - Grab keyboard focus when prompting for password. + - Use the vala programming language for some code. + - Add initial infrastructure for PKCS#11 key/certificate support. + - Save and load window sizes from gconf. + - Build fixes + * debian/control.in: + - don't build-depends on libgnome, libgnomeui, libgnome-vfs + - removed gedit, epiphany-browser, libpanel-applet, nautilus, xulrunner + requirements + - updated libglib requirement + * debian/patches/01_sharedlib.patch: + - dropped, fixed in the new version + * debian/patches/09_xul1.9.patch: + - not required in the new version since the code is not in this tarball + * debian/patches/80_autoconf_update.patch: + - renamed 10_relibtoolize.patch and run autoconf update + * debian/seahorse.preinst: + - clean the session conffile on upgrade + * debian/rules, + debian/seahorse.Xsession: + - remove this one since seahorse-agent has been moved to a different source + + -- Sebastien Bacher Tue, 22 Jul 2008 09:20:59 +0200 + +seahorse (2.22.2-0ubuntu1) hardy-proposed; urgency=low + + * New upstream version (lp: #235157): + - Fix importing keys from hkp keyservers. + - Build fixes. + * debian/patches/12_import_key.patch: + - the change is in the new version + + -- Sebastien Bacher Tue, 27 May 2008 10:33:56 +0200 + +seahorse (2.22.1-0ubuntu2) hardy; urgency=low + + * debian/patches/12_import_key.patch: fix importing of remote keys to + prepend "0x" to key ids when constructing URIs. Thanks to Mackenzie + Morgan for the preliminary patch. LP: #215729 + + -- Steve Langasek Tue, 15 Apr 2008 19:44:59 -0700 + +seahorse (2.22.1-0ubuntu1) hardy; urgency=low + + * Remove code concerning mlock that is no longer used + now that secure memory is provided by gnome-keyring. [Adam Schreiber] + - debian/patches/02_mlock.patch: + + Removed, not needed anymore. + + -- Emilio Pozuelo Monfort Mon, 07 Apr 2008 11:40:52 +0200 + +seahorse (2.22.0-0ubuntu2) hardy; urgency=low + + * cleaning up debian/patches/11_ubuntu_keyserver.patch by Andrew + Starr-Bochicchio (LP: #86796) + + -- Brian Murray Tue, 18 Mar 2008 10:11:25 -0700 + +seahorse (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #200362) + + -- Pedro Fragoso Sun, 09 Mar 2008 22:15:20 +0000 + +seahorse (2.21.92-0ubuntu1) hardy; urgency=low + + * New upstream version + * debian/patches/10_relibtoolize.patch: + - new version update + + -- Sebastien Bacher Tue, 26 Feb 2008 14:03:19 +0100 + +seahorse (2.21.91-0ubuntu3) hardy; urgency=low + + [ Alexander Sack ] + * xulrunner 1.9 support patch + - add debian/patches/09_xul1.9.patch + - update debian/patches/series + * rerun autotools accordingly; this fixes SSH support as well (LP: #174441) + - update debian/patches/10_relibtoolize.patch + * explicitly use --with-gecko=libxul-unstable + - update debian/rules + * update build depends s/firefox-dev/xulrunner-1.9-dev/ + - update debian/control{.in} + + [ Andrew Starr-Bochicchio (andrewsomething) ] + * change keyservers (LP: #86796) + - add debian/patches/11_ubuntu_keyserver.patch + - update debian/patches/series + + -- Alexander Sack Mon, 18 Feb 2008 11:27:35 +0100 + +seahorse (2.21.91-0ubuntu2) hardy; urgency=low + + * debian/rules: + - Added CFLAGS += -DLDAP_DEPRECATED to fix misbuild on 64 arch (LP: #187328) + + -- Pedro Fragoso Fri, 08 Feb 2008 00:19:25 +0000 + +seahorse (2.21.91-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #187621) + - Adapt to new Epiphany API for 2.21. People with GNOME 2.20.x or older + should not experience build problems. [Adam Schreiber] + - Remove options that screw with gpg.conf on seahorse-agent startup, + since this was unsafe and naive. + - Update libsoup optional dependency to depend on 2.4.x [Dan Winship] + - Add icon for the gedit plugin [Adam Schreiber] + - Don't add extra dot to encrypted or compressed files [Kip Warner] + - Fix build problems with nautilus 2.21.x and later [Wouter Bolsterlee] + - Install nautilus extension to correct directory [Brian Pepple] + - Support better dropping of text keys onto main window [Christian Persch] + * debian/control{.in}: b-d libgnomevfs2-dev, and updated libsoup2.4 + * debian/patches/10_relibtoolize.patch: Updated + + -- Pedro Fragoso Thu, 31 Jan 2008 12:33:05 +0000 + +seahorse (2.21.4-0ubuntu2) hardy; urgency=low + + * Add debian/patches/01_sharedlib.patch: Build a shared libseahorse.so + instead of linking the static one to all binaries. This saves about 1.2 MB + uncompressed and 0.6 MB compressed package size. + * Rebuild against fixed cdbs to symlink identical gnome help files, saving + about 2 MB. + * debian/patches/10_relibtoolize.patch: Regenerate to include changes from + above patch. + + -- Martin Pitt Thu, 17 Jan 2008 16:55:33 +0100 + +seahorse (2.21.4-0ubuntu1) hardy; urgency=low + + * New upstream release. + * debian/patches/08_force_ssh.patch, + debian/patches/10_relibtoolize.patch: + - Updated. + + -- Emilio Pozuelo Monfort Tue, 18 Dec 2007 23:55:39 +0100 + +seahorse (2.21.3-0ubuntu1) hardy; urgency=low + + * New upstream release. + * debian/patches/01_epiphany-path.patch: + - Removed, fixed upstream. + - Updated series accordingly. + * debian/patches/10_relibtoolize.patch: + - Regenerated for the new release. + + -- Emilio Pozuelo Monfort Sun, 02 Dec 2007 20:48:51 +0100 + +seahorse (2.20.1-2ubuntu1) hardy; urgency=low + + * Sync with Debian, remaining Ubuntu changes: + + debian/control{,.in}: + - Use firefox instead of xulrunner. + - Update maintainer field. + + -- Emilio Pozuelo Monfort Fri, 16 Nov 2007 16:58:36 +0100 + +seahorse (2.20.1-2) unstable; urgency=low + + * Switch to cdbs and quilt. + * Update menu file to the latest version. + * 01_epiphany-path.patch: use the path in the pkg-config path to + install the extensions. Closes: #451012. + * Fix FSF address in copyright file. + * Convert the icon to XPM format, ship it and use it in the menu file. + * Rename NEWS.Debian to NEWS and format it correctly. + + -- Josselin Mouette Thu, 15 Nov 2007 19:44:06 +0100 + +seahorse (2.20.1-1ubuntu1) hardy; urgency=low + + * Sync with Debian: + + debian/rules: + - Call dh_icons. + + debian/control.in: + - Use firefox instead of xulrunner. + - Update maintainer field. + + -- Emilio Pozuelo Monfort Sun, 11 Nov 2007 19:45:44 +0100 + +seahorse (2.20.1-1) unstable; urgency=low + + * New upstream bugfix release, works with gedit 2.20: + + debian/patches/20_svn_fix_pointer_usage.dpatch, + debian/patches/21_svn_missing_include.dpatch: + - Dropped, merged upstream. + + debian/patches/10_relibtoolize.dpatch: + - Updated for the new version. + + -- Sebastian Dröge Tue, 16 Oct 2007 13:19:36 +0200 + +seahorse (2.20.0-1) unstable; urgency=low + + * New upstream release, only change is the corrected version number. + * debian/patches/20_svn_fix_pointer_usage.dpatch: + + Fix some broken pointer handling. Patch taken from SVN. + * debian/patches/21_svn_missing_include.dpatch: + + Add a missing include and call gnome_vfs_unescape_string correctly. + This fixes an implicit pointer conversion that will break on archs + where sizeof(void*)>sizeof(int). Patch taken from SVN (Closes: #443255). + * debian/patches/10_relibtoolize.dpatch: + + Updated for the new version. + + -- Sebastian Dröge Thu, 20 Sep 2007 20:30:07 +0200 + +seahorse (2.20-1ubuntu1) gutsy; urgency=low + + * Sync with Debian: + + debian/rules: + - Call dh_iconcache. + + debian/control.in: + - Use firefox instead of xulrunner. + - Update maintainer field. + + -- Sebastian Dröge Mon, 17 Sep 2007 23:06:14 +0200 + +seahorse (2.20-1) unstable; urgency=low + + [ Josselin Mouette ] + * debian/gconf-defaults: re-enable the notification area icon until + the "clean cache" feature is exposed somewhere else (closes: #432975). + + [ Sebastian Dröge ] + * New upstream release: + + Fixes help button in seahorse-preferences (Closes: #409692). + + Fixes missing icon warning (Closes: #403663). + + Fixes improper handling of gnome-keyring-daemon keys with < in + name(Closes: #429771). + * debian/control.in: + + Build depend on libebook1.2-dev. + * debian/patches/3_setuid.dpatch, + debian/patches/9_fix_ephy_crash.dpatch, + debian/patches/1_seahorse-agent-manpage.dpatch, + debian/patches/4_gpg-agent.dpatch: + + Dropped, merged upstream. + * debian/patches/2_mlock.dpatch, + debian/patches/10_relibtoolize.dpatch: + + Updated for the new version. + + -- Sebastian Dröge Mon, 17 Sep 2007 22:45:56 +0200 + +seahorse (1.0.1-6) unstable; urgency=low + + [ Sebastian Dröge ] + * debian/patches/multiple_messages.dpatch: + + Drop accidentially added patch from the diff. + + [ Josselin Mouette ] + * debian/gconf-defaults: disable the notification area icon by + default as it doesn't notify of anything. See bugzilla#432891. + + [ Sebastian Dröge ] + * debian/patches/4_gpg-agent.dpatch: + + Prevent seahorse from crashing when gpg-agent is running. Patch + taken from upstream. This makes it possible to have both installed + and still everything working. (Closes: #407800, #420415, #415842) + + -- Sebastian Dröge Sun, 08 Jul 2007 19:13:28 +0200 + +seahorse (1.0.1-5) unstable; urgency=low + + * debian/patches/9_fix_ephy_crash.dpatch: + + Fix epiphany extension crash (Closes: #422616). Patch taken from the + Gnome 2.18 branch of seahorse, thanks to Sam Morris for pointing at it. + + -- Sebastian Dröge Mon, 7 May 2007 16:07:00 +0200 + +seahorse (1.0.1-4) unstable; urgency=low + + [ Sebastian Dröge ] + * debian/control, + debian/control.in, + debian/rules: + + Put @GNOME_TEAM@ in Uploaders and include the required stuff in rules. + + [ Loic Minier ] + * Cleanups. + * Wrap build-deps and deps. + * Add watch file. + * Add a get-orig-source target to retrieve the upstream tarball. + * Include full licensing information in debian/copyright. + + [ Sebastian Dröge ] + * debian/control.in: + + Remove the gpg-agent conflict to make it at least possible to install + those two packages at the same time. gpg-agent will be used if both are + installed as it starts earlier and seahorse doesn't crash the session + anymore in that case. This is a partial fix for bug #415842. + * debian/rules: + + Drop circular target dependency. + + Fix rules so the patches get actually applied. + + -- Sebastian Dröge Thu, 3 May 2007 20:49:56 +0200 + +seahorse (1.0.1-3) unstable; urgency=low + + * debian/patches/2_mlock.dpatch: + + Fix the mlock() check. It failed whenever called as root or with + fakeroot although we support mlock() as normal user (Closes: #421728). + * debian/patches/3_setuid.dpatch: + + Run chmod u+s on the correct binary (Closes: #421666). + * debian/patches/10_relibtoolize.dpatch: + + Regenerated for the above changes. + + -- Sebastian Dröge Tue, 1 May 2007 22:59:05 +0200 + +seahorse (1.0.1-2) unstable; urgency=low + + * debian/rules: + + Don't ship the mime-type catalog with seahorse, it's in shared-mime-info + since 0.20. + + -- Sebastian Dröge Mon, 23 Apr 2007 12:31:52 +0200 + +seahorse (1.0.1-1) unstable; urgency=low + + * New upstream version + * Upload to unstable + * debian/po, + debian/seahorse.config, + debian/seahorse.templates, + debian/seahorse.postinst, + debian/control, + debian/rules: + + Remove debconf stuff. With kernels greater than 2.6.8 no suid binary + is needed to get mlock()'ed memory anymore. + * debian/patches/9_gtk-2.10-revert.dpatch: + + Dropped, we use gtk 2.10 now. + * debian/control: + + Update build dependencies. + * debian/control, + debian/rules: + + Enable epiphany plugin. + * debian/patches/10_relibtoolize.dpatch: + + Updated for new upstream version. + + -- Sebastian Dröge Sun, 15 Apr 2007 21:20:02 +0200 + +seahorse (1.0-1) experimental; urgency=low + + * New upstream release + * debian/control: + + Add Build-Conflicts with gnupg2 and Conflicts on + gnupg-agent (Closes: #407800) + * debian/patches/10_relibtoolize.dpatch: + + Updated + + -- Sebastian Dröge Mon, 12 Mar 2007 21:14:16 +0100 + +seahorse (0.9.92-1) experimental; urgency=low + + * New upstream release + * debian/patches/30_crash-fixes.dpatch, + debian/patches/40_crash-fix.dpatch: + + Dropped, merged upstream + * debian/patches/10_relibtoolize.dpatch: + + Updated for new upstream version + + -- Sebastian Dröge Sun, 25 Feb 2007 11:10:22 +0100 + +seahorse (0.9.91-2) experimental; urgency=low + + * debian/patches/30_crash-fixes.dpatch: + + Fix crash when editing gpg.conf and add missing paranthesis in SSH + agent. Patches from Gnome SVN. + * debian/patches/40_crash-fix.dpatch: + + Fix for crash that happens when using a cached passphrase + + -- Sebastian Dröge Fri, 23 Feb 2007 11:49:11 +0100 + +seahorse (0.9.91-1) experimental; urgency=low + + * New upstream release + * debian/patches/1_seahorse-agent-manpage.dpatch: + + Fix the binary name of seahorse-agent in the manpage. Patch from the + Ubuntu package by Emmet Hikory . + * debian/patches/10_relibtoolize.dpatch: + + Updated for new upstream version + + -- Sebastian Dröge Tue, 13 Feb 2007 13:23:01 +0100 + +seahorse (0.9.10-2) unstable; urgency=low + + * Upload to unstable + * debian/control: + + Remove duplicated libgnome2-dev build dependency + + -- Sebastian Dröge Mon, 15 Jan 2007 01:25:05 +0100 + +seahorse (0.9.10-1) experimental; urgency=low + + * New upstream release: + + Fixes lockup when viewing key properties (Closes: #406139) + + Fix crash in agent when listing transientkey in cache (Closes: #405725) + + Don't prompt for confirmation on each key when deleting multiple + keys (Closes: #396024) + * debian/patches/9_gtk-2.10-revert.dpatch: + + Don't require gtk 2.10 but revert upstream commit that changed from + the eggtrayicon to the gtk 2.10 status icon. This version should go to + unstable ASAP after some testing and a gtk 2.10 dependency would prevent + this. + * debian/patches/10_relibtoolize.dpatch: + + Regenerated + * debian/control: + + Updated build dependencies + + Updated to use my debian.org mail address + + -- Sebastian Dröge Sun, 7 Jan 2007 20:26:36 +0100 + +seahorse (0.9.9-1) UNRELEASED; urgency=low + + * New upstream release + * debian/patches/10_relibtoolize.dpatch: + + Regenerated for the new upstream version + * debian/seahorse.links: + + Removed seahorse-agent link... this is an application now + * debian/seahorse-daemon.Xsession: + + Call seahorse-agent instead of seahorse-daemon, renamed file to + seahorse.Xsession + + -- Sebastian Dröge Wed, 20 Dec 2006 18:12:50 +0100 + +seahorse (0.9.8-1) UNRELEASED; urgency=low + + * New upstream release + * debian/seahorse-daemon.Xsession, + debian/rules: + + Install Xsession script to properly start seahorse-daemon as explained + on http://live.gnome.org/Seahorse/SessionIntegration (Closes: #381313) + + -- Sebastian Dröge Mon, 4 Dec 2006 00:45:11 +0100 + +seahorse (0.9.7-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + + 9_move_libexec: drop; applied upstream. + + -- Jose Carlos Garcia Sogo Tue, 21 Nov 2006 22:25:32 +0100 + +seahorse (0.9.6-1) unstable; urgency=low + + * New upstream version. + + Fixes crashes when deleting keys (Closes: #395815) + * debian/patches: + + 9_move_libexec: make sure that nothing needs libexec (Closes: #378178) + + 10_relibtoolize: updated + + 20_amd64-ssh-crash: deleted, included upstream + * debian/control: + + Remove debconf-2.0 dependency. It is going to be added automatically by + dh_installdebconf + + -- Jose Carlos Garcia Sogo Sun, 29 Oct 2006 12:39:56 +0100 + +seahorse (0.9.5-3) unstable; urgency=low + + * Use $(CURDIR) instead of $(PWD), to avoid generating empty packages + in arches using sudo instead of fakeroot (Closes: #390389) + + -- Jose Carlos Garcia Sogo Sat, 7 Oct 2006 10:40:26 +0200 + +seahorse (0.9.5-2) unstable; urgency=low + + * debian/seahorse.postinst, + debian/seahorse.postrm, + debian/rules: + + Removed update-mime-database calls and call dh_installmime to handle + this. + * debian/rules: + + Random cleanup for stuff that is not needed anymore + + Correctly set CFLAGS and other variables for configure + + Drop -Wl,--as-needed from LDFLAGS as it is known to break gedit plugins + * debian/seahorse.links, + debian/rules: + + Install a seahorse-agent link that points to seahorse-daemon + to allow painless upgrades from older versions and install + NEWS.Debian. (Closes: #359353) + * debian/control: + + Depend on debconf-2.0 + * debian/seahorse.dirs: + + Drop useless file. + * debian/control, + debian/rules, + debian/compat: + + Update to debhelper compat level 5 + * debian/patches/20_amd64-ssh-crash.dpatch: + + Fix amd64 crasher when using the SSH agent (Closes: #388276) + Patch from upstream CVS + + -- Sebastian Dröge Fri, 22 Sep 2006 02:08:02 +0200 + +seahorse (0.9.5-1) unstable; urgency=low + + * New upstream release (Closes: #386617) + * debian/control: + + Add myself to Uploaders + + Tighten libnautilus-extension-dev build dependency to (>= 2.9.0) and + libpanel-applet2-dev to (>= 2.9.4) according to configure.ac + + Add build dependency on libgnome-keyring-dev + * debian/rules: + + Also remove static libcryptui and libcryptui headers + + Don't remove usr/libexec, it's not created anymore (Closes: #386787) + + Remove usr/share/mime/mime.cache as it seems to be created under some + circumstances and should never be shipped + * debian/patches/.dpatch, + debian/patches/00list, + debian/patches/seahorse_desktop.dpatch: + + Drop unnecessary stuff + * debian/patches/10_relibtoolize.dpatch: + + Updated for new upstream version + + -- Sebastian Dröge Tue, 12 Sep 2006 19:02:49 +0200 + +seahorse (0.9.3-1) unstable; urgency=low + + * The "I move" release. + * New upstream version. + + Fixed crash when enabling key sharing (Closes: #380160) + + Pipes are no longer left in ~/.gnome2 dir (Closes: #344500) + * debian/patches: + + 8_force_ssh: update to new checks made in configure.in + + -- Jose Carlos Garcia Sogo Tue, 5 Sep 2006 23:02:14 +0200 + +seahorse (0.9.1-2) unstable; urgency=low + + * Add build dependency on gnome-doc-utils (Closes: #376307) + + -- Jose Carlos Garcia Sogo Sun, 2 Jul 2006 01:01:01 +0200 + +seahorse (0.9.1-1) unstable; urgency=low + + * New upstream release (Closes: #375723) + * debian/patches: + + seahorse-desktop: remove. Included upstream + + 8_force_ssh, 9_move_libexec: add a description + + 10_relibtoolize: remade + * debian/control: bumped to Standards-Version 3.7.2. No changes. + + -- Jose Carlos Garcia Sogo Sat, 1 Jul 2006 22:54:18 +0200 + +seahorse (0.9.0-2) unstable; urgency=low + + * debian/patches: + + Force ordering of patches. + + Fix 9_move_libexec to also move seahorse-applet location. + + Remade 10_relibtoolize to get every patch. + + -- Jose Carlos Garcia Sogo Sun, 26 Mar 2006 12:51:54 +0200 + +seahorse (0.9.0-1) unstable; urgency=low + + * New upstream release. + + Fixes problem signing imported keys (Closes: #353423) + + Fix critical warnings when launching seahorse in a console + (Closes: #342283, #328308) + + Do not crash on deleting multiple keys (Closes: #309571) + + Properties dialog shows secret keys to select (Closes: #287134) + + Doesn't depend on MIME type to show Nautilus menu integration. (Closes: #287131) + + Adds support for photo IDs (Closes: #284155) + + * New build depends on: + + libnotify-dev: enable libnotify support. + + libpanel-applet2-dev: compile new clipboard applet + + libavahi-glib-dev: allow your public keyring to be shared using md-dns + + libdbus-glib-1-dev: compil dbus support + + * debian/patches: + + force_ssh: force compiling ssh support without the need of depending on + openssh-client at compile time. + + 10_relibtoolize: updated to include changes from force_ssh in + configure script. + + seahorse_desktop: fixes menu categories for seahorse. + + move_libexec: use /usr/lib/seahorse instead of /usr/libexec + + 01_update_DE_po: applied upstream. + + fix-gnupg-1.4.2: included upstream. + + gpgme_1.1.0-check: included upstream. + + * debian/po: + + add sv.po file (Closes: #333694) + + s/agent/daemon/g in every .po file. + + * Recommend openssh-client, as we can now manage SSH keys as well. + + * Added NEWS.Debian file talking about renaming of seahorse-agent to + seahorse-daemon. + + * debian/seahorse.postinst, debian/seahorse.templates: change seahorse-agent + for seahorse-daemon. + + -- Jose Carlos Garcia Sogo Sat, 25 Mar 2006 14:09:59 +0100 + + +seahorse (0.8.0-1) unstable; urgency=low + + * New upstream version. + + fix-gnupg-1.4.2 patch disabled. Included upstream + * Build-Depend on libnautilus-extension-dev. Thanks to Sebastian Bacher for + pointing this + + -- Jose Carlos Garcia Sogo Wed, 12 Oct 2005 14:47:37 +0200 + +seahorse (0.7.9-4) unstable; urgency=low + + * debian/patches: + + fix-gnupg-1.4.2: fix problems when used with GnuPG 1.4.2. + Patch got from upstream Gnome Bugzilla, bug #313329 + + -- Jose Carlos Garcia Sogo Sat, 1 Oct 2005 20:33:37 +0200 + +seahorse (0.7.9-3) unstable; urgency=low + + * Binary upload in i386 didn't include nautilus-extension library. + Reuploading. + * Cleaning all .a and .la files around. I don't think nobody is going + to develop using seahorse internal libs. + + -- Jose Carlos Garcia Sogo Sat, 1 Oct 2005 10:18:08 +0200 + +seahorse (0.7.9-2) unstable; urgency=low + + * Actually include French debconf translation (Closes: #315587) + + -- Jose Carlos Garcia Sogo Sun, 18 Sep 2005 17:01:27 +0200 + +seahorse (0.7.9-1) unstable; urgency=low + + * New upstream release (only requested in IRC) + + Keyring backups not created world readable (Closes: #314726) + + Do not crash if gpg.conf is not available (Closes: #322658) + + * Debconf translations updated: + + Italian (Closes: #313238) + + French (Closes: #315587) + + German (Closes: #326143) + + Vietnamese (Closes: #317932) + + * debian/rules: remove left files in /usr/share/mime at install target + (Closes: #313408, #313130) + * debian/patches: + + 10_relibtoolize: update + + 01_update_DE_po: new (Closes: #313914) + * debian/control: + + Update Standards-Version to 3.6.2. No changes needed. + + -- Jose Carlos Garcia Sogo Fri, 16 Sep 2005 23:24:13 +0200 + +seahorse (0.7.8-2) unstable; urgency=low + + * Uploaded to unstable along with GNOME 2.10 transition. + * Build-depend on libsoup2.2-dev and libldap2-dev. (Closes: #311954) + * Added Czech debconf translation by Miroslav Kure. (Closes: #308469) + + -- Jose Carlos Garcia Sogo Sat, 11 Jun 2005 12:07:35 +0200 + +seahorse (0.7.8-1) experimental; urgency=low + + * New upstream version. (Closes: #306433) + * Compiled with GNOME 2.10 libs and new Nautilus extension. + * Hey, we are shipping gedit plugin since 0.7.6-5 (Closes: #283513) + * New Frech debconf translation. Julien Valroff (Closes: #298327) + * New Spanish debconf translation. (Me) + * Remove libeel from build-depends. No longer needed. + + -- Jose Carlos Garcia Sogo Sun, 8 May 2005 10:32:51 +0200 + +seahorse (0.7.6-5) unstable; urgency=low + + * Tighten build dependency in gedit to version >=2.8.3-3 (Closes: #303125) + + -- Jose Carlos Garcia Sogo Tue, 5 Apr 2005 21:49:34 +0200 + +seahorse (0.7.6-4) unstable; urgency=low + + * Enable gedit plugin, as we now have a gedit-dev package. + * debian/control: add gedit plugin to description and a Enhaces: gedit + field. + * Passing -Wl,-O1 -Wl,--as-needed to linker. Should reduce binary + dependencies. + + -- Jose Carlos Garcia Sogo Fri, 1 Apr 2005 21:18:35 +0200 + +seahorse (0.7.6-3) unstable; urgency=low + + * The "3rd in 3 days" release. I am sorry for autobuilders. + * Fixed postrm script. It does not fail on unknown parameters. + (Closes: #296189) + + -- Jose Carlos Garcia Sogo Mon, 21 Feb 2005 23:43:44 +0100 + +seahorse (0.7.6-2) unstable; urgency=low + + * The "seahorse is not cpufreq-selector" release. + * Patched debconf template. (Closes: #296044, #296045) + + -- Jose Carlos Garcia Sogo Sat, 19 Feb 2005 23:40:46 +0100 + +seahorse (0.7.6-1) unstable; urgency=low + + * New upstream release. + + Fixed yelp. (Closes: #279845) + + Works with GnuPG 1.4 (Closes: #294179) + + New key properties dialog. (Closes: #285711) + + Allows encryption to self. (Closes: #287132) + + Initial keyserver support. (Closes: #284156) + + -- Jose Carlos Garcia Sogo Sat, 19 Feb 2005 19:02:30 +0100 + +seahorse (0.7.5-3) unstable; urgency=low + + * debian/rules: + + Removed more mime stuff which was being installed with the package. + + * debian/seahorse.postrm: + + Only call update-mime-database on remove. + + * debian/seahorse.postinst: + + Only call update-mime-database on remove. + + Added a debconf question about setting seahorse-agent SUID root. + + * debian/seahorse.[config,templates]: + + New. Added a debconf question about setting seahorse-agent SUID root. + + + -- Jose Carlos Garcia Sogo Thu, 11 Nov 2004 00:07:36 +0100 + +seahorse (0.7.5-2) unstable; urgency=low + + * debian/rules: + + Removed from the package mime files that should be generated + by update-mime-database on each system. (Closes: #279742) + + * debian/seahorse.post[inst,rm]: + + Added to call update-mime-database on each install and removal, + so we fix systems broken by previous version. + + * debian/control: + + Let's Build-Depend on debhelper version containing dh_desktop. + + -- Jose Carlos Garcia Sogo Fri, 5 Nov 2004 18:48:42 +0100 + +seahorse (0.7.5-1) unstable; urgency=low + + * New upstream version + * Using dh_desktop now. + + -- Jose Carlos Garcia Sogo Wed, 3 Nov 2004 22:53:43 +0100 + +seahorse (0.7.4-1) unstable; urgency=low + + * New upstream release. (Closes: #277497) + + It now depends on gpgme 1.0.x (Closes: #221606) + + Fixed crash on exit. (Closes: #268301) + + Handle properly key signatures. (Closes: #268300) + + Don't freeze when using gpg. (Closes: #264404) + + * debian/control: + + Build-Depend on libgpgme11-dev + + * debian/rules: + + use dh_gconf, so gconf registry is restarted in postinst. (Closes: #254218) + + disable gedit plugin until a gedit-dev package is available. + + * debian/patches: + + 01_fix_pgp-preferences_icon: removed + + 10_relibtoolize: updated + + 00list: updated + + -- Jose Carlos Garcia Sogo Sat, 23 Oct 2004 12:29:03 +0200 + +seahorse (0.7.3-6) unstable; urgency=low + + * Added missing libxml-parser-perl to buil dependencies. (Closes: #265043) + + -- Jose Carlos Garcia Sogo Wed, 11 Aug 2004 18:29:39 +0200 + +seahorse (0.7.3-5) unstable; urgency=low + + * debian/patches: + - 10_relibtoolize: updated & really applied. The resulting package + shouldn't depend on libgcrypt7 (Closes: #263660) + + -- Jose Carlos Garcia Sogo Fri, 6 Aug 2004 01:27:16 +0200 + +seahorse (0.7.3-4) unstable; urgency=low + + * debian/patches: + - 10_relibtoolize: Relibtoolized to get only the needed dependencies. + + -- Jose Carlos Garcia Sogo Sat, 19 Jun 2004 17:34:37 +0200 + +seahorse (0.7.3-3) unstable; urgency=low + + * Using dh_gconf and dh_scrollkeeper now. + * Removed reference to /usr/share/common-licenses/GFDL. (Closes: #215017) + * Link with new gnutls. (Closes: #221626) + * Corrected reference from icon in Gnome menu. (Closes: #222032) + * Fixed Debian menu. (Closes: #229944) + + -- Jose Carlos Garcia Sogo Fri, 19 Mar 2004 15:37:08 +0100 + +seahorse (0.7.3-2) unstable; urgency=low + + * Relibtoolized. (Closes: #192316) + * Fixed a bug in postinst which made gconf schema not to + be installed. (Closes: #192357) + + -- Jose Carlos Garcia Sogo Thu, 8 May 2003 22:33:40 +0200 + +seahorse (0.7.3-1) unstable; urgency=low + + * New upstream version. + * Added libeel2-dev build-dependency. + * Added explicit build-dependency on debhelper (>= 4.0.0) + * Bumped standars-version to 3.5.9. No changes + + -- Jose Carlos Garcia Sogo Tue, 6 May 2003 22:28:39 +0200 + +seahorse (0.7.1-1) unstable; urgency=low + + * Another new upstream version. + + -- Jose Carlos Garcia Sogo Tue, 4 Mar 2003 21:08:41 +0100 + +seahorse (0.7.0-1) unstable; urgency=low + + * New upstream version. + No bugs closed, as no bugs have been filled :-) + + -- Jose Carlos Garcia Sogo Tue, 11 Feb 2003 23:21:59 +0100 + +seahorse (0.6.1-1) unstable; urgency=low + + * New upstream release. + + -- Jose Carlos Garcia Sogo Sat, 1 Feb 2003 10:10:50 +0100 + +seahorse (0.6.0-1) unstable; urgency=low + + * New upstream release. This is live again. (Closes: #170813) + * This is a completely rewrite, for GNOME 2 (Closes: #95848, #165769) + * Got es.po from CVS because file released with 0.6.0 is bad UTF-8 encoded + * Standars-Version -> 3.5.8 + + -- Jose Carlos Garcia Sogo Thu, 23 Jan 2003 23:48:10 +0100 + +seahorse (0.5.0-5) unstable; urgency=low + + * Moved to main. + + -- Jose Carlos Garcia Sogo Wed, 24 Apr 2002 00:55:30 +0200 + +seahorse (0.5.0-4) unstable; urgency=low + + * I forgot to change Mantainer field in debian/control file. Sorry + + -- Jose Carlos Garcia Sogo Fri, 8 Feb 2002 15:42:21 +0100 + +seahorse (0.5.0-3) unstable; urgency=low + + * I have adopted this package. (Closes: #132441) + * I have applied a little patch to not show passphrase when + signing a key (Closes: #132435) + + -- Jose Carlos Garcia Sogo Thu, 7 Feb 2002 20:37:25 +0100 + +seahorse (0.5.0-2) unstable; urgency=low + + * Package orphaned. + + -- Christian Marillat Wed, 6 Feb 2002 18:37:50 +0100 + +seahorse (0.5.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 20 Feb 2001 10:21:13 +0100 + +seahorse (0.4.9-3) unstable; urgency=low + + * Build against the latest gnome-libs 1.2.11 + + -- Christian Marillat Wed, 14 Feb 2001 14:19:36 +0100 + +seahorse (0.4.9-2) unstable; urgency=low + + * Switch to debhelper v2. + * debian/control removed unnecessary build-depends. + + -- Christian Marillat Thu, 25 Jan 2001 14:02:24 +0100 + +seahorse (0.4.9-1) unstable; urgency=low + + * New upstream release. + * Removed the debian folder from orig.tar.gz (Closes: #66793). + * Added build-depends field. Standards-Version: to 3.1.1.1 + * New e-mail address. + + -- Christian Marillat Mon, 10 Jul 2000 16:23:52 +0200 + +seahorse (0.4.8-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 13 Jun 2000 22:57:36 +0200 + +seahorse (0.4.6-2) unstable; urgency=low + + * Moved to non-US. + + -- Christian Marillat Tue, 23 May 2000 09:06:25 +0200 + +seahorse (0.4.6-1) unstable; urgency=low + + * New Seahorse Release, First official debian release.. + + -- Christian Marillat Fri, 19 May 2000 14:49:09 +0200 + +seahorse (0.4.5-1) unstable; urgency=low + + * New Seahorse Release. + + -- Anthony Mulcahy Sun, 7 May 2000 22:06:38 +0900 + +seahorse (0.4.0-1) unstable; urgency=low + + * New Seahorse Release. + + -- Anthony Mulcahy Sun, 7 May 2000 22:06:05 +0900 + +seahorse (0.3.6-1) unstable; urgency=low + + * New Seahorse Release. + + -- Anthony Mulcahy Sun, 20 Feb 2000 22:20:45 +0900 + +seahorse (0.3.5-1) unstable; urgency=low + + * New Seahorse Release. + + -- Anthony Mulcahy Sat, 19 Feb 2000 16:20:53 +0900 + +seahorse (0.3.4-1) unstable; urgency=low + + * New Seahorse Release. + * + + -- Anthony Mulcahy Sat, 19 Feb 2000 16:20:20 +0900 + +seahorse (0.3.2-1) unstable; urgency=low + + * New Seahorse Release. + + -- Anthony Mulcahy Wed, 26 Jan 2000 05:54:20 +0900 + +seahorse (0.3.1-1) unstable; urgency=low + + * Initial Release. + + -- Anthony Mulcahy Mon, 10 Jan 2000 22:17:00 +0900 + +Local variables: +mode: debian-changelog +End: --- seahorse-plugins-2.26.1.orig/debian/compat +++ seahorse-plugins-2.26.1/debian/compat @@ -0,0 +1 @@ +5 --- seahorse-plugins-2.26.1.orig/debian/control.in +++ seahorse-plugins-2.26.1/debian/control.in @@ -0,0 +1,48 @@ +Source: seahorse-plugins +Section: gnome +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + libglade2-dev, + scrollkeeper, + libgpgme11-dev, + intltool (>= 0.35), + libnotify-dev, + libdbus-glib-1-dev, + gnome-doc-utils, + libgnome-keyring-dev, + libcryptui-dev, + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.10.0), + libpanel-applet2-dev, + gedit-dev, + libxml2-dev (>= 2.6.0), + libebook1.2-dev (>= 1.7.90), + gnome-pkg-tools, + libnautilus-extension-dev (>= 2.12), + epiphany-browser-dev (>= 2.24), + xulrunner-dev (>= 1.9~rc1) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/seahorse-plugins +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/seahorse-plugins +Homepage: http://live.gnome.org/Seahorse + +Package: seahorse-plugins +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + seahorse (>= 2.24.0) +Recommends: openssh-client +Replaces: seahorse (<< 2.24.0) +Description: seahorse plugins and utilities for encryption in GNOME + 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. + . + This package provides several plugins for different applications to use + seahorse, as well as an agent for storing private passphrases and a + GnuPG and OpenSSH key manager. --- seahorse-plugins-2.26.1.orig/debian/copyright +++ seahorse-plugins-2.26.1/debian/copyright @@ -0,0 +1,103 @@ +This package was debianized by Jose Carlos Garcia Sogo on +Mon, 17 Jan 2003 20:14:10 +0100. + +It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/seahorse + +Upstream Authors: Jacob Perkins + Jose Carlos Garcia Sogo + Jean Schurger + Stef Walter + Adam Schreiber + +Copyright © 2004-2007 Stefan Walter +Copyright © 2004-2006 Adam Schreiber +Copyright © 2001-2003 Jose Carlos Garcia Sogo +Copyright © 2002, 2003 Jacob Perkins +Copyright © 2004, 2006 Nate Nielsen +Copyright © 2000-2004 Marco Pesenti Gritti +Copyright © 2003-2006 Christian Persch +Copyright © 2004, 2006 Jean-François Rameau +Copyright © 2000, 2001 Eazel, Inc. +Copyright © 2007, 2008 Jorge González +Copyright © 2007, 2008 Daniel Nylander +Copyright © 2004-2005 Shaun McCance +Copyright © 2007 Milo Casagrande +Copyright © 2007-2008 Claude Paroz +Copyright © 2007 GNOME i18n Project for Vietnamese +Copyright © 2008 Василий Фаронов +Copyright © 1992-2008 Free Software Foundation, Inc. +Copyright © 1999 Dave Camp +Copyright © 2005 Tecsidel S.A. +Copyright © 2004-2005 Adam Weinberger and the GNOME Foundation +Copyright © 2007, 2008 The GNOME Project +Copyright © 2007 Swecha Telugu Localisation Team +Copyright © 1995-1997 Ulrich Drepper +Copyright © 2004-2008 Rodney Dawes +Copyright © 1999, 2000 Anthony Mulcahy +Copyright © 2007 Ihar Hrachyshka +Copyright © 2004, 2005 Miloslav Trmac +Copyright © 2003 Péter Mátó +Copyright © 2004, 2005 Danijel Studen, Denis Lackovic, Ivan Jankovic +Copyright © 1994 X Consortium +Copyright © 2006 Alexander Larsson +Copyright © 2000-2003 Ximian Inc. +Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald +Copyright © 1999, 2000 Robert Bihlmeyer +Copyright © Crispin Flowerday +Copyright © 2008 Frédéric Péters +Copyright © 2008 Lucas Lommer +Copyright © 2008 Mario Blättermann +Copyright © 2001-2004 Red Hat, Inc. +Copyright © 2004 Scott James Remnant + + +Gaim is the legal property of its developers, whose names are too numerous +to list here. Please refer to the COPYRIGHT file distributed with the gaim +source distribution. + +Copyright (C) 1998-2006 by the following: + +Dave Ahlswede, Manuel Amador, Matt Amato, Daniel Atallah, Paul Aurich, Patrick Aussems, Anibal Avelar, Alex Badea, John Bailey, Chris Banal, Luca Barbato, Levi Bard, Kevin Barry, Derek Battams, Martin Bayard, Curtis Beattie, Dave Bell, Igor Belyi, Brian Bernas, Paul Betts, Jonas Birmé, Eric Blade, Ethan Blanton, Joshua Blanton, Rainer Blessing, Herman Bloggs, David Blue, Jason Boerner, Graham Booker, Paolo Borelli, Julien Bossart, Craig Boston, Chris Boyle, Derrick J Brashear, Matt Brenneke, Jeremy Brooks, Philip Brown, Sean Burke, Thomas Butter, Andrea Canciani, Damien Carbery, Michael Carlson, Keegan Carruthers-Smith, Steve Cavilia, Julien Cegarra, Cerulean Studios, LLC, Jonathan Champ, Christophe Chapuis, Patrick Cheung, Ka-Hing Cheung, Sadrul Habib Chowdhury, Brian Chu, Arturo Cisneros, Jr., Vincas Ciziunas, Jonathan Clark, Joe Clarke, Eoin Coffey, Jason Cohen, Todd Cohen, Jono Cole, Lorenzo Colitti, Nathan Conrad, Felipe Contreras, Alex Converse, Irving Cordova, Glauber de Oliveira Costa, Adam Cowell, Palmer Cox, Jeramey Crawford, Michael Culbertson, Martijn Dekker, Philip Derrin, Taso N. Devetzis, Balwinder Singh Dheeman, Andrew Dieffenbach, Finlay Dobbie, Mark Doliner, Nuno Donato, Jim Duchek, Alex Duggan, Tom Dyas, Marc E., Andrew Echols, John Eckerdal, Sean Egan , Nelson Elhage, Ignacio J. Elia, Brian Enigma, Mattias Eriksson, Stefan Esser, Steffen Eschenbacher, Marc Etcheverry, Larry Ewing, Gábor Farkas, Jesse Farmer, Gavan Fantom (gavan), David Fiander, Rob Flynn , Rob Foehl (rwf), Alan Ford, Nathan Fredrickson, Chris J. Friesen, Free Software Foundation, Decklin Foster, Francesco Fracassi, Adam Fritzler, Max G., François Gagné, Evgueni V. Gavrilov, Ignacy Gawedzki, Georgi Georgiev, Ike Gingerich, Gustavo Giráldez, Richard Gobeille, Ian Goldberg, Michael Golden, Charlie Gordon, Ryan C. Gordon, Miah Gregory, Christian Hammond, Erick Hamness, Fred Hampton, Casey Harkins, Andy Harrison, Andrew Hart (arhart), G. Sumner Hayes, Michael R. Head, Nick Hebner, Mike Heffner, Benjamin Herrenschmidt, Fernando Herrera, hjheins, Hil, Casey Ho, Iain Holmes, Joshua Honeycutt, Nigel Horne, Juanjo Molinero Horno, Nathanael Hoyle, Greg Hudson, Magnus Hult, Karsten Huneycutt, Kevin Hunter, Rian Hunter, Thomas Huriaux, Scott Jackson, Hans Petter Jansson, Henry Jen, Benjamin Kahn, Anders Kaseorg, Praveen Karadakal, John Kelm, Akuke Kok, Cole Kowalski, Gary Kramlich, Jan Kratochvil, Andrej Krivulčík, Patrik Kullman, Tuomas Kuosmanen, Tero Kuusela, Richard Laager, Scott Lamb, Dennis Lambe Jr., Joe LaPenna, Steve Láposi, Daniel Larsson, Peter Lawler, Ho-seok Lee, Jean-Yves Lefort, Moses Lei, Ambrose C. Li, Nicolas Lichtmaier, Wesley Lin, Artem Litvinovich, Syd Logan, Lokheed, Norberto Lopes, Uli Luckas, Matthew Luckie, Mike Lundy, Jason Lynch, Lucio Maciel, Brian Macke, Paolo Maggi, Willian T. Mahan, Kris Marsh, Fidel Martinez, Lalo Martins, John Matthews, Ryan McCabe, Peter McCurdy, Kurt McKee, Torrey McMahon, Robert McQueen, Robert Mibus, Lars T. Mikkelsen, Benjamin Miller, Kevin Miller, Paul Miller, Arkadiusz Miskiewicz, Andrew Molloy, Benjamin Moody, Tim Mooney, Sergio Moretto, Christian Muise, Richard Nelson, Dennis Nezic, Matthew A. Nicholson, Henning Norén, Szilard Novaki, Novell, Padraig O'Briain, Christopher O'Brien (siege), Jon Oberheide, Ruediger Oertel, Gudmundur Bjarni Olafsson, Bartosz Oler, Shawn Outman, Nathan Owens (pianocomp81), John Oyler, Matt Pandina, Ricardo Fernandez Pascual, Riley Patterson, Havoc Pennington, Ted Percival, Eduardo Pérez, Joao Luís Marques Pinto, Aleksander Piotrowski, Julien Pivotto, Ari Pollak, Robey Pointer, Nathan Poznick, Jory A. Pratt, Brent Priddy, Federicco Mena Quintero, Yosef Radchenko, David Raeman, R. Ramkumar, Mart Raudsepp, Etan Reisner, Kristian Rietveld, Pekka Riikonen, Tim Ringenbach, Dennis Ristuccia, Lee Roach, Rhett Robinson, Luciano Miguel Ferreira Rocha, Andrew Rodland, Miguel Rodríguez (migrax), Jason Roth, Jean-Francois Roy, Sam S., Pradyumna Sampath, Arvind Samptur, Tom Samstag, Neil Sanchala, Laurent Sansonetti, Andrew Sayman, Alceste Scalas, Carsten Schaar, Matteo Settenvini, Colin Seymour, Luke Schierer, Ralph Schmieder, David Schmitt, Mark Schneider, Evan Schoenberg, Federico Schwindt, Torrey Searle, Peter Seebach, Don Seiler, Leonardo Serra, Jim Seymour, Joe Shaw, Scott Shedden, Ettore Simone, John Silvestri, Craig Slusher, Alex Smith, Malcolm Smith, David Smock, Phil Snowberger, Eddie Sohn (tr1sk), Sony Computer Entertainment America, Inc., Mark Spencer, Lex Spoon, Kevin Stange, Richard Stellingwerff, Charlie Stockman, David Stoddard, Sun Microsystems, Mårten Svantesson (fursten), Robert T., Brian Tarricone, Peter Teichman, Philip Tellis, Arun A. Tharuvai, Cestonaro Thilo, Will Thompson, Douglas Thrift (douglaswth), Andrew Tinney, Jeffery To, Warren Togami, Stu Tomlinson, Bill Tompkins, Chris Toshok, Ken Tossell, Tom Tromey, Todd Troxell, Brad Turcotte, Junichi Uekawa, István Váradi, Martijn van Beers, Philip Van Hoof, Kristof Vansant, James Vega, David Vermeille, Sid Vicious, Bjoern Voigt, Wan Hing Wah, Philip Walford, Nathan Walp, Jonty Wareing, Eric Warmenhoven, Adam J. Warrington, Andrew Wellington, Adam Wendt, Dave West, Daniel Westermann-Clark, Andrew Whewell, Simon Wilkinson, Dan Willemsen, Jason Willis, Matt Wilson, Dan Winship, Scott Wolchok, Pui Lam Wong, Justin Wood, Ximian, Ma Xuan, Jared Yanovich, Timmy Yee, Nickolai Zeldovich, Marco Ziech, Piotr Zielinski, Welker Zsombor, Jeroen Zwartepoorte + + + +Main License (everything except docs): + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is Copyright © 2008 Sébastien Bacher, Andreas +Moog, Emilio Pozuelo Monfort and Josselin Mouette. It is licensed under +the same conditions. + + +License for the documentation: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. + + This manual is part of a collection of GNOME manuals + distributed under the GFDL. If you want to distribute this + manual separately from the collection, you can do so by + adding a copy of the license to the manual, as described in + section 6 of the license. + +On Debian systems, the complete text of the GNU Free Documentation +License can be found in `/usr/share/common-licenses/GFDL'. --- seahorse-plugins-2.26.1.orig/debian/seahorse.Xsession +++ seahorse-plugins-2.26.1/debian/seahorse.Xsession @@ -0,0 +1,8 @@ +# This file is sourced by Xsession(5), not executed. + +SEAHORSE=/usr/bin/seahorse-agent + +if [ -n "$GNOMERC" ] && [ -x $SEAHORSE ] && [ -z "$GPG_AGENT_INFO" ]; then + STARTUP="$SEAHORSE --execute $STARTUP" +fi +