debian/0000775000000000000000000000000012247667664007214 5ustar debian/compat0000664000000000000000000000000212245505002010361 0ustar 8 debian/patches/0000775000000000000000000000000012245505002010612 5ustar debian/patches/series0000664000000000000000000000003012073377060012032 0ustar 00git_gupnp_build.patch debian/patches/00git_gupnp_build.patch0000664000000000000000000000200312073377060015153 0ustar From c001500a185fc0e7082d2495b83456b5cc298abd Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 10 Oct 2012 11:29:32 +0000 Subject: Fix building with new gupnp stack Since gupnp 0.19.0, internal linker flags are no longer leaked to users of this library. This means applications need to link to all libraries that it uses directly, and nautilus-sendto uses symbols from gssdp so should link to it. --- Index: nautilus-sendto-3.6.1/configure.in =================================================================== --- nautilus-sendto-3.6.1.orig/configure.in 2013-01-10 12:29:09.949696495 +1300 +++ nautilus-sendto-3.6.1/configure.in 2013-01-10 12:29:09.945696494 +1300 @@ -197,7 +197,7 @@ fi ;; upnp) - PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED, + PKG_CHECK_MODULES(UPNP, gssdp-1.0 gupnp-1.0 >= $GUPNP_REQUIRED, enable_upnp=yes, enable_upnp=no) if test "${enable_upnp}" != "yes" ; then plugin_error_or_ignore "you need gupnp installed for the upnp plugin" debian/rules0000775000000000000000000000141412245505001010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.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 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk include /usr/share/cdbs/1/rules/autoreconf.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_DH_AUTORECONF_ARGS = --as-needed DEB_DH_MAKESHLIBS_ARGS += --no-act binary-post-install/nautilus-sendto:: # Remove unnecessary libtool library files find debian/nautilus-sendto -type f -name "*.la" -delete # Remove the extension, it's been moved to nautilus rm -r debian/nautilus-sendto/usr/lib/nautilus debian/source/0000775000000000000000000000000012245505002010463 5ustar debian/source/format0000664000000000000000000000001412245505002011671 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000015512245505002010215 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/([\d\.]+)/ \ nautilus-sendto-(.*)\.tar\.xz debian/control0000664000000000000000000000376712247667711010625 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: nautilus-sendto Section: gnome Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Debian GNOME Maintainers Build-Depends: debhelper (>= 8.1.3~), cdbs (>= 0.4.94~), dh-autoreconf, gtk-doc-tools, intltool (>= 0.35.0), gnome-pkg-tools, libglib2.0-dev (>= 2.25.9), libgtk-3-dev (>= 3.0.0), libnautilus-extension-dev (>= 2.31.3), libebook1.2-dev (>= 3.5.3), libdbus-1-dev (>= 1.0), libdbus-glib-1-dev (>= 0.60), libgssdp-1.0-dev, libgupnp-1.0-dev (>= 0.13), libxml-parser-perl, Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Jeremy Bicha , Sjoerd Simons Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/nautilus-sendto/ubuntu Standards-Version: 3.9.3 Package: nautilus-sendto Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nautilus (>= 1:2.91) Suggests: evolution (>= 2.28) | thunderbird | claws-mail, pidgin (>= 2.0.0) | gajim, python-dbus Breaks: nautilus-sendto-empathy (<< 3.0), gnome-bluetooth (<< 3.0) 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 Thunderbird, or through Claws Mail. . Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending. debian/copyright0000664000000000000000000000477212245505002011130 0ustar 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) * Copyright (C) 1996, 2008 Free Software Foundation, Inc Files: * 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'. Files: evolution/nautilus-sendto.c Copyright: Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; 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 Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1' debian/changelog0000664000000000000000000005077312247667664011102 0ustar nautilus-sendto (3.6.1-2ubuntu1) trusty; urgency=low * Resynchronize on Debian, remaining diffs + debian/control.in: - don't rename thunderbird in icedove in Ubuntu - set the epoch number for nautilus in Ubuntu -- Iain Lane Wed, 04 Dec 2013 18:08:50 +0000 nautilus-sendto (3.6.1-2) unstable; urgency=low * Team upload. * Upload to unstable. -- Andreas Henriksson Thu, 19 Sep 2013 15:38:48 +0200 nautilus-sendto (3.6.1-1) experimental; urgency=low [ Jeremy Bicha ] * New upstream release * debian/control.in: - Don't build-depend on libedataserverui-3.0-dev [ Sjoerd Simons ] * debian/patches/00git_gupnp_build.patch + Added, build with newer gupnp (from upstream git) -- Sjoerd Simons Sun, 16 Jun 2013 21:58:19 +0200 nautilus-sendto (3.6.1-0ubuntu2) trusty; urgency=low * No-change rebuild for new e-d-s -- Iain Lane Wed, 13 Nov 2013 13:14:10 +0000 nautilus-sendto (3.6.1-0ubuntu1) raring; urgency=low * New upstream release * debian/control: - Drop build-depends on libedataserverui-3.0-dev - Use standards-version 3.9.3 * debian/patches/00git_gupnp_build.patch: - Fix build with recent gupnp -- Robert Ancell Thu, 10 Jan 2013 12:05:14 +1300 nautilus-sendto (3.6.0-1) experimental; urgency=low * Team upload * New upstream release - bump libebook dependency -- Simon McVittie Tue, 23 Oct 2012 11:08:05 +0100 nautilus-sendto (3.6.0-0ubuntu1) quantal; urgency=low * New upstream stable release -- Robert Ancell Fri, 28 Sep 2012 14:24:35 +1200 nautilus-sendto (3.5.3-0ubuntu1) quantal-proposed; urgency=low * New upstream release. * debian/control: bump Build-Depends for libebook1.2-dev. -- Mathieu Trudel-Lapierre Thu, 05 Jul 2012 20:06:02 -0400 nautilus-sendto (3.0.3-3) unstable; urgency=low * Team upload. (Closes: #708723) * Add debian/patches/fix-gssdp-linking.patch - fixing linking now that gupnp no longer leaks linker flags to gssdp * Add libgssdp-1.0-dev to build-dependencies for correctness. -- Andreas Henriksson Sat, 18 May 2013 10:13:45 +0200 nautilus-sendto (3.0.3-2ubuntu1) quantal; urgency=low * Merge with Debian. Remaining changes: * debian/control.in: - Substitute thunderbird for icedove - set the epoch number for nautilus in Ubuntu -- Jeremy Bicha Fri, 25 May 2012 08:12:59 -0400 nautilus-sendto (3.0.3-2) unstable; urgency=low * Drop debian/patches/01_fix_commandline.patch and debian/patches/02_use_g_app_info_get_executable.patch: Different fix applied upstream -- Laurent Bigonville Sun, 13 May 2012 23:36:56 +0200 nautilus-sendto (3.0.3-1) unstable; urgency=low * New upstream release. * debian/patches/03_icedove_as_thunderbird.patch: Removed, merged upstream. * Drop dh-buildinfo usage. -- Michael Biebl Sun, 13 May 2012 22:43:53 +0200 nautilus-sendto (3.0.2-1) unstable; urgency=low * New upstream release - Add libedataserverui-3.0-dev to the build-dependencies * debian/control.in: Bump Standards-Version to 3.9.3 (no further changes) * debian/rules: - Generate correct dependencies for modules (Closes: #666422) - Install evolution plugin (Closes: #640281) - Regenerate autofoo files and minimize run-time dependencies * debian/patches/01_fix_commandline.patch, debian/patches/02_use_g_app_info_get_executable.patch: Fix mail client invocation * debian/patches/03_icedove_as_thunderbird.patch: Treat icedove like thunderbird (Closes: #558789) -- Laurent Bigonville Wed, 04 Apr 2012 21:54:31 +0200 nautilus-sendto (3.0.1-2ubuntu2) precise; urgency=low * Fix LP: #865490 - Don't crash when there isn't a mailer installed - update debian/patches/use-gio-for-default-mailer.patch -- Chris Coulson Wed, 07 Mar 2012 10:50:42 +0100 nautilus-sendto (3.0.1-2ubuntu1) precise; urgency=low * Resynchronize on Debian, remaining diffs * debian/control.in: - don't rename thunderbird in icedove in Ubuntu - set the epoch number for nautilus in Ubuntu * debian/patches/use-gio-for-default-mailer.patch: - Use GIO for the default mailer check rather than the deprecated gconf, to ensure we pick up the correct preffered mail client * debian/patches/no-uris-for-thunderbird.patch: - Thunderbird doesn't properyly unescape the attachment URI's specified on the command line, so just send the unescaped filenames rather than converting them to file:/// URI's * debian/rules: - install the evolution code, not sure why Debian claims it's not working -- Sebastien Bacher Thu, 24 Nov 2011 18:36:05 +0100 nautilus-sendto (3.0.1-2) unstable; urgency=low * Upload to unstable. * debian/control.in: - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. -- Michael Biebl Thu, 13 Oct 2011 19:18:01 +0200 nautilus-sendto (3.0.1-1) experimental; urgency=low [ Laurent Bigonville ] * debian/control.in: - Let dh_installgsettings add correct gsettings backend to Dependencies - Bump debhelper and cdbs build-dependencies accordingly - Bump Standards-Version to 3.9.2 (no further chaneges) [ Michael Biebl ] * debian/watch: - Switch to .xz. * New upstream release. * debian/control.in: - Add Breaks against nautilus-sendto-empathy (<< 3.0) and gnome-bluetooth (<< 3.0) as the plugin path has not changed with the switch to GTK 3 and loading both GTK 2 and GTK 3 in the same process is not allowed. (Closes: #644980) -- Michael Biebl Tue, 11 Oct 2011 14:52:45 +0200 nautilus-sendto (3.0.0-1) experimental; urgency=low * New upstream release. * debian/control.in: - Make nautilus-sendto Depends against dconf-gsettings-backend | gsettings-backend instead of just Recommends libdconf0 -- Laurent Bigonville Sun, 10 Apr 2011 14:38:49 +0200 nautilus-sendto (2.90.0-2) experimental; urgency=low * debian/control.in: + Update for the new gtk+ 3 package names. -- Emilio Pozuelo Monfort Sat, 19 Feb 2011 16:37:16 +0000 nautilus-sendto (2.90.0-1) experimental; urgency=low * New upstream release. + debian/control.in: - Update build dependencies. - Make nautilus-sendto depend on nautilus, it's useless without it. + debian/rules: - Don't install the extension, it's built in nautilus now. - Temporarily remove the (broken) evolution plugin. - Small cleanup. -- Emilio Pozuelo Monfort Sat, 22 Jan 2011 01:17:57 +0000 nautilus-sendto (2.32.0-1) experimental; urgency=low * New upstream release -- Laurent Bigonville Fri, 01 Oct 2010 00:12:23 +0200 nautilus-sendto (2.31.90-1) experimental; urgency=low * New upstream release -- Laurent Bigonville Thu, 23 Sep 2010 16:53:17 +0200 nautilus-sendto (2.31.7-1) experimental; urgency=low * New upstream release * debian/control: - Bump Standards-Version to 3.9.1 (no further changes) - Adjust build-dependencies - Add Recommends on libdconf0 * debian/rules: - libnstbluetooth.so not built anymore, no need to rm it - Drop explicit call to dh_buildinfo, already called by cdbs -- Laurent Bigonville Tue, 31 Aug 2010 00:07:38 +0200 nautilus-sendto (2.28.4-2) unstable; urgency=low * debian/rules: + Stop shipping the bluetooth plugin, it's in gnome-bluetooth now. -- Sebastian Dröge Fri, 23 Apr 2010 09:19:29 +0200 nautilus-sendto (2.28.4-1) unstable; urgency=low * New upstream release * debian/control: Bump Standards-Version (no further changes) * Use new '3.0 (quilt)' source package format -- Laurent Bigonville Fri, 09 Apr 2010 16:12:33 +0200 nautilus-sendto (2.28.2-2) experimental; urgency=low * Do not build empathy's plugin anymore, as empathy package in experimental (>= 2.29.4) now builds it. * debian/control.in: - Remove libempathy-gtk-dev and libempathy-dev build-dependencies - Remove suggests against empathy -- Laurent Bigonville Tue, 22 Dec 2009 22:12:02 +0100 nautilus-sendto (2.28.2-1) unstable; urgency=low * New upstream release. (We still build empathy's plugin since empathy 2.29.1 is not into sid yet) * debian/control.in: - removed pidgin-dev B-D, it's no more needed since this is now done through the D-Bus Pidgin API. - removed libpurple-dev B-D for the reason above. - removed gajim B-D, since it is now possible to build this package without having it as a build-depend. * debian/rules: - removed extra_flag on gajim, since we don't B-D on it anymore. -- Andrea Veri Wed, 18 Nov 2009 22:20:31 +0100 nautilus-sendto (2.28.0-1) unstable; urgency=low * New upstream release. Nautilus-sendto gonna use a completely new versioning to follow GNOME's way. * Evolution-sendto plugin won't be built / installed anymore, it is now part of Evolution itself. (this is because Evolution attachment API for plugins changed in version 2.27.1, so the plugin does *not* build anymore and it's now part of Evo's code itself) * this new release don't FTBFS anymore. (Closes: #549780) * debian/control.in: - bumped libgtk2.0-dev to >= 2.12.0 as per configure.in requirements. - libglade2-dev B-D removed, it's no more needed. - libempathy-dev bumped to >= 2.27.91, as per configure.in requirements. Empathy support is now enabled. (Closes: #542354) - libempathy-gtk-dev bumped to >= 2.27.91, as per configure.in requirements. - libgupnp-av-1.0-dev removed and added libgupnp-1.0-dev instead, as per configure.in requirements. - evolution-dev B-D removed, we don't build evolution-sendto plugin anymore. - evolution suggest tighten to >= 2.28. - conflicts on evolution removed, it's no more needed now. - bumped standards-version to 3.8.3. No changes needed. * debian/copyright: - added missing copyright holders. - added copyright informations about evolution/nautilus-sendto.c file, which is licensed under the LGPL. * debian/rules: - simple-patchsys include removed, we have no patches to apply. -- Andrea Veri Tue, 06 Oct 2009 14:18:45 +0200 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 debian/control.in0000664000000000000000000000324612247667147011225 0ustar Source: nautilus-sendto Section: gnome Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Debian GNOME Maintainers Build-Depends: debhelper (>= 8.1.3~), cdbs (>= 0.4.94~), dh-autoreconf, gtk-doc-tools, intltool (>= 0.35.0), gnome-pkg-tools, libglib2.0-dev (>= 2.25.9), libgtk-3-dev (>= 3.0.0), libnautilus-extension-dev (>= 2.31.3), libebook1.2-dev (>= 3.5.3), libdbus-1-dev (>= 1.0), libdbus-glib-1-dev (>= 0.60), libgssdp-1.0-dev, libgupnp-1.0-dev (>= 0.13), libxml-parser-perl, Uploaders: @GNOME_TEAM@ Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/nautilus-sendto/ubuntu Standards-Version: 3.9.3 Package: nautilus-sendto Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nautilus (>= 1:2.91) Suggests: evolution (>= 2.28) | thunderbird | claws-mail, pidgin (>= 2.0.0) | gajim, python-dbus Breaks: nautilus-sendto-empathy (<< 3.0), gnome-bluetooth (<< 3.0) 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 Thunderbird, or through Claws Mail. . Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending. debian/README.Debian0000664000000000000000000000172712245505001011232 0ustar =============================================================================== 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 $