r15785 - in /packages/unstable/nautilus-sendto/debian: README.Debian changelog control control.in rules

oysteigi-guest at users.alioth.debian.org oysteigi-guest at users.alioth.debian.org
Sat Apr 26 16:00:21 UTC 2008


Author: oysteigi-guest
Date: Sat Apr 26 16:00:20 2008
New Revision: 15785

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15785
Log:
Support for Icedove

Modified:
    packages/unstable/nautilus-sendto/debian/README.Debian
    packages/unstable/nautilus-sendto/debian/changelog
    packages/unstable/nautilus-sendto/debian/control
    packages/unstable/nautilus-sendto/debian/control.in
    packages/unstable/nautilus-sendto/debian/rules

Modified: packages/unstable/nautilus-sendto/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/README.Debian?rev=15785&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/README.Debian (original)
+++ packages/unstable/nautilus-sendto/debian/README.Debian Sat Apr 26 16:00:20 2008
@@ -14,6 +14,8 @@
 
 Gajim support requires gajim to be running and python-dbus to be installed.
 
+Icedove support requires icedove to be installed.
+
 Sylpheed-Claws support requires sylpheed-claws to be installed.
 
 -------------------------------------------------------------------------------

Modified: packages/unstable/nautilus-sendto/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/changelog?rev=15785&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/changelog (original)
+++ packages/unstable/nautilus-sendto/debian/changelog Sat Apr 26 16:00:20 2008
@@ -1,11 +1,12 @@
-nautilus-sendto (0.14.0) unstable; urgency=low
+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
-
- -- Oystein Gisnas <oystein at gisnas.net>  Sat, 26 Apr 2008 16:18:12 +0200
+    - Support for Icedove
+
+ -- Oystein Gisnas <oystein at gisnas.net>  Sat, 26 Apr 2008 17:52:34 +0200
 
 nautilus-sendto (0.12-2) unstable; urgency=low
 

Modified: packages/unstable/nautilus-sendto/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/control?rev=15785&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/control (original)
+++ packages/unstable/nautilus-sendto/debian/control Sat Apr 26 16:00:20 2008
@@ -36,8 +36,8 @@
 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, or through
- Sylpheed Claws.
+ address book, contacts on a Pidgin or Gajim instant messaging list, through
+ Icedove, or through Sylpheed Claws.
  .
  Nautilus Send To also provides the option of compressing the files (tar.bz2,
  tar.gz, or zip) before sending.

Modified: packages/unstable/nautilus-sendto/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/control.in?rev=15785&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/control.in (original)
+++ packages/unstable/nautilus-sendto/debian/control.in Sat Apr 26 16:00:20 2008
@@ -36,8 +36,8 @@
 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, or through
- Sylpheed Claws.
+ address book, contacts on a Pidgin or Gajim instant messaging list, through
+ Icedove, or through Sylpheed Claws.
  .
  Nautilus Send To also provides the option of compressing the files (tar.bz2,
  tar.gz, or zip) before sending.

Modified: packages/unstable/nautilus-sendto/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-sendto/debian/rules?rev=15785&op=diff
==============================================================================
--- packages/unstable/nautilus-sendto/debian/rules (original)
+++ packages/unstable/nautilus-sendto/debian/rules Sat Apr 26 16:00:20 2008
@@ -18,7 +18,8 @@
 
 DEB_DH_MAKESHLIBS_ARGS += --noscripts
 DEB_DH_SHLIBDEPS_ARGS_ALL += --exclude=/usr/lib/nautilus-sendto/plugins
-DEB_CONFIGURE_EXTRA_FLAGS += --with-gajim=/usr
+DEB_CONFIGURE_EXTRA_FLAGS += --with-gajim=/usr \
+			     --with-thunderbird-name=icedove
 
 binary-post-install/nautilus-sendto::
 	# Remove unnecessary libtool library files




More information about the pkg-gnome-commits mailing list