Bug#152235: no manual page

2002-07-14 Thread Philip Blundell

On Mon, 2002-07-08 at 08:52, Tollef Fog Heen wrote:
 * Matt Kraai 
 
 | There is no manual page for mklibs.  I stumbled across one at
 | DebConf2, however, and have appended it below.
 
 Thanks -- fixed version uploading now.

Would you care to check the changes you made to mklibs into CVS? 
cvs.debian.org:/cvs/debian-boot, module mklibs.

p.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#152235: no manual page

2002-07-14 Thread Tollef Fog Heen

* Philip Blundell 

| On Mon, 2002-07-08 at 08:52, Tollef Fog Heen wrote:
|  * Matt Kraai 
|  
|  | There is no manual page for mklibs.  I stumbled across one at
|  | DebConf2, however, and have appended it below.
|  
|  Thanks -- fixed version uploading now.
| 
| Would you care to check the changes you made to mklibs into CVS? 
| cvs.debian.org:/cvs/debian-boot, module mklibs.

sure, I wasn't aware that mklibs was in CVS.  Thanks for the
heads-up. :)

I'll check in and tag.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#152235: no manual page

2002-07-14 Thread Falk Hueffner

Tollef Fog Heen [EMAIL PROTECTED] writes:

 * Philip Blundell 
 
 | On Mon, 2002-07-08 at 08:52, Tollef Fog Heen wrote:
 |  * Matt Kraai 
 |  
 |  | There is no manual page for mklibs.  I stumbled across one at
 |  | DebConf2, however, and have appended it below.
 |  
 |  Thanks -- fixed version uploading now.
 | 
 | Would you care to check the changes you made to mklibs into CVS? 
 | cvs.debian.org:/cvs/debian-boot, module mklibs.
 
 sure, I wasn't aware that mklibs was in CVS.  Thanks for the
 heads-up. :)

Wouldn't it make more sense to remove it from CVS and make it a build
dependency?

-- 
Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#152235: no manual page

2002-07-14 Thread Philip Blundell

On Sun, 2002-07-14 at 16:50, Falk Hueffner wrote:
 Tollef Fog Heen [EMAIL PROTECTED] writes:
 
  * Philip Blundell 
  
  | Would you care to check the changes you made to mklibs into CVS? 
  | cvs.debian.org:/cvs/debian-boot, module mklibs.
  
  sure, I wasn't aware that mklibs was in CVS.  Thanks for the
  heads-up. :)
 
 Wouldn't it make more sense to remove it from CVS and make it a build
 dependency?

You mean remove it from boot-floppies CVS?  Sure, go for it.

p.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#152235: no manual page

2002-07-08 Thread Tollef Fog Heen

* Matt Kraai 

| There is no manual page for mklibs.  I stumbled across one at
| DebConf2, however, and have appended it below.

Thanks -- fixed version uploading now.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#152235: no manual page

2002-07-07 Thread Matt Kraai

Package: mklibs
Version: 0.1.1
Tags: patch

There is no manual page for mklibs.  I stumbled across one at
DebConf2, however, and have appended it below.

Matt

diff -urN mklibs-0.1.1/debian/rules mklibs/debian/rules
--- mklibs-0.1.1/debian/rules   Tue Jun 11 15:40:42 2002
+++ mklibs/debian/rules Mon Jul  8 01:35:47 2002
 -35,7 +35,7 
dh_testdir
dh_testroot
dh_installdocs
-   dh_installman
+   dh_installman mklibs.1
 #  dh_undocumented
dh_installchangelogs 
dh_link
diff -urN mklibs-0.1.1/mklibs.1 mklibs/mklibs.1
--- mklibs-0.1.1/mklibs.1   Wed Dec 31 19:00:00 1969
+++ mklibs/mklibs.1 Mon Jul  8 01:36:52 2002
 -0,0 +1,35 
+.TH MKLIBS 1 2002-07-07 Debian Debian User's Manual
+.SH NAME
+mklibs \- make a minimal set of libraries
+.SH SYNOPSIS
+\fBmklibs\fR [\fIOPTION\fR]... \fB-d \fIDESTINATION FILE\fR...
+.SH DESCRIPTION
+Place the minimal set of libraries required by
+.IR FILE (s)
+in
+.IR DESTINATION .
+.SH OPTIONS
+.TP
+\fB\-d \fIDESTINATION\fR, \fB\-\-dest\-dir\fI DESTINATION
+Place the libraries in \fIDESTINATION\fR.
+.TP
+\fB\-L \fILIBDIR\fR[\fB:\fILIBDIR\fR]...
+Prepend \fILIBDIR\fR(s) to the library search path.
+.TP
+\fB\-\-ldlib \fILDLIB
+Use \fILDLIB\fR for the dynamic linker.
+.TP
+\fB\-\-libc\-extras\-dir \fIEXTRADIR
+Use \fIEXTRADIR\fR to find extra libc files.
+.TP
+\fB\-v\fR, \fB\-\-verbose
+Explain what is being done.
+.TP
+\fB\-\-help
+Display help and exit.
+.SH BUGS
+\fBmklibs\fR does not support the \fB\-\-no\-default\-lib\fR,
+\fB\-\-dry\-run\fR, \fB\-\-version\fR, and \fB\-\-target\fR options
+supported by \fBmklibs.sh\fR.
+.SH AUTHOR
+This manual page was written by Matt Kraai.



msg20709/pgp0.pgp
Description: PGP signature