Bug#216897: marked as done (libgtk2.0-common: Please include the gtk-options manpage to the package)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 03 Nov 2003 13:34:03 -0600


Your message dated Mon, 03 Nov 2003 14:17:24 -0500
with message-id <E1AGkCa-0002P4-00@auric.debian.org>
and subject line Bug#216897: fixed in gtk+2.0 2.2.4-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Oct 2003 15:09:46 +0000
>From seb128@debian.org Tue Oct 21 10:09:45 2003
Return-path: <seb128@debian.org>
Received: from smtp4.wanadoo.fr (mwinf0404.wanadoo.fr) [193.252.22.27] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1ABy8m-0006nL-00; Tue, 21 Oct 2003 10:09:45 -0500
Received: from seb128 (AMetz-102-1-5-23.w81-48.abo.wanadoo.fr [81.48.174.23])
	by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP
	id 921C1380013D; Tue, 21 Oct 2003 17:09:43 +0200 (CEST)
Received: from seb128 by seb128 with local (Exim 3.36 #1 (Debian))
	id 1ABy8k-0006Jt-00; Tue, 21 Oct 2003 17:09:42 +0200
Content-Type: multipart/mixed; boundary="===============1663200099=="
MIME-Version: 1.0
From: Sebastien Bacher <seb128@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libgtk2.0-common: Please include the gtk-options manpage to the package
X-Mailer: reportbug 2.34
Date: Tue, 21 Oct 2003 17:09:42 +0200
Message-Id: <E1ABy8k-0006Jt-00@seb128>
Sender: Sebastien Bacher <seb128@debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0
	tests=BAYES_00,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_21 (1.174.2.15-2003-03-30-exp)

This is a multi-part MIME message sent by reportbug.

--===============1663200099==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: libgtk2.0-common
Version: 2.2.4-1
Severity: wishlist
Tags: patch

The manpage is attached to the mail

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux seb128 2.6.0-test6 #1 Sun Sep 28 14:08:16 CEST 2003 i686
Locale: LANG=fr_FR.ISO-8859-15, LC_CTYPE=ISO-8859-15 (ignored: LC_ALL set to fr_FR@euro)

Versions of packages libgtk2.0-common depends on:
ii  libatk1.0-0                1.4.1-1       The ATK accessibility toolkit
ii  libc6                      2.3.2-8       GNU C Library: Shared libraries an
ii  libfontconfig1             2.2.1-5       generic font configuration library
ii  libfreetype6               2.1.5-2       FreeType 2 font engine, shared lib
ii  libglib2.0-0               2.2.3-1       The GLib library of C routines
ii  libgtk2.0-0                2.2.4-1       The GTK+ graphical user interface 
ii  libpango1.0-0              1.2.5-1.1     Layout and rendering of internatio
ii  libxft2                    2.1.2-4       FreeType-based font drawing librar
ii  xlibs                      4.3.0-0pre1v3 X Window System client libraries
ii  zlib1g                     1:1.1.4-16    compression library - runtime

-- no debconf information


--===============1663200099==
Content-Type: text/troff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gtk-options.7"

.\" gtk-options.7 - Standard Command Line Options for Gnome Programs
.\" Copyright 2003  Jochen Voss <voss@debian.org>
.\" You may redistribute and modify this manual page
.\" under the terms of the GPL.
.TH gtk\-options 7 "2003\-10\-20" "GTK+ 1.2" "GTK+ User\'s Manual"
.SH NAME
gtk\-options \- Standard Command Line Options for GTK+ Programs
.SH SYNOPSIS
.IR "program " [ "standard options" "] [" "specific options" "] " arguments
.SH DESCRIPTION
This manual page describes the command line options, which are common
to all GTK+ based applications.
.SH OPTIONS
.SS GTK+ OPTIONS
.TP
\fB\-\-gtk\-module\fR=\fIMODULE\fR
Load an additional Gtk module.
.TP
\fB\-\-gtk\-debug\fR=\fIFLAGS\fR
A colon separated list of GTK+ debugging flags to set.
Valid flags are
.IR objects ,
.IR misc ,
.IR signals ,
.IR dnd ,
and
.IR plugsocket .
The special value
.I all
enables all flags.
.TP
\fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR
GTK+ debugging flags to unset.  Use this options to override the
.I GTK_DEBUG
environment variable.
.TP
\fB\-\-g\-fatal\-warnings\fR
Make all warnings fatal.
.SS GDK OPTIONS
.TP
\fB\-\-display\fR=\fIDISPLAY\fR
Set the X display to use.  Use this option to override the
.I DISPLAY
environment variable.
.TP
\fB\-\-screen\fR=\fISCREEN\fR
X screen to use.  Use this options to override the screen part
of the
.I DISPLAY
environment variable (see the
.I DISPLAY NAMES
section of the
.IR X (7x)
manual page).
.TP
\fB\-\-sync\fR
Make X calls synchronous.  This slows down the program considerably,
but may be useful for debugging purposes.
.TP
\fB\-\-no\-xshm\fR
Do not use the X server\'s XSHM shared memory extension.  This slows down the
program.
.TP
\fB\-\-name\fR=\fINAME\fR
Program name as used by the window manager.
.TP
\fB\-\-class\fR=\fICLASS\fR
Program class as used by the window manager.
.HP
\fB\-\-gxid_host\fR=\fIHOST\fR
.HP
\fB\-\-gxid_port\fR=\fIPORT\fR
.HP
\fB\-\-xim\-preedit\fR
.TP
\fB\-\-xim\-status\fR
Control the X input method.
.TP
\fB\-\-gdk\-debug\fR=\fIFLAGS\fR
A colon\-separated list of GDK debugging flags to set.  This only works
if your GDK library was compile with debugging support.  Valid flags
are
.IR events ,
.IR misc ,
.IR dnd ,
.IR color\-context ,
and
.IR xim .
The special value
.I all
enables all valid flags.
.TP
\fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR
A colon\-separated list of GDK debugging flags to unset.
Use this options to override the
.I GDK_DEBUG
environment variable.
.SH "SEE ALSO"
.BR X (7x),
the GTK+ documentation, and
the GDK documentation.
.PP
For most GTK+ programs there will be additional command line options,
which are specific to the program.  These will be explained in the
application\'s documentation.
.SH AUTHOR
This manual page was written by Jochen Voss <voss@debian.org>.

--===============1663200099==--

---------------------------------------
Received: (at 216897-close) by bugs.debian.org; 3 Nov 2003 19:26:53 +0000
>From katie@auric.debian.org Mon Nov 03 13:26:53 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AGkLk-0003pj-00; Mon, 03 Nov 2003 13:26:52 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AGkCa-0002P4-00; Mon, 03 Nov 2003 14:17:24 -0500
From: Sebastien Bacher <seb128@debian.org>
To: 216897-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#216897: fixed in gtk+2.0 2.2.4-2
Message-Id: <E1AGkCa-0002P4-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 03 Nov 2003 14:17:24 -0500
Delivered-To: 216897-close@bugs.debian.org

Source: gtk+2.0
Source-Version: 2.2.4-2

We believe that the bug you reported is fixed in the latest version of
gtk+2.0, which is due to be installed in the Debian FTP archive:

gtk+2.0_2.2.4-2.diff.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.2.4-2.diff.gz
gtk+2.0_2.2.4-2.dsc
  to pool/main/g/gtk+2.0/gtk+2.0_2.2.4-2.dsc
gtk2.0-examples_2.2.4-2_i386.deb
  to pool/main/g/gtk+2.0/gtk2.0-examples_2.2.4-2_i386.deb
libgtk2.0-0_2.2.4-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0_2.2.4-2_i386.deb
libgtk2.0-common_2.2.4-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-common_2.2.4-2_i386.deb
libgtk2.0-dbg_2.2.4-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-dbg_2.2.4-2_i386.deb
libgtk2.0-dev_2.2.4-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-dev_2.2.4-2_i386.deb
libgtk2.0-doc_2.2.4-2_all.deb
  to pool/main/g/gtk+2.0/libgtk2.0-doc_2.2.4-2_all.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 216897@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <seb128@debian.org> (supplier of updated gtk+2.0 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 31 Oct 2003 21:32:29 +0100
Source: gtk+2.0
Binary: libgtk2.0-dev libgtk2.0-dbg libgtk2.0-0 libgtk2.0-doc gtk2.0-examples libgtk2.0-common
Architecture: source i386 all
Version: 2.2.4-2
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH <tagoh@debian.org>
Changed-By: Sebastien Bacher <seb128@debian.org>
Description: 
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 210813 212772 215382 216660 216897
Changes: 
 gtk+2.0 (2.2.4-2) unstable; urgency=low
 .
   * debian/control:
     - added Uploaders to maintain as team.
     - added gnome-pkg-tools to Build-Depends.
   * debian/gtk-options.7:
     - included a manpage with the help on the options (Closes: Bug#216897).
   * debian/libgtk2.0-doc.doc-base.gtk-faq
   * debian/libgtk2.0-doc.doc-base.gtk-tutorial:
     - replaced book1.html by index.html (closes: Bug#215382).
   * debian/patches/:
     - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus
       problem that hang the system tray applet.
       (closes: Bug#210813, Bug#212772).
     - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated
       (closes: Bug#216660).
   * debian/rules:
     - modified to generate debian/control using gnome-pkg-tools.
Files: 
 4c441c886e071ea805a7398b3b22e4c6 1463 libs optional gtk+2.0_2.2.4-2.dsc
 bee74d3136e4c67f49acc994f737ce9b 91244 libs optional gtk+2.0_2.2.4-2.diff.gz
 1c063a2ec0641afa2da81f4c15c591a9 1436400 doc optional libgtk2.0-doc_2.2.4-2_all.deb
 bd7276a6e4f59e59ece8d12d35c23bd1 1848710 libs optional libgtk2.0-0_2.2.4-2_i386.deb
 2812799da614eed78425b81e91803e53 1606698 misc optional libgtk2.0-common_2.2.4-2_i386.deb
 2ec05adc6647d68c19b8ced4427f2280 2303558 libdevel optional libgtk2.0-dev_2.2.4-2_i386.deb
 364902f975074d830666c2e2ebdae282 8350406 libdevel extra libgtk2.0-dbg_2.2.4-2_i386.deb
 4fe1b57ed121634a922d65b3088ac37a 257364 x11 extra gtk2.0-examples_2.2.4-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/pptPQxo87aLX0pIRAhtQAKCQKb3FyjwVGAruzMW2g9/QNQya6QCgtIRQ
dLThXkVssei8H0lvUYpZtUU=
=PWbC
-----END PGP SIGNATURE-----