--- nautilus-sendto-1.1.5.orig/debian/control +++ nautilus-sendto-1.1.5/debian/control @@ -0,0 +1,48 @@ +Source: nautilus-sendto +Section: gnome +Priority: optional +Maintainer: Oystein Gisnas +Build-Depends: debhelper (>= 5.0), + cdbs, + intltool (>= 0.35.0), + dh-buildinfo, + gnome-pkg-tools, + libglib2.0-dev (>= 2.16.0), + libgtk2.0-dev (>= 2.4.0), + libglade2-dev (>= 2.5.1), + libnautilus-extension-dev (>= 2.22), + libgconf2-dev (>= 2.13.0), + libebook1.2-dev (>= 1.5.3), + libdbus-1-dev (>= 1.0), + libdbus-glib-1-dev (>= 0.60), + libempathy-dev (>= 2.25.5), + libempathy-gtk-dev (>= 2.25.2), + libgupnp-av-1.0-dev (>= 0.2.1), + evolution-dev, + pidgin-dev (>= 2.0.0), + libpurple-dev (>= 2.0.0), + gajim, + libxml-parser-perl, + gconf2 +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier +VCS-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/ +VCS-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/nautilus-sendto/ +Standards-Version: 3.8.2 + +Package: nautilus-sendto +Architecture: any +Conflicts: evolution (<< 2.4) +Depends: ${shlibs:Depends}, + ${misc:Depends} +Suggests: evolution (>= 2.4) | icedove | claws-mail, + empathy | pidgin (>= 2.0.0) | gajim, + python-dbus, + gnome-bluetooth +Description: integrates Evolution and Pidgin into the Nautilus file manager + The Nautilus Send To plugin provides the Nautilus file manager with a context + menu component for quickly sending files to accounts in an Evolution email + address book, contacts on a Pidgin or Gajim instant messaging list, through + Icedove, or through Claws Mail. + . + Nautilus Send To also provides the option of compressing the files (tar.bz2, + tar.gz, or zip) before sending. --- nautilus-sendto-1.1.5.orig/debian/rules +++ nautilus-sendto-1.1.5/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +# ==================================================================== +# debian/rules for nautilus-sendto +# Common Debian Build System: (C) 2002 Colin Walters +# +# Author: Andrew Lau +# $Id: rules 20834 2009-08-05 22:02:18Z pochu-guest $ +# ==================================================================== + +# CDBS Classes & Rules +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.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 + +DEB_DH_MAKESHLIBS_ARGS += --no-act +DEB_DH_SHLIBDEPS_ARGS_ALL += -X/usr/lib/nautilus-sendto/plugins \ + -X/usr/lib/pidgin \ + -X/usr/lib/evolution +DEB_CONFIGURE_EXTRA_FLAGS += --with-gajim=/usr + +binary-post-install/nautilus-sendto:: + # Remove unnecessary libtool library files + find debian/nautilus-sendto -type f -name "*.la" | xargs rm -fv + # Record build-time version information + dh_buildinfo --- nautilus-sendto-1.1.5.orig/debian/watch +++ nautilus-sendto-1.1.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/([\d\.]+)/ \ + nautilus-sendto-(.*)\.tar\.gz --- nautilus-sendto-1.1.5.orig/debian/changelog +++ nautilus-sendto-1.1.5/debian/changelog @@ -0,0 +1,286 @@ +nautilus-sendto (1.1.5-1) unstable; urgency=low + + [ Josselin Mouette ] + * Suggest gnome-bluetooth instead of bluez-gnome. Closes: #534856. + + [ Emilio Pozuelo Monfort ] + * New upstream release. Closes: #512294. + - Fix emails being sent twice to wrong addresses sometimes. + Closes: #532855. + - Autocompletes addresses from Evolution's LDAP contacts. + Closes: #361668. + - Bluetooth plugin ported to Bluez 4. Closes: #530791, #534538. + - Update build-dependencies. + - Exclude /usr/lib/pidgin and /usr/lib/evolution from dpkg-shlibdeps. + - debian/copyright: updated. + * Standards-Version is 3.8.2, no changes needed. + * debian/watch: don't uupdate. + * Don't suggest multiple IMs and mail clients, use alternative + suggests instead. + * Remove author from the description, the place for that is copyright. + + -- Josselin Mouette Sat, 15 Aug 2009 11:03:18 +0200 + +nautilus-sendto (0.14.0-4) unstable; urgency=low + + * Changes by Cesare Tibarassi (closes: #500700): + + Suggest claws-mail instead of sylpheed-claws. + + Adjust description and README.Debian accordingly. + * Upload to unstable. + * Standards version is 3.8.1. + * Pass --no-act to dh_makeshlibs. + + -- Josselin Mouette Tue, 07 Apr 2009 15:27:45 +0200 + +nautilus-sendto (0.14.0-3) experimental; urgency=low + + * Add bluez-gnome to Suggests: (for obex-push) (closes: #478745) + * Add icedove to Suggests: + * Build-dep on libnautilus-extension-dev (>= 2.22) (closes: #474777) + + -- Oystein Gisnas Sun, 04 May 2008 07:19:18 +0200 + +nautilus-sendto (0.14.0-2) experimental; urgency=low + + * Build against libnautilus-extension 2.22 + + -- Oystein Gisnas Sun, 27 Apr 2008 10:43:54 +0200 + +nautilus-sendto (0.14.0-1) unstable; urgency=low + + * New upstream version + - Support for new nautilus extension directory (closes: #474777) + - Remove obsolete patch 10_evolution-error-handling.patch + - Remove obsolete patch 20_pidgin-debug-info.patch + - Support for Icedove + + -- Oystein Gisnas Sat, 26 Apr 2008 17:52:34 +0200 + +nautilus-sendto (0.12-2) unstable; urgency=low + + * 20_pidgin-debug-info.patch: Fix unresolved pidgin plugin + symbol (closes: #439386) + + -- Oystein Gisnas Sat, 25 Aug 2007 17:54:08 +0200 + +nautilus-sendto (0.12-1) unstable; urgency=low + + * New upstream release + - Pidgin support (closes: #430960, #432449) + * Build with gnome-bluetooth support. (closes: #408968) + + -- Oystein Gisnas Mon, 13 Aug 2007 22:39:06 +0200 + +nautilus-sendto (0.10-2) unstable; urgency=low + + [ Oystein Gisnas ] + * 10_evolution-error-handling.patch: Improve error handling in + Evolution plugin. (closes: #415491) + + [ Loic Minier ] + * Wrap build-deps and deps. + + -- Loic Minier Wed, 25 Apr 2007 11:54:35 +0200 + +nautilus-sendto (0.10-1) unstable; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Oystein Gisnas ] + * New upstream release + - Bump libglib2.0-dev build-dep to >= 2.6.0 + - Drop libbonobo2-dev build-dep + - Drop libgnome2-dev build-dep + - Drop libgnomeui-dev build-dep + - Manpage included upstream + - 20_avoid-duplicate-contact-list.patch: Fixed upstream + * Explicitly tell dh_shlibdeps to exclude the plugins + * Move ${misc:Depends} to Depends: and stop using dh_gaim + + -- Oystein Gisnas Sun, 15 Apr 2007 22:26:26 +0200 + +nautilus-sendto (0.8-2) unstable; urgency=low + + * Fix duplicate contact list widgets. + [debian/patches/20_avoid-duplicate-contact-list.patch] + + -- Oystein Gisnas Sat, 28 Oct 2006 14:10:58 +0200 + +nautilus-sendto (0.8-1) unstable; urgency=low + + [ Oystein Gisnas ] + * New upstream release + - Add gconf build-dep. + - Drop patches from debian/patches/ that have been applied upstream: + 01_fix_build_with_new_gaim.patch, 10_gajim-unload-crash.patch + 11_gajim-uri.patch, 15_send-button-leaks.patch, + 16_archive-uri.patch, 20_detect-missing-evolution.patch, + 25_multiple-address-books.patch + * Match build-deps with configure.in + - Remove autotools-dev, libxml-parser-perl + - Add libglib2.0-dev (>= 2.4.0), libgtk2.0-dev (>= 2.4.0), + libgconf2-dev (>= 2.13.0), intltool, gconf2 + * Suggest python-dbus which is required for gajim support + * Document installation peculiarities. [debian/README.Debian] + + [ Loic Minier ] + * Build-depend on libxml-parser-perl instead of intltool. + * Include gnome.mk after debhelper.mk; cleanups. + + -- Loic Minier Sat, 28 Oct 2006 10:20:55 +0200 + +nautilus-sendto (0.7-4) unstable; urgency=low + + * Support gaim 2.0. [debian/control.in] + - Add patch from Ubuntu. (closes: #390731) + [debian/patches/01_fix_build_with_new_gaim.patch] + * Support multiple address books. + [debian/patches/25_multiple-address-books.patch] (closes: #367687) + + -- Oystein Gisnas Wed, 4 Oct 2006 22:50:09 +0200 + +nautilus-sendto (0.7-3) unstable; urgency=low + + * Use correct gaim version with epoch. [debian/control.in] + * Add manpage for nautilus-sendto. [debian/nautilus-sendto.1] + * Pull patch from upstream to fix gajim URIs. + [debian/patches/11_gajim-uri.patch] + * Pull patch from upstream to fix some leaks. + [debian/patches/15_send-button-leaks.patch] + * Pull patch from upstream to use URIs for archives. + [debian/patches/16_archive-uri.patch] + * Create patch to disable evolution when not installed. + [debian/patches/20_detect-missing-evolution.patch] + * Move evolution and gaim back to Recommends: from Depends:. + [debian/control.in] (closes: #375154) + + -- Oystein Gisnas Thu, 27 Jul 2006 19:12:09 +0200 + +nautilus-sendto (0.7-2) unstable; urgency=low + + * Add support for gajim. [debian/rules, debian/control.in, + debian/patches/10_gajim-unload-crash.patch] (closes: #377096) + * Change maintainer to Oystein Gisnas + [debian/control.in] + * Regenerate debian/control + + -- Oystein Gisnas Fri, 7 Jul 2006 09:15:48 +0200 + +nautilus-sendto (0.7-1) unstable; urgency=low + + [ Oystein Gisnas ] + * New upstream release (Closes: #376519) + - sylpheed-claws support + - new gajim support disabled (crashes n-sendto if not running) + - new experimental thunderbird and balsa support disabled + * Added three new contributors + [debian/copyright] + * Fix watch file + * Remove duplicate build-dep libnautilus-extension-dev + [debian/control{,.in}] + * Add sylpheed-claws to Suggests: and description + [debian/control{,.in}] + * Prevent ldconfig call in postinst and postrm + [debian/rules] + * Add support for gajim. [debian/patches/10_gajim-unload-crash.patch] + + -- Oystein Gisnas Fri, 7 Jul 2006 08:14:38 +0200 + +nautilus-sendto (0.5-1) unstable; urgency=low + + * Bump up Standards-Version to 3.7.2. + [debian/control, debian/control.in] + * Move ${misc:Depends} to Depends. + [debian/control, debian/control.in] + * New upstream release. + - Bump up Build-Depends to: libglade2-dev >= 2.5.1, libebook1.2-dev >= + 1.5.3, gaim-dev (>= 1.5.0). + [debian/control, debian/control.in] + - Add missing build-deps: libbonobo2-dev (>= 2.13.0), libgnome2-dev (>= + 2.13.0), libnautilus-extension-dev (>= 2.13.3). + [debian/control, debian/control.in] + - Drop relibtoolizing patch, this seems to be libtoolized under Debian + already. + [debian/patches/00_relibtoolize.patch] + * Builds against evolution-data-server 1.6. (Closes: #362603) + + -- Loic Minier Fri, 12 May 2006 16:54:13 +0200 + +nautilus-sendto (0.4-1) unstable; urgency=medium + + * New upstream version. + - Rebuilt for Nautilus 2.12 and Evolution 2.4 + (closes: #348496) + * [debian/control.in]: + - Add dependency on evolution. + (closes: #313357) + * [debian/rules]: + - Revert usage of ld's --as-needed option. + * Compact dependencies + + [debian/patches/00_relibtoolize] + * Debian Standards-Version: 3.6.2.2 + * Debhelper compatibility: 5 + + -- Andrew Lau Mon, 9 Jan 2006 02:52:22 +1100 + +nautilus-sendto (0.3-5) unstable; urgency=high + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + [ Loic Minier ] + * Rebuild without the libdb4.2-dev build-dependency (Closes: #337404) + * Drop libcamel1.2-dev build-dep which doesn't seem to be required either. + * Add CDBS' utils. + * Update license and clarify License versus Copyright. + * Rebuild with libebook1.2-dev 1.2.3-8 to catch the fixed + evolution-data-server deps. + + -- Loic Minier Mon, 7 Nov 2005 19:02:33 +0100 + +nautilus-sendto (0.3-4) unstable; urgency=medium + + * Rebuild against GNOME 2.10's Nautilus. + - Switch from libnautilus2-dev to libnautilus-extension-dev + * [debian/rules]: + - Record compile-time dependency versions using dh_buildinfo + + -- Andrew Lau Thu, 9 Jun 2005 14:48:11 +1000 + +nautilus-sendto (0.3-3) unstable; urgency=low + + * [debian/control.in]: + - Dependency on Gaim and Evolution downgraded to recommendation. + (closes: #301683) + - Added libcamel1.2-dev, libdb4.1-dev and libebook1.2-dev to + Build-Depends and removed libebook-dev. + (closes: #304603) + + -- Andrew Lau Mon, 9 May 2005 01:55:01 +1000 + +nautilus-sendto (0.3-2.sarge.1) testing; urgency=medium + + * Backport fix for #301683 and use of dh_gaim to testing as "Sarge" will be + released with Evolution 2.0 instead of 2.2. + * [debian/control.in]: + - Added Conflict: with Evolution 2.0 to safeguard against incompatible + upgrades. + + -- Andrew Lau Mon, 9 May 2005 03:19:24 +1000 + +nautilus-sendto (0.3-2) unstable; urgency=low + + * Rebuild to eliminate dependency on non-free libhowl0. + * [debian/rules]: + - Deflate dependencies via ld's --as-needed option. + + -- Andrew Lau Sat, 19 Mar 2005 00:51:05 +1100 + +nautilus-sendto (0.3-1) unstable; urgency=low + + * Initial Release of the Debian GNU/Linux package. + (closes: #293010) + + -- Andrew Lau Wed, 2 Feb 2005 04:39:54 +1100 + --- nautilus-sendto-1.1.5.orig/debian/compat +++ nautilus-sendto-1.1.5/debian/compat @@ -0,0 +1 @@ +5 --- nautilus-sendto-1.1.5.orig/debian/README.Debian +++ nautilus-sendto-1.1.5/debian/README.Debian @@ -0,0 +1,25 @@ +=============================================================================== + README.Debian for Nautilus Send To +=============================================================================== + +Nautilus will require a restart before the "Send to..." will appear in the +context menu of files. + +Evolution support requires evolution to be installed. Only address books marked +for auto-completion will be used. Auto-completion can be configured in the +Evolution settings menu. + +Pidgin support requires pidgin to be running and the "Nautilus Integration" plugin +to be enabled. + +Gajim support requires gajim to be running and python-dbus to be installed. + +Icedove support requires icedove to be installed. + +Claws Mail support requires claws-mail to be installed. + +------------------------------------------------------------------------------- + +Andrew Lau +Oystein Gisnas +$Id: README.Debian 17188 2008-09-30 15:28:48Z joss $ --- nautilus-sendto-1.1.5.orig/debian/control.in +++ nautilus-sendto-1.1.5/debian/control.in @@ -0,0 +1,48 @@ +Source: nautilus-sendto +Section: gnome +Priority: optional +Maintainer: Oystein Gisnas +Build-Depends: debhelper (>= 5.0), + cdbs, + intltool (>= 0.35.0), + dh-buildinfo, + gnome-pkg-tools, + libglib2.0-dev (>= 2.16.0), + libgtk2.0-dev (>= 2.4.0), + libglade2-dev (>= 2.5.1), + libnautilus-extension-dev (>= 2.22), + libgconf2-dev (>= 2.13.0), + libebook1.2-dev (>= 1.5.3), + libdbus-1-dev (>= 1.0), + libdbus-glib-1-dev (>= 0.60), + libempathy-dev (>= 2.25.5), + libempathy-gtk-dev (>= 2.25.2), + libgupnp-av-1.0-dev (>= 0.2.1), + evolution-dev, + pidgin-dev (>= 2.0.0), + libpurple-dev (>= 2.0.0), + gajim, + libxml-parser-perl, + gconf2 +Uploaders: @GNOME_TEAM@ +VCS-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/ +VCS-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/nautilus-sendto/ +Standards-Version: 3.8.2 + +Package: nautilus-sendto +Architecture: any +Conflicts: evolution (<< 2.4) +Depends: ${shlibs:Depends}, + ${misc:Depends} +Suggests: evolution (>= 2.4) | icedove | claws-mail, + empathy | pidgin (>= 2.0.0) | gajim, + python-dbus, + gnome-bluetooth +Description: integrates Evolution and Pidgin into the Nautilus file manager + The Nautilus Send To plugin provides the Nautilus file manager with a context + menu component for quickly sending files to accounts in an Evolution email + address book, contacts on a Pidgin or Gajim instant messaging list, through + Icedove, or through Claws Mail. + . + Nautilus Send To also provides the option of compressing the files (tar.bz2, + tar.gz, or zip) before sending. --- nautilus-sendto-1.1.5.orig/debian/copyright +++ nautilus-sendto-1.1.5/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Andrew Lau on +Wed, 02 Feb 2005 01:31:09 +1100 + +It was downloaded from: + + +Upstream Author: + Roberto Majadas + +Copyright: + + * Copyright (C) 2004-2005 Roberto Majadas + * Copyright (C) 2004 Ross Burton + * Copyright (C) 2005 Bastien Nocera + * Copyright (C) 2006 Dimitur Kirov + * Copyright (C) 2006 Peter Enseleit + * Copyright (C) 2008 Collabora Ltd. + * Copyright (C) 2008 Jader Henrique da Silva + * Copyright (C) 2008 Zeeshan Ali (Khattak) + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + + +License: + + 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-2'.