r19219 - in /desktop/experimental/gnome-utils/debian: changelog control control.in gnome-screenshot.1

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Mar 24 13:17:17 UTC 2009


Author: pochu-guest
Date: Tue Mar 24 13:17:16 2009
New Revision: 19219

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19219
Log:
* Let libgdict-1.0-dev depend on ${misc:Depends}
* debian/gnome-screenshot.1: scape hyphens where necessary.

Modified:
    desktop/experimental/gnome-utils/debian/changelog
    desktop/experimental/gnome-utils/debian/control
    desktop/experimental/gnome-utils/debian/control.in
    desktop/experimental/gnome-utils/debian/gnome-screenshot.1

Modified: desktop/experimental/gnome-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/changelog?rev=19219&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/changelog (original)
+++ desktop/experimental/gnome-utils/debian/changelog Tue Mar 24 13:17:16 2009
@@ -22,6 +22,10 @@
       - libglib2.0-dev to 2.16.0.
       - Removed libbonoboui2-dev and libgnomecanvas2-dev.
     + Update Standards-Version to 3.8.1. No changes needed..
+
+  [ Emilio Pozuelo Monfort ]
+  * Let libgdict-1.0-dev depend on ${misc:Depends}
+  * debian/gnome-screenshot.1: scape hyphens where necessary.
 
  -- Luca Bruno <lethalman88 at gmail.com>  Tue, 24 Mar 2009 00:02:25 +0100
 

Modified: desktop/experimental/gnome-utils/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/control?rev=19219&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/control (original)
+++ desktop/experimental/gnome-utils/debian/control Tue Mar 24 13:17:16 2009
@@ -49,7 +49,9 @@
 Package: libgdict-1.0-dev
 Section: libdevel
 Architecture: any
-Depends: libgdict-1.0-6 (= ${binary:Version}), libgtk2.0-dev
+Depends: ${misc:Depends},
+         libgdict-1.0-6 (= ${binary:Version}),
+         libgtk2.0-dev
 Replaces: gnome-utils (<< 2.24.1-3)
 Description: GNOME Dictionary base library - development files
  This package contains the development files for a library used by the

Modified: desktop/experimental/gnome-utils/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/control.in?rev=19219&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/control.in (original)
+++ desktop/experimental/gnome-utils/debian/control.in Tue Mar 24 13:17:16 2009
@@ -49,7 +49,9 @@
 Package: libgdict-1.0-dev
 Section: libdevel
 Architecture: any
-Depends: libgdict-1.0-6 (= ${binary:Version}), libgtk2.0-dev
+Depends: ${misc:Depends},
+         libgdict-1.0-6 (= ${binary:Version}),
+         libgtk2.0-dev
 Replaces: gnome-utils (<< 2.24.1-3)
 Description: GNOME Dictionary base library - development files
  This package contains the development files for a library used by the

Modified: desktop/experimental/gnome-utils/debian/gnome-screenshot.1
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/gnome-screenshot.1?rev=19219&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/gnome-screenshot.1 (original)
+++ desktop/experimental/gnome-utils/debian/gnome-screenshot.1 Tue Mar 24 13:17:16 2009
@@ -22,28 +22,28 @@
 deprecated.
 .SH "OPTIONS"
 .TP
-\fB-w, --window\fR
+\fB\-w, \-\-window\fR
 Grab the current active window instead of the entire
 screen.
 .TP
-\fB-d \fISECONDS\fB, --delay=\fISECONDS\fB\fR
+\fB\-d \fISECONDS\fB, \-\-delay=\fISECONDS\fB\fR
 Take screenshot after specified delay [in seconds].
 .TP
-\fB-e \fIEFFECT\fB, --border-effect=\fIEFFECT\fB\fR
+\fB\-e \fIEFFECT\fB, \-\-border-effect=\fIEFFECT\fB\fR
 Add effect to the outside of the screenshot border.
 \fIEFFECT\fR can be ``shadow'' 
 (adding drop shadow), ``border'' (adding rectangular
 space around the screenshot) or ``none'' (no effect).
 Default is ``none''\&.
 .TP
-\fB-i, --interactive\fR
+\fB\-i, \-\-interactive\fR
 Interactively set options in a dialog.
 .TP
-\fB-?, --help\fR
+\fB\-?, \-\-help\fR
 Show summary of options.
 .PP
 In addition, the usual GTK+ and GNOME command line options apply.
-See the output of --help for details.
+See the output of \-\-help for details.
 .SH "SEE ALSO"
 .PP
 gnome-options(7), gtk-options(7)




More information about the pkg-gnome-commits mailing list