--- nautilus-actions-1.4.1.orig/debian/TODO +++ nautilus-actions-1.4.1/debian/TODO @@ -0,0 +1,10 @@ +* Fix ldconfig error: + - This appears to be because nautilus extensions come in the form +of .so libraries. cdbs automatically runs dh_makeshlibs, which +spots the .so and thinks that nautilus-actions has a shared library +which needs to be managed, so it adds the proper stuff to the inst +scripts. + - It's possible that this may be needed to resolved through cdbs +or lintian. For now it's harmless +* Tell upstream to fix their "make clean" rule to remove config.status +from their release tarball. --- nautilus-actions-1.4.1.orig/debian/rules +++ nautilus-actions-1.4.1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +GNOME_DOWNLOAD_URL = http://www.grumz.net/download/$(GNOME_TARBALL) + +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 + +DEB_CONFIGURE_EXTRA_FLAGS := --with-nautilus-extdir=/usr/lib/nautilus/extensions-1.0/ + +install/nautilus-actions:: + install -m 755 debian/nautilus-actions.lintian debian/nautilus-actions/usr/share/lintian/overrides/nautilus-actions + +binary-post-install/nautilus-actions:: + find debian/nautilus-actions/usr/lib -name \*.la -exec rm {} \; --- nautilus-actions-1.4.1.orig/debian/nautilus-actions.dirs +++ nautilus-actions-1.4.1/debian/nautilus-actions.dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- nautilus-actions-1.4.1.orig/debian/watch +++ nautilus-actions-1.4.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +ftp://ftp2.grumz.net/grumz/nautilus-actions-(.*)\.tar\.gz --- nautilus-actions-1.4.1.orig/debian/nautilus-actions.manpages +++ nautilus-actions-1.4.1/debian/nautilus-actions.manpages @@ -0,0 +1 @@ +debian/nautilus-actions.1 --- nautilus-actions-1.4.1.orig/debian/changelog +++ nautilus-actions-1.4.1/debian/changelog @@ -0,0 +1,76 @@ +nautilus-actions (1.4.1-1) unstable; urgency=low + + * New upstream bugfix and translation update release. + + -- Christine Spang Mon, 06 Aug 2007 22:04:07 -0400 + +nautilus-actions (1.4-1) unstable; urgency=low + + * New upstream version. + * Bumped Standards-Version to 3.7.2.2 + * Bumped nautilus-extension-dev dependency to >= 2.16 + * Change my maintainer email address + * Add libgnomeui-dev to build-deps + * Add debian/nautilus-actions.dirs + * Add debian/nautilus-actions.lintian + + -- Christine Spang Fri, 27 Apr 2007 22:31:59 -0400 + +nautilus-actions (1.2-4) UNRELEASED; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + + -- Loic Minier Sun, 14 Jan 2007 00:11:51 +0100 + +nautilus-actions (1.2-3) unstable; urgency=low + + * Add the package to pkg-gnome subversion. + * Add gnome-team to uploaders. + * build-depend on pkg-gnome-tools. + + -- Christine Spang Fri, 21 Jul 2006 16:09:36 -0400 + +nautilus-actions (1.2-2) unstable; urgency=low + + * Update my email address in debian/control. + * Tighten depends on nautilus-extension-dev to avoid a crasher + bug. (Closes: #370493) + * Bump standards version to 3.7.2.1. + + -- Christine Spang Thu, 22 Jun 2006 23:36:15 -0400 + +nautilus-actions (1.2-1) unstable; urgency=low + + * New upstream release. + - Add support for filtering using mimetypes of selected files + - Add support for choice about case sensitiveness of file patterns + - New Tango style icons + - Grammar and spelling errors fixed + - Fix segfault when defining an action with an empty file pattern + - Fix a crash when selecting a cdrom drive with Nautilus 2.14 + - Added Bengali translation; others updated + - Other minor bugfixes + * Bumped standards version to 2.7.0.0; no change. + * Added debian/watch + + -- Christine Spang Tue, 2 May 2006 21:15:03 -0400 + +nautilus-actions (1.0-1) unstable; urgency=low + + * New upstream release. + * Upload to main Debian archive. + * Added manpage. + + -- Christine Spang Fri, 10 Feb 2006 15:55:31 -0500 + +nautilus-actions (0.99-1) unstable; urgency=low + + * Debian maintainer changed to myself. + + -- Christine Spang Sat, 17 Dec 2005 12:24:31 -0500 + +nautilus-actions (0.99-0ubuntu1) dapper; urgency=low + + * First upload. + + -- Sebastien Bacher Thu, 24 Nov 2005 18:11:41 +0100 --- nautilus-actions-1.4.1.orig/debian/control.in +++ nautilus-actions-1.4.1/debian/control.in @@ -0,0 +1,15 @@ +Source: nautilus-actions +Section: gnome +Priority: optional +Maintainer: Christine Spang +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, libgnomeui-dev (>= 2.7), gnome-pkg-tools, libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), libglade2-dev (>= 2.4), libgnome2-dev (>= 2.7), libnautilus-extension-dev (>= 2.14), libxml-parser-perl, uuid-dev +Standards-Version: 3.7.2.2 + +Package: nautilus-actions +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nautilus extension to configure programs to launch + Nautilus actions is an extension for Nautilus, the GNOME file manager. + It allows the configuration of programs to be launched on files selected + in the Nautilus interface. --- nautilus-actions-1.4.1.orig/debian/nautilus-actions.lintian +++ nautilus-actions-1.4.1/debian/nautilus-actions.lintian @@ -0,0 +1,3 @@ +nautilus-actions: configure-generated-file-in-source +nautilus-actions: postinst-has-useless-call-to-ldconfig + --- nautilus-actions-1.4.1.orig/debian/nautilus-actions.1 +++ nautilus-actions-1.4.1/debian/nautilus-actions.1 @@ -0,0 +1,60 @@ +.\" This manpage is copyright (C) 2005 Christine Spang. +.\" +.\" This is free software; you may 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, +.\" or (at your option) any later version. +.\" +.\" This 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 the Debian GNU/Linux system; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +.\" 02111-1307 USA +.\" +.TH nautilus-actions 1 "2006-02-05" "Debian GNU/Linux" +.SH NAME +nautilus-actions \- configure programs to launch from the nautilus file manager +.SH SYNOPSIS +nautilus-actions-config +.SH OPTIONS +nautilus-actions-config does not have any options. +.SH DESCRIPTION +.B nautilus-actions +is an extension for the nautilus file manager which allows +arbitrary programs to be launched through the nautilus popup menu. +.PP +Each time you right-click on one or several files in nautilus, or +any part of the background of the currently opened folder, +.B nautilus-actions +will look at its configured actions to see if a program has been +setup for this selection. If so, it will add an item to the menu +that allows you to execute the program on the selected files. +.PP +Configurations are stored in GConf for speed and integration with +other GNOME programs. Configs can be easily shared using the +"Import/Export" button in +.B nautilus-actions-config +/. +.SH BUGS +Please report bugs in +.B nautilus-actions +to . The current bug list may be viewed at +. +.SH AUTHOR +.B nautilus-actions +was written by Rodrigo Moya (rodrigo@novell.com) and Frederic Ruaudel +. +.PP +This manual page was written by Christine Spang , +for the Debian project (but may be used by others). +.SH LICENSING +Both the +.B nautilus-actions +source code and this man page are licensed under the GNU General Public +License. +.SH SEE ALSO +.IR nautilus(1) --- nautilus-actions-1.4.1.orig/debian/nautilus-actions.links +++ nautilus-actions-1.4.1/debian/nautilus-actions.links @@ -0,0 +1,3 @@ +usr/share/man/man1/nautilus-actions.1.gz usr/share/man/man1/nautilus-actions-new-config.1.gz +usr/share/man/man1/nautilus-actions.1.gz usr/share/man/man1/nautilus-actions-convert.1.gz +usr/share/man/man1/nautilus-actions.1.gz usr/share/man/man1/nautilus-actions-config.1.gz --- nautilus-actions-1.4.1.orig/debian/copyright +++ nautilus-actions-1.4.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Sebastien Bacher on +Thu, 24 Nov 2005 18:05:51 +0100. + +It was downloaded from http://www.grumz.net/download/ + +Copyright Holder: + +Frederic Ruaudel +Rodrigo Moya + +based on nautilus-sendto module from Roberto Majadas + +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'. + --- nautilus-actions-1.4.1.orig/debian/compat +++ nautilus-actions-1.4.1/debian/compat @@ -0,0 +1 @@ +4 --- nautilus-actions-1.4.1.orig/debian/control +++ nautilus-actions-1.4.1/debian/control @@ -0,0 +1,15 @@ +Source: nautilus-actions +Section: gnome +Priority: optional +Maintainer: Christine Spang +Uploaders: Debian GNOME Maintainers , Loic Minier +Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, libgnomeui-dev (>= 2.7), gnome-pkg-tools, libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), libglade2-dev (>= 2.4), libgnome2-dev (>= 2.7), libnautilus-extension-dev (>= 2.14), libxml-parser-perl, uuid-dev +Standards-Version: 3.7.2.2 + +Package: nautilus-actions +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nautilus extension to configure programs to launch + Nautilus actions is an extension for Nautilus, the GNOME file manager. + It allows the configuration of programs to be launched on files selected + in the Nautilus interface.