Your message dated Tue, 13 Oct 2009 22:47:08 +0000
with message-id <[email protected]>
and subject line Bug#534539: fixed in gnome-utils 2.28.0-1
has caused the Debian Bug report #534539,
regarding gnome-utils: Missing options in gnome-screenshot.1 man
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
534539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534539
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-utils
Version: 2.26.0-1
Severity: minor
Tags: patch
gnome-screenshot.1 manual is missing options that appear in gnome-screenshot
command.
Missing options are:
-a, --area Grab an area of the screen instead of the
entire screen
-b, --include-border Include the window border with the screenshot
-B, --remove-border Remove the window border from the screenshot
--display=DISPLAY X display to use
See attached patch which adds these options to gnome-screenshot.sgml.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gnome-utils depends on:
ii e2fslibs 1.41.3-1 ext2 filesystem libraries
ii gconf2 2.26.2-1 GNOME configuration database syste
ii libart-2.0-2 2.3.20-2 Library of functions for 2D graphi
ii libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii libbonobo2-0 2.24.1-1 Bonobo CORBA interfaces library
ii libbonoboui2 2.24.1-1 The Bonobo UI library
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii libfontconfi 2.6.0-3 generic font configuration library
ii libfreetype6 2.3.9-4.1 FreeType 2 font engine, shared lib
ii libgconf2-4 2.26.2-1 GNOME configuration database syste
ii libgdict-1.0 2.26.0-1 GNOME Dictionary base library
ii libglade2-0 1:2.6.4-1 library to load .glade files at ru
ii libglib2.0-0 2.20.1-2 The GLib library of C routines
ii libgnome-des 2.26.1-1 Utility library for loading .deskt
ii libgnome2-0 2.26.0-1 The GNOME library - runtime files
ii libgnomecanv 2.26.0-1 A powerful object-oriented display
ii libgnomeui-0 2.24.1-1 The GNOME 2 libraries (User Interf
ii libgnomevfs2 1:2.24.1-1 GNOME Virtual File System (runtime
ii libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface
ii libgtop2-7 2.26.1-1 gtop system monitoring library
ii libhal1 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii liborbit2 1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii libpanel-app 2.24.3-1+b1 library for GNOME Panel applets
ii libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii libpopt0 1.14-4 lib for parsing cmdline parameters
ii libsm6 2:1.1.0-2 X11 Session Management library
ii libstartup-n 0.10-1 library for program launch feedbac
ii libx11-6 2:1.2.1-1 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxml2 2.7.3.dfsg-1 GNOME XML library
ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime
Versions of packages gnome-utils recommends:
ii gksu 2.0.2-2+b1 graphical frontend to su
Versions of packages gnome-utils suggests:
pn gcalctool <none> (no description available)
pn yelp <none> (no description available)
-- debconf-show failed
*** gnome-screenshot.sgml Wed Jun 24 16:30:57 2009
--- /tmp/gnome-screenshot.sgml Wed Jun 24 17:07:14 2009
***************
*** 42,50 ****
--- 42,54 ----
<command>&dhpackage;</command>
<arg><option>-w</option></arg>
+ <arg><option>-a</option></arg>
+ <arg><option>-b</option></arg>
+ <arg><option>-B</option></arg>
<arg><option>-d <replaceable>SECONDS</replaceable> </option></arg>
<arg><option>-e <replaceable>EFFECT</replaceable> </option></arg>
<arg><option>-i</option></arg>
+ <arg><option>--display</option> <replaceable>DISPLAY</replaceable> </arg>
</cmdsynopsis>
</refsynopsisdiv>
***************
*** 65,70 ****
--- 69,75 ----
<title>OPTIONS</title>
<variablelist>
+
<varlistentry>
<term><option>-w</option>,
<option>--window</option></term>
***************
*** 75,80 ****
--- 80,109 ----
</varlistentry>
<varlistentry>
+ <term><option>-a</option>,
+ <option>--area</option></term>
+ <listitem>
+ <para>Grab an area of the screen instead of the entire screen.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-b</option>,
+ <option>--include-border</option></term>
+ <listitem>
+ <para>Include the window border with the screenshot.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-B</option>,
+ <option>--remove-border</option></term>
+ <listitem>
+ <para>Remove the window border from the screenshot.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-d <replaceable>SECONDS</replaceable></option>,
<option>--delay=<replaceable>SECONDS</replaceable></option></term>
<listitem>
***************
*** 102,108 ****
--- 131,145 ----
</listitem>
</varlistentry>
+
<varlistentry>
+ <term><option>--display <replaceable>DISPLAY</replaceable></option></term>
+ <listitem>
+ <para>X display to use.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-?</option>,
<option>--help</option></term>
<listitem>
***************
*** 132,137 ****
--- 169,177 ----
<para>Updated by Theppitak Karoonboonyanan
<email>[email protected]</email>.</para>
+ <para>Updated by Tom Feiner
+ <email>[email protected]</email>.</para>
+
</refsect1>
</refentry>
--- End Message ---
--- Begin Message ---
Source: gnome-utils
Source-Version: 2.28.0-1
We believe that the bug you reported is fixed in the latest version of
gnome-utils, which is due to be installed in the Debian FTP archive:
gnome-utils_2.28.0-1.diff.gz
to pool/main/g/gnome-utils/gnome-utils_2.28.0-1.diff.gz
gnome-utils_2.28.0-1.dsc
to pool/main/g/gnome-utils/gnome-utils_2.28.0-1.dsc
gnome-utils_2.28.0-1_i386.deb
to pool/main/g/gnome-utils/gnome-utils_2.28.0-1_i386.deb
gnome-utils_2.28.0.orig.tar.gz
to pool/main/g/gnome-utils/gnome-utils_2.28.0.orig.tar.gz
libgdict-1.0-6_2.28.0-1_i386.deb
to pool/main/g/gnome-utils/libgdict-1.0-6_2.28.0-1_i386.deb
libgdict-1.0-dev_2.28.0-1_i386.deb
to pool/main/g/gnome-utils/libgdict-1.0-dev_2.28.0-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort <[email protected]> (supplier of updated gnome-utils
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 13 Oct 2009 23:40:34 +0200
Source: gnome-utils
Binary: libgdict-1.0-6 libgdict-1.0-dev gnome-utils
Architecture: source i386
Version: 2.28.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Emilio Pozuelo Monfort <[email protected]>
Description:
gnome-utils - GNOME desktop utilities
libgdict-1.0-6 - GNOME Dictionary base library
libgdict-1.0-dev - GNOME Dictionary base library - development files
Closes: 507737 534539
Changes:
gnome-utils (2.28.0-1) unstable; urgency=low
.
[ Emilio Pozuelo Monfort ]
* debian/gnome-screenshot.sgml: updated for the new options. Patch by
Tom Feiner, thanks! Closes: #534539.
* Autogenerate the manpage during the build.
* debian/watch: don't uupdate.
* debian/rules: don't call dh_desktop and dh_scrollkeeper, they're
deprecated.
* Standards-Version is 3.8.2, no changes needed.
* Update Vcs-* fields.
* debian/patches/01_logview_gksu.patch: add upstream bug reference.
.
[ Josselin Mouette ]
* Drop libtool file, it’s not referenced anywhere.
.
[ Luca Bruno ]
* New upstream release:
- Drop gfloppy.
- gnome-search-tool: Ignore binary files. Closes: #507737.
* debian/control.in:
- Standards-Version is 3.8.3, no changes needed.
- Build-Depends:
+ Add libcanberra-gtk-dev (>= 0.4).
+ Remove all libgnome* and libglade.
+ Remove libhal as it's not referenced in the code.
+ Bump libglib2.0-dev to 2.20.0 and libgtk2.0-dev to 2.17.2.
* debian/gnome-screenshot.sgml, debian/gnome-utils.manpages,
debian/rules:
- Removed screenshot manpage, it's being shipped upstream.
.
[ Emilio Pozuelo Monfort ]
* debian/control.in:
- Build depend on intltool >= 0.40.0.
- Remove docbook-to-man and libpango1.0-dev build dependencies, no
longer needed.
Checksums-Sha1:
b29bde9d5ed7de896f699f179cf72eb3a98e2b46 1810 gnome-utils_2.28.0-1.dsc
68674045c7769965f126dff09862598a0e277f0a 8300560 gnome-utils_2.28.0.orig.tar.gz
c86ede9a6c78806d157a30b5ff4141a22832f1a4 27830 gnome-utils_2.28.0-1.diff.gz
64c779f84152574691f04c93decd1529f7ea9891 123456
libgdict-1.0-6_2.28.0-1_i386.deb
7620b5ef1fcd1ae47dac6f319fbbec213a70f3e8 161670
libgdict-1.0-dev_2.28.0-1_i386.deb
1c0ca545b6e81878ed109ffffbebaa49bc05436a 7038262 gnome-utils_2.28.0-1_i386.deb
Checksums-Sha256:
cbc2c7a53bbf32d768948a404c5daa3b504f92b5fe3ebc617d92517681e55ece 1810
gnome-utils_2.28.0-1.dsc
7a5cfac8ee7bbb38c2a243927c1918f2791dbe9a6294ab2ab8dec650401eaac6 8300560
gnome-utils_2.28.0.orig.tar.gz
e988d1bb278ec32447e994b006905b364da922395bdfbfdebd89d283ac8095b4 27830
gnome-utils_2.28.0-1.diff.gz
8946f13702012e2fdcd65cf3728b06c74f9f84c17c92ecd9c470602a90750699 123456
libgdict-1.0-6_2.28.0-1_i386.deb
44894af2c8135e537b9b3f0952056ec0c0ada667349762e41af4645cb9501460 161670
libgdict-1.0-dev_2.28.0-1_i386.deb
d2fea0eb459139576f78ddf1307e378d82ca2ee3e1ddc1316e01a04703f986e6 7038262
gnome-utils_2.28.0-1_i386.deb
Files:
7832dc5d50395445a2bc1982a0094b83 1810 gnome optional gnome-utils_2.28.0-1.dsc
dbaaf92e7a39c1bb03ddbd870882b145 8300560 gnome optional
gnome-utils_2.28.0.orig.tar.gz
a4cee2845b559f3def0f67bd26b1333f 27830 gnome optional
gnome-utils_2.28.0-1.diff.gz
fd3e7ccdee265ad15ad675c256eab53c 123456 libs optional
libgdict-1.0-6_2.28.0-1_i386.deb
7a1599d90dda5f454a1d4e6b1fa85f76 161670 libdevel optional
libgdict-1.0-dev_2.28.0-1_i386.deb
b80c98966b269059dcef05f64006c20a 7038262 gnome optional
gnome-utils_2.28.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrU9u4ACgkQhTV17EoIsv59sgCcCFL2Jt1HfM09ckDm5v8NHHkF
eQoAnR/kwCjeLUSQIZA1plK8RP0ALFP4
=6Lod
-----END PGP SIGNATURE-----
--- End Message ---