pkgsrc-Bugs archive

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

pkg/29371: little problem with aux2bib man file (patch)



>Number:         29371
>Category:       pkg
>Synopsis:       the aux2bib man page points a non existent doc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 14 15:09:00 +0000 2005
>Originator:     Antoine Reilles
>Release:        NetBSD 2.99.15
>Organization:
        
>Environment:
System: NetBSD arcelot.loria.fr 2.99.15 NetBSD 2.99.15 (MYKERNEL) #1: Thu Feb 
10 11:31:16 CET 2005 
tonio%arcelot.loria.fr@localhost:/usr/obj/sys/arch/i386/compile/MYKERNEL i386
Architecture: i386
Machine: i386
>Description:
        The aux2bib man page lists /usr/share/doc/bibtex2html in the SEE ALSO 
section.
It should not, as /usr/share/doc/bibtex2html does not exist, and the 
bibtex2html pkg does not install this doc. (it is only debian specific thing).

I have a patch at: http://www.loria.fr/~reilles/divers/bibtex2html.diff
to fix this issue (just remove the lines in the man page at patch stage)

>How-To-Repeat:
        man aux2bib
in the SEE ALSO section, see it points an inexistant directory

>Fix:
remove the bad lines in the man page. 


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/converters/bibtex2html/Makefile,v
retrieving revision 1.2
diff -b -u -r1.2 Makefile
--- Makefile    4 Feb 2005 21:56:14 -0000       1.2
+++ Makefile    14 Feb 2005 14:56:42 -0000
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2005/02/04 21:56:14 adrianp Exp $
 
 DISTNAME=      bibtex2html-1.74
+PKGREVISION=1
 CATEGORIES=    converters
 MASTER_SITES=  http://www.lri.fr/~filliatr/ftp/bibtex2html/
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/converters/bibtex2html/distinfo,v
retrieving revision 1.2
diff -b -u -r1.2 distinfo
--- distinfo    4 Feb 2005 21:56:14 -0000       1.2
+++ distinfo    14 Feb 2005 14:56:42 -0000
@@ -2,3 +2,4 @@
 
 SHA1 (bibtex2html-1.74.tar.gz) = 1c8765932306d933849f508ae3c5c3b620ed783b
 Size (bibtex2html-1.74.tar.gz) = 65166 bytes
+SHA1 (patch-aa) = 23678455407271f129e4de31b6a9d3a5521c41c3
--- /dev/null   2005-02-14 15:51:14.000000000 +0100
+++ patches/patch-aa    2005-02-14 15:49:31.000000000 +0100
@@ -0,0 +1,11 @@
+--- aux2bib.1.orig     2005-02-14 15:48:39.000000000 +0100
++++ aux2bib.1  2005-02-14 15:48:50.000000000 +0100
+@@ -18,8 +18,6 @@
+ .BR latex (1),
+ .br
+ .I http://www.lri.fr/~filliatr/bibtex2html/
+-.br
+-.I /usr/share/doc/bibtex2html
+ 
+ .SH AUTHOR
+ Ralf Treinen <treinen%debian.org@localhost>




Home | Main Index | Thread Index | Old Index