r23412 - in /packages/unstable/nautilus-actions/debian: changelog control control.in nautilus-actions-new.1 nautilus-actions-run.1 nautilus-actions-schemas.1

christine at users.alioth.debian.org christine at users.alioth.debian.org
Sat Mar 27 04:42:11 UTC 2010


Author: christine
Date: Sat Mar 27 04:42:11 2010
New Revision: 23412

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23412
Log:
new upstream version 2.30.0-1

Added:
    packages/unstable/nautilus-actions/debian/nautilus-actions-run.1
Modified:
    packages/unstable/nautilus-actions/debian/changelog
    packages/unstable/nautilus-actions/debian/control
    packages/unstable/nautilus-actions/debian/control.in
    packages/unstable/nautilus-actions/debian/nautilus-actions-new.1
    packages/unstable/nautilus-actions/debian/nautilus-actions-schemas.1

Modified: packages/unstable/nautilus-actions/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/changelog?rev=23412&op=diff
==============================================================================
--- packages/unstable/nautilus-actions/debian/changelog [utf-8] (original)
+++ packages/unstable/nautilus-actions/debian/changelog [utf-8] Sat Mar 27 04:42:11 2010
@@ -1,5 +1,18 @@
-nautilus-actions (2.29.1-2) UNRELEASED; urgency=low
-
+nautilus-actions (2.30.0-1) unstable; urgency=low
+
+  [Christine Spang]
+  * New upstream release.
+    - Allow an administrator to lock the configuration.
+    - Fully manage readonly items.
+    - New plugin architecture.
+    - Allow the user to define a full hierarchy of menus and actions.
+    - Implement full drag and drop.
+    - Implement full clipboard support.
+  * Add libdbus-glib-1-dev to build-deps
+  * Update manpages and add manpage for nautilus-actions-run
+  * Bump Standards-Version to 3.8.4.
+
+  [Emilio Pozeulo Monfort]
   * debian/nautilus-actions.lintian,
     debian/rules:
     - Remove debian/nautilus-actions.lintian, the overrides are wrong.
@@ -10,7 +23,7 @@
   * debian/watch:
     - Likewise. Only track stable releases.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 05 Mar 2010 19:34:17 +0100
+ -- Christine Spang <christine at debian.org>  Sat, 27 Mar 2010 00:02:30 -0400
 
 nautilus-actions (2.29.1-1) unstable; urgency=low
 

Modified: packages/unstable/nautilus-actions/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/control?rev=23412&op=diff
==============================================================================
--- packages/unstable/nautilus-actions/debian/control [utf-8] (original)
+++ packages/unstable/nautilus-actions/debian/control [utf-8] Sat Mar 27 04:42:11 2010
@@ -6,7 +6,6 @@
 Build-Depends: debhelper (>= 7.0),
                autotools-dev,
                cdbs,
-               quilt,
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.16),
                libgtk2.0-dev (>= 2.12),
@@ -17,7 +16,7 @@
                intltool,
                libunique-dev (>= 1.0),
                libxml2-dev (>= 2.6)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: nautilus-actions
 Architecture: any

Modified: packages/unstable/nautilus-actions/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/control.in?rev=23412&op=diff
==============================================================================
--- packages/unstable/nautilus-actions/debian/control.in [utf-8] (original)
+++ packages/unstable/nautilus-actions/debian/control.in [utf-8] Sat Mar 27 04:42:11 2010
@@ -15,8 +15,9 @@
                uuid-dev,
                intltool,
                libunique-dev (>= 1.0),
-               libxml2-dev (>= 2.6)
-Standards-Version: 3.8.3
+               libxml2-dev (>= 2.6),
+               libdbus-glib-1-dev
+Standards-Version: 3.8.4
 
 Package: nautilus-actions
 Architecture: any

Modified: packages/unstable/nautilus-actions/debian/nautilus-actions-new.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/nautilus-actions-new.1?rev=23412&op=diff
==============================================================================
--- packages/unstable/nautilus-actions/debian/nautilus-actions-new.1 [utf-8] (original)
+++ packages/unstable/nautilus-actions/debian/nautilus-actions-new.1 [utf-8] Sat Mar 27 04:42:11 2010
@@ -102,4 +102,5 @@
 source code and this man page are licensed under the GNU General Public
 License.
 .SH SEE ALSO
-.IR nautilus(1), nautilus-actions(1), nautilus-actions-schemas(1)
+.IR nautilus(1), nautilus-actions(1), nautilus-actions-schemas(1),
+    nautilus-actions-run(1)

Added: packages/unstable/nautilus-actions/debian/nautilus-actions-run.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/nautilus-actions-run.1?rev=23412&op=file
==============================================================================
--- packages/unstable/nautilus-actions/debian/nautilus-actions-run.1 (added)
+++ packages/unstable/nautilus-actions/debian/nautilus-actions-run.1 [utf-8] Sat Mar 27 04:42:11 2010
@@ -1,0 +1,75 @@
+.\" This manpage is copyright (C) 2009 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-new 1 "2009-12-30" "Debian GNU/Linux"
+.SH NAME
+nautilus-actions-run \- execute an action on the specified target
+
+.SH SYNOPSIS
+nautilus-actions-run [OPTION]
+
+.SH DESCRIPTION
+.B nautilus-actions-run
+runs specific nautilus-actions on a given file or folder. More than
+one target may be specified. This program is intended to be used on
+the command-line for scripting nautilus actions.
+
+.SH OPTIONS
+.SS Help options
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-misc\fR
+Show miscellaneous options
+
+.SS Miscellaneous options
+\-v, \fB\-\-version\fR
+Output the version number
+
+.SS Application options
+\fB\-i\fR, \fB\-\-id\fR=\fISTRING\fR
+The internal identifier of the action to be launched.
+.TP
+\fB\-t\fR, \fB\-\-target\fR=\fIURI\fR
+A file or folder to run the action on (more than one may be
+specified).
+
+.SH BUGS
+Please report bugs in
+.B nautilus-actions
+to <submit at bugs.debian.org>. The current bug list may be viewed at
+<http://bugs.debian.org/nautilus-actions>.
+
+.SH AUTHOR
+.B nautilus-actions
+was written by Rodrigo Moya <rodrigo at novell.com>, Frederic Ruaudel
+<grumz at grumz.net>, Pierre Wieser <pwieser at trychlos.org>, and contributors.
+.PP
+This manual page was written by Christine Spang <christine at debian.org>,
+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), nautilus-actions-schemas(1),
+    nautilus-actions-new(1)

Modified: packages/unstable/nautilus-actions/debian/nautilus-actions-schemas.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-actions/debian/nautilus-actions-schemas.1?rev=23412&op=diff
==============================================================================
--- packages/unstable/nautilus-actions/debian/nautilus-actions-schemas.1 [utf-8] (original)
+++ packages/unstable/nautilus-actions/debian/nautilus-actions-schemas.1 [utf-8] Sat Mar 27 04:42:11 2010
@@ -46,4 +46,5 @@
 source code and this man page are licensed under the GNU General Public
 License.
 .SH SEE ALSO
-.IR nautilus(1), nautilus-actions(1), nautilus-actions-new(1)
+.IR nautilus(1), nautilus-actions(1), nautilus-actions-new(1),
+    nautilus-actions-run(1)




More information about the pkg-gnome-commits mailing list