[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#189222: marked as done (docbook-to-man: Postscript header should be optional)



Your message dated Tue, 02 Sep 2003 12:47:27 -0400
with message-id <E19uEJT-00055R-00@auric.debian.org>
and subject line Bug#189222: fixed in docbook-to-man 1:2.0.0-12
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; 16 Apr 2003 05:43:58 +0000
>From joshk@triplehelix.org Wed Apr 16 00:43:58 2003
Return-path: <joshk@triplehelix.org>
Received: from adsl-67-121-155-183.dsl.pltn13.pacbell.net (triplehelix.org) [67.121.155.183] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 195fiA-0005gW-00; Wed, 16 Apr 2003 00:43:58 -0500
Received: from firesong.wifi.triplehelix.org
	([192.168.0.7] helo=firesong ident=mail)
	by triplehelix.org with esmtp (Exim 4.14)
	id 195fi7-0001yb-6a; Tue, 15 Apr 2003 22:43:55 -0700
Received: from joshk by firesong with local (Exim 3.36 #1 (Debian))
	id 195fi8-0003rU-00; Tue, 15 Apr 2003 22:43:56 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Joshua Kwan <joshk@triplehelix.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: docbook-to-man: Postscript header should be optional
X-Mailer: reportbug 2.10.1
Date: Tue, 15 Apr 2003 22:43:56 -0700
Message-Id: <E195fi8-0003rU-00@firesong>
Sender: Joshua Kwan <joshk@firesong>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.3 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SPAM_PHRASE_05_08
	version=2.44
X-Spam-Level: 

Package: docbook-to-man
Version: 1:2.0.0-11
Severity: wishlist
Tags: patch

I think the postscript at the output of every docbook-to-man processed 
file is extremely annoying, ie:

.sp \\$2u       \" move below the image
..
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..

and so on. It pisses me off to no end. Source says this:

# ***** modify the following line (to "=false") if you're not using the
# ***** Elan Documentor's Workbench

doElanPSInclude=true

which, if set to false, won't create this output. I've done it for mine, 
but I don't think anybody uses the Elan Documentor... Could you at least 
make this variable setting dependent on arguments? I have attached a 
small diff to this end, for the source package.

--- a/cmd/docbook-to-man     2003-01-26 08:53:20.000000000 -0800
+++ b/cmd/docbook-to-man.sh       2003-04-15 22:42:22.000000000 -0700
@@ -47,7 +47,9 @@
 # ***** modify the following line (to "=false") if you're not using the
 # ***** Elan Documentor's Workbench
 
-doElanPSInclude=true
+if [ "$2" = "-p" ]; then
+       doElanPSInclude=true
+fi

This is a little hackish, but it does the job for me. Don't know whether 
you have a better solution or whether you want to implement this at all.

Regards,
Josh

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux firesong 2.5.67-bk4 #2 Sun Apr 13 00:25:25 PDT 2003 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (ignored: LC_ALL set)

Versions of packages docbook-to-man depends on:
ii  docbook                 4.2-3            standard SGML representation syste
ii  docbook-dsssl           1.78-3           modular DocBook DSSSL stylesheets,
ii  libc6                   2.3.1-16         GNU C Library: Shared libraries an
ii  sp                      1.3.4-1.2.1-29.1 James Clark's SGML parsing tools

-- no debconf information


---------------------------------------
Received: (at 189222-close) by bugs.debian.org; 2 Sep 2003 16:48:47 +0000
>From katie@auric.debian.org Tue Sep 02 11:48:47 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 19uEKl-0005CG-00; Tue, 02 Sep 2003 11:48:47 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19uEJT-00055R-00; Tue, 02 Sep 2003 12:47:27 -0400
From: Luk Claes <luk.claes@ugent.be>
To: 189222-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#189222: fixed in docbook-to-man 1:2.0.0-12
Message-Id: <E19uEJT-00055R-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 02 Sep 2003 12:47:27 -0400
Delivered-To: 189222-close@bugs.debian.org

Source: docbook-to-man
Source-Version: 1:2.0.0-12

We believe that the bug you reported is fixed in the latest version of
docbook-to-man, which is due to be installed in the Debian FTP archive:

docbook-to-man_2.0.0-12.diff.gz
  to pool/main/d/docbook-to-man/docbook-to-man_2.0.0-12.diff.gz
docbook-to-man_2.0.0-12.dsc
  to pool/main/d/docbook-to-man/docbook-to-man_2.0.0-12.dsc
docbook-to-man_2.0.0-12_i386.deb
  to pool/main/d/docbook-to-man/docbook-to-man_2.0.0-12_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 189222@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <luk.claes@ugent.be> (supplier of updated docbook-to-man 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: Tue,  2 Sep 2003 10:34:12 +0200
Source: docbook-to-man
Binary: docbook-to-man
Architecture: source i386
Version: 1:2.0.0-12
Distribution: unstable
Urgency: low
Maintainer: Luk Claes <luk.claes@ugent.be>
Changed-By: Luk Claes <luk.claes@ugent.be>
Description: 
 docbook-to-man - Converter from DocBook SGML into roff man macros
Closes: 111918 111919 111920 111921 112105 154590 189222 196835
Changes: 
 docbook-to-man (1:2.0.0-12) unstable; urgency=low
 .
   * New maintainer (closes: #154590).
   * Depends now on sp|opensp instead of sp (closes: #196835).
   * Updated to standards version 3.6.1.
   * Removed recommendation to switch to DocBook/XML, xsltproc, and docbook-xsl in debian/control and in manpage.
   * doElanPSInclude=false (closes: #189222).
   * Added instructions to use white space in manpage (closes: #111919,#111920,#111921,#112105).
   * Use fR instead of fP causes minor inconvenience when nested markup is used (closes: #111918).
Files: 
 d4856a5a7a6e20a6896a7a8f729513dd 587 text optional docbook-to-man_2.0.0-12.dsc
 945679a02e05337ad99385ab007eaa25 21866 text optional docbook-to-man_2.0.0-12.diff.gz
 9e7c603973308a86699128de25138ff6 69688 text optional docbook-to-man_2.0.0-12_i386.deb

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

iD8DBQE/VMlEFwmY7Xa4pD0RApwbAJ9APInHC0v52G3HDnmtJw/81e24mQCffas0
qS69ICkm/+iWuHgo36B9fiE=
=9BeC
-----END PGP SIGNATURE-----



Reply to: