Index: elfutils-0.123/debian/elfutils.manpages
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/elfutils.manpages	2006-09-28 13:05:51.000000000 +0200
@@ -0,0 +1,12 @@
+debian/eu-addr2line.1
+debian/eu-elfcmp.1
+debian/eu-elflint.1
+debian/eu-findtextrel.1
+debian/eu-ld.1
+debian/eu-nm.1
+debian/eu-objdump.1
+debian/eu-ranlib.1
+debian/eu-readelf.1
+debian/eu-size.1
+debian/eu-strings.1
+debian/eu-strip.1
Index: elfutils-0.123/debian/eu-addr2line.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-addr2line.1	2006-09-27 02:42:35.000000000 +0200
@@ -0,0 +1,72 @@
+.TH EU\-ADDR2LINE "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-addr2line \- print source file and line information for raw addresses
+.SH SYNOPSIS
+.B eu\-addr2line
+[\fIOPTION\fR...] [\fIADDR\fR...]
+.SH DESCRIPTION
+.B eu\-addr2line
+takes an address ADDR and prints source file and line number information. This
+requires that debug symbols are present in the file.
+
+By default the address is looked up for a.out, this can be changed with the
+\fB\-e\fR switch.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+
+.SS Input Selection:
+.TP
+\fB\-A\fR, \fB\-\-absolute\fR
+Show absolute file names using compilation
+directory
+.TP
+\fB\-\-debuginfo\-path\fR=\fIPATH\fR
+Search path for separate debuginfo files
+.TP
+\fB\-e\fR, \fB\-\-executable\fR=\fIFILE\fR
+Find addresses in FILE
+.TP
+\fB\-f\fR, \fB\-\-functions\fR
+Also show function names
+.TP
+\fB\-k\fR, \fB\-\-kernel\fR
+Find addresses in the running kernel
+.TP
+\fB\-K\fR, \fB\-\-offline\-kernel\fR[=\fIRELEASE\fR]
+Kernel with all modules
+.TP
+\fB\-M\fR, \fB\-\-linux\-process\-map\fR=\fIFILE\fR
+Find addresses in files mapped as read from
+FILE in Linux /proc/PID/maps format
+.TP
+\fB\-p\fR, \fB\-\-pid\fR=\fIPID\fR
+Find addresses in files mapped into process PID
+.TP
+\fB\-s\fR, \fB\-\-basenames\fR
+Show only base names of source files
+.SS Miscellaneous:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-elfcmp.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-elfcmp.1	2006-09-27 02:46:04.000000000 +0200
@@ -0,0 +1,49 @@
+.TH EU\-ELFCMP "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-elfcmp \- compare relevant parts of ELF files for equality
+.SH SYNOPSIS
+.B eu\-elfcmp
+[\fIOPTION\fR...] \fIFILE1 FILE2\fR
+.SH DESCRIPTION
+.B eu\-elfcmp
+compares two ELF files for equality, ignoring insignificant differences in the
+layout of the files.
+
+Specifically, it compares the elf header, the program header and "interesting"
+sections, i.e. everything not stripped by \fBeu\-strip\fR(1). Optionally gaps in
+loadable segments are also checked for equality.
+
+.SS Control options:
+.TP
+\fB\-\-gaps\fR=\fIACTION\fR
+Control treatment of gaps in loadable segments
+[ignore|match] (default: ignore)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Output nothing; yield exit status only
+
+.SS Miscellaneous:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-elflint.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-elflint.1	2006-09-27 02:44:56.000000000 +0200
@@ -0,0 +1,46 @@
+.TH EU\-ELFLINT "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-elflint \- check ELF files for correctness
+.SH SYNOPSIS
+.B eu\-elflint
+[\fIOPTION\fR...] \fIFILE\fR...
+.SH DESCRIPTION
+Pedantic checking of ELF files for compliance with gABI/psABI specifications.
+
+.TP
+\fB\-d\fR, \fB\-\-debuginfo\fR
+Binary is a separate debuginfo file
+.TP
+\fB\-\-gnu\-ld\fR
+Binary has been created with GNU ld and is
+therefore known to be broken in certain ways
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Do not print anything if successful
+.TP
+\fB\-\-strict\fR
+Be extremely strict, flag level 2 features.
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-findtextrel.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-findtextrel.1	2006-09-28 12:18:16.000000000 +0200
@@ -0,0 +1,45 @@
+.TH EU\-FINDTEXTREL "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-findtextrel \- Locate the source of text relocations
+.SH SYNOPSIS
+.B eu\-findtextrel
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+.B eu\-findtextrel
+checks if text relocations are present in FILE and finds their origin. For
+the latter to work, debug information has to be present in the file.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Input selection:
+.TP
+\fB\-\-debuginfo\fR=\fIPATH\fR
+Use PATH as root of debuginfo hierarchy
+.TP
+\fB\-r\fR, \fB\-\-root\fR=\fIPATH\fR
+Prepend PATH to all file names
+.SS Miscellaneous:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-ld.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-ld.1	2006-09-06 15:37:58.000000000 +0200
@@ -0,0 +1,191 @@
+.TH EU-LD "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-ld \- the elfutils linker
+.SH SYNOPSIS
+.B eu\-ld
+[\fIOPTION\fR...] [\fIFILE\fR]...
+.SH DESCRIPTION
+.B eu\-ld
+combines object and archive files, performs relocations and outputs an ELF binary or library.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Input File Control:
+.TP
+\fB\-(\fR
+Start a group.
+.TP
+\fB\-)\fR
+End a group.
+.TP
+\fB\-i\fR
+Ignore LD_LIBRARY_PATH environment variable.
+.TP
+\fB\-L\fR PATH
+Add PATH to list of directories files are searched
+in.
+.TP
+\fB\-\-as\-needed\fR
+Only set DT_NEEDED for following dynamic libs if
+actually used
+.TP
+\fB\-\-no\-as\-needed\fR
+Always set DT_NEEDED for following dynamic libs
+.TP
+\fB\-\-whole\-archive\fR
+Include whole archives in the output from now on.
+.TP
+\fB\-\-no\-whole\-archive\fR
+Stop including the whole arhives in the output.
+
+.SS Output File Control:
+.TP
+\fB\-B\fR dynamic
+Prefer linking against shared libraries.
+.TP
+\fB\-B\fR local
+Causes symbol not assigned to a version be reduced
+to local.
+.TP
+\fB\-B\fR static
+Do not link against shared libraries.
+.TP
+\fB\-e\fR, \fB\-\-entry\fR=\fIADDRESS\fR
+Set entry point address.
+.TP
+\fB\-\-eh\-frame\-hdr\fR
+Create .eh_frame_hdr section
+.TP
+\fB\-E\fR, \fB\-\-export\-dynamic\fR
+Export all dynamic symbols.
+.TP
+\fB\-\-gc\-sections\fR
+Remove unused sections.
+.TP
+\fB\-G\fR, \fB\-\-shared\fR
+Generate dynamic shared object.
+.TP
+\fB\-h\fR, \fB\-\-soname\fR=\fINAME\fR
+Set soname of shared object.
+.TP
+\fB\-I\fR, \fB\-\-dynamic\-linker\fR=\fINAME\fR
+Set the dynamic linker name.
+.TP
+\fB\-\-no\-gc\-sections\fR
+Don't remove unused sections.
+.TP
+\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
+Place output in FILE.
+.TP
+\fB\-\-pagesize\fR=\fISIZE\fR
+Assume pagesize for the target system to be SIZE.
+.TP
+\fB\-Q\fR y | n
+Add/suppress addition indentifying link\-editor to
+\&.comment section
+.TP
+\fB\-\-runpath\fR=\fIPATH\fR
+Set runtime DSO search path.
+.TP
+\fB\-\-runpath\-link\fR=\fIPATH\fR
+Set link time DSO search path.
+.TP
+\fB\-r\fR
+Generate relocatable object.
+.TP
+\fB\-s\fR, \fB\-\-strip\-all\fR
+Strip all symbols.
+.TP
+\fB\-S\fR, \fB\-\-strip\-debug\fR
+Strip debugging symbols.
+.TP
+\fB\-z\fR allextract
+Same as \fB\-\-whole\-archive\fR.
+.TP
+\fB\-z\fR defaultextract
+Default rules of extracting from archive; weak
+references are not enough.
+.TP
+\fB\-z\fR defs | nodefs
+Disallow/allow undefined symbols in DSOs.
+.TP
+\fB\-z\fR ignore | record
+Ignore/record dependencies on unused DSOs.
+.TP
+\fB\-z\fR initfirst
+Mark object to be initialized first.
+.TP
+\fB\-z\fR lazyload | nolazyload
+Enable/disable lazy\-loading flag for following
+dependencies.
+.TP
+\fB\-z\fR muldefs
+Allow multiple definitions; first is used.
+.TP
+\fB\-z\fR nodefaultlib
+Object is marked to not use default search path at
+runtime.
+.TP
+\fB\-z\fR nodelete
+Object cannot be unloaded at runtime.
+.TP
+\fB\-z\fR nodlopen
+Mark object as not loadable with 'dlopen'.
+.TP
+\fB\-z\fR now
+Relocation will not be processed lazily.
+.TP
+\fB\-z\fR origin
+Object requires immediate handling of $ORIGIN.
+.TP
+\fB\-z\fR systemlibrary
+Generated DSO will be a system library.
+.TP
+\fB\-z\fR weakextract
+Weak references cause extraction from archive.
+.SS Linker Operation Control:
+.TP
+\fB\-\-conserve\-memory\fR
+Trade speed for less memory usage
+.TP
+\fB\-c\fR FILE
+Use linker script in FILE.
+.TP
+\fB\-m\fR, \fB\-\-emulation\fR=\fINAME\fR
+Set emulation to NAME.
+.TP
+\fB\-O\fR[\fILEVEL\fR]
+Set optimization level to LEVEL.
+.TP
+\fB\-t\fR, \fB\-\-trace\fR
+Trace file opens.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Verbose messages.
+.TP
+\fB\-\-version\-script\fR=\fIFILE\fR
+Read version information from FILE.
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-nm.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-nm.1	2006-09-28 13:09:42.000000000 +0200
@@ -0,0 +1,94 @@
+.TH EU\-NM "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-nm \- list symbols from ELF files
+.SH SYNOPSIS
+.B eu\-nm
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+.B eu\-nm
+displays a list of symbols defined in FILE (a.out by default).
+
+It allows fine-grained control about the information displayed and works on ELF
+files as well as on archive (.a) files.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Output selection:
+.TP
+\fB\-a\fR, \fB\-\-debug\-syms\fR
+Display debugger\-only symbols
+.TP
+\fB\-\-defined\-only\fR
+Display only defined symbols
+.TP
+\fB\-D\fR, \fB\-\-dynamic\fR
+Display dynamic symbols instead of normal symbols
+.TP
+\fB\-g\fR, \fB\-\-extern\-only\fR
+Display only external symbols
+.TP
+\fB\-s\fR, \fB\-\-print\-armap\fR
+Include index for symbols from archive members
+.TP
+\fB\-u\fR, \fB\-\-undefined\-only\fR
+Display only undefined symbols
+.SS Output format:
+.TP
+\fB\-A\fR, \fB\-\-print\-file\-name\fR
+Print name of the input file before every symbol
+.TP
+\fB\-B\fR
+Same as \fB\-\-format\fR=\fIbsd\fR
+.TP
+\fB\-f\fR, \fB\-\-format\fR=\fIFORMAT\fR
+Use the output format FORMAT.  FORMAT can be
+`bsd', `sysv' or `posix'.  The default is `sysv'
+.TP
+\fB\-\-mark\-weak\fR
+Mark weak symbols
+.TP
+\fB\-P\fR, \fB\-\-portability\fR
+Same as \fB\-\-format\fR=\fIposix\fR
+.TP
+\fB\-S\fR, \fB\-\-print\-size\fR
+Print size of defined symbols
+.TP
+\fB\-t\fR, \fB\-\-radix\fR=\fIRADIX\fR
+Use RADIX for printing symbol values
+.IP
+Output options:
+.TP
+\fB\-n\fR, \fB\-\-numeric\-sort\fR
+Sort symbols numerically by address
+.TP
+\fB\-p\fR, \fB\-\-no\-sort\fR
+Do not sort the symbols
+.TP
+\fB\-r\fR, \fB\-\-reverse\-sort\fR
+Reverse the sense of the sort
+.IP
+Miscellaneous:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-objdump.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-objdump.1	2006-09-28 13:09:51.000000000 +0200
@@ -0,0 +1,52 @@
+.TH EU\-OBJDUMP "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-objdump \- print information from ELF file in human-readable form
+.SH SYNOPSIS
+.B eu\-objdump
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+.B eu\-objdump
+prints information about ELF meta-data, code, relocations, ...
+contained in FILE (a.out by default).
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Mode selection:
+.TP
+\fB\-d\fR, \fB\-\-disassemble\fR
+Display assembler code of executable sections
+.TP
+\fB\-r\fR, \fB\-\-reloc\fR
+Display relocation information.
+.TP
+\fB\-s\fR, \fB\-\-full\-contents\fR
+Display the full contents of all sections
+requested
+.SS Output selection:
+.TP
+\fB\-j\fR, \fB\-\-section\fR=\fINAME\fR
+Only display information for section NAME.
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-ranlib.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-ranlib.1	2006-09-27 02:41:32.000000000 +0200
@@ -0,0 +1,38 @@
+.TH EU\-RANLIB "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-ranlib \- generate an index to speed access to archives
+.SH SYNOPSIS
+.B eu\-ranlib
+[\fIOPTION\fR...] \fIARCHIVE\fR
+.SH DESCRIPTION
+Generate an index to speed access to archives.
+.B eu\-ranlib
+generates an index in the archive ARCHIVE listing its contents. The index
+contains a list of all symbols defined in the object files in the archive.
+
+This speeds up access to the archive.
+
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-readelf.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-readelf.1	2006-09-07 00:12:26.000000000 +0200
@@ -0,0 +1,80 @@
+.TH EU\-READELF "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-readelf \- print information from ELF file in human-readable form
+.SH SYNOPSIS
+.B eu\-readelf
+[\fIOPTION\fR...] \fIFILE\fR...
+.SH DESCRIPTION
+.B eu\-readelf
+prints information about the ELF meta-data of FILE in human-readable form.
+It complements the functionality of eu\-objdump, which mostly shows information
+on the code and data the ELF format encapsulates.
+
+It supports archive files as well as 32 and 64 bit ELF files.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Output selection:
+.TP
+\fB\-a\fR, \fB\-\-all\fR
+Equivalent to: \fB\-h\fR \fB\-l\fR
+.TP
+\fB\-A\fR, \fB\-\-arch\-specific\fR
+Display architecture specific information (if any)
+.TP
+\fB\-d\fR, \fB\-\-dynamic\fR
+Display the dynamic segment
+.TP
+\fB\-h\fR, \fB\-\-file\-header\fR
+Display the ELF file header
+.TP
+\fB\-I\fR, \fB\-\-histogram\fR
+Display histogram of bucket list lengths
+.TP
+\fB\-l\fR, \fB\-\-program\-headers\fR
+Display the program headers
+.TP
+\fB\-n\fR, \fB\-\-notes\fR
+Display the core notes
+.TP
+\fB\-r\fR, \fB\-\-relocs\fR
+Display relocations
+.TP
+\fB\-s\fR, \fB\-\-symbols\fR
+Display the symbol table
+.TP
+\fB\-S\fR, \fB\-\-section\-headers\fR
+Display the sections' header
+.TP
+\fB\-V\fR, \fB\-\-version\-info\fR
+Display versioning information
+.TP
+\fB\-w\fR, \fB\-\-debug\-dump\fR[=\fISECTION\fR] Display DWARF section content.
+SECTION can be one
+of abbrev, aranges, frame, info, loc, line,
+ranges, pubnames, str, or macinfo.
+.SS Output control:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-size\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-size.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-size.1	2006-09-06 22:32:42.000000000 +0200
@@ -0,0 +1,71 @@
+.TH EU\-SIZE "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-size \- list section sizes of ELF files
+.SH SYNOPSIS
+.B eu-size
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+.B eu\-size
+lists the sizes of the ELF sections in FILE (a.out by default).
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Output format:
+.TP
+\fB\-A\fR
+Same as `\-\-format=sysv'
+.TP
+\fB\-B\fR
+Same as `\-\-format=bsd'
+.TP
+\fB\-d\fR
+Same as `\-\-radix=10'
+.TP
+\fB\-\-format\fR=\fIFORMAT\fR
+Use the output format FORMAT.  FORMAT can be `bsd'
+or `sysv'.  The default is `bsd'
+.TP
+\fB\-f\fR
+Similar to `\-\-format=sysv' output but in one line
+.TP
+\fB\-o\fR
+Same as `\-\-radix=8'
+.TP
+\fB\-\-radix\fR=\fIRADIX\fR
+Use RADIX for printing symbol values
+.TP
+\fB\-x\fR
+Same as `\-\-radix=16'
+
+.SS Output options:
+.TP
+\fB\-F\fR
+Print size and permission flags for loadable
+segments
+.TP
+\fB\-t\fR, \fB\-\-totals\fR
+Display the total sizes (bsd only)
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-strings\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-strings.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-strings.1	2006-09-06 22:18:24.000000000 +0200
@@ -0,0 +1,59 @@
+.TH EU\-STRINGS "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-strings \- print the strings of printable characters in ELF files
+.SH SYNOPSIS
+.B eu-strings
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+Search all loadable sections within FILE for strings and print them.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Output selection:
+.TP
+\fB\-a\fR, \fB\-\-all\fR
+Scan entire file, not only loaded sections
+.TP
+\fB\-e\fR, \fB\-\-encoding\fR=\fISELECTOR\fR
+Select character size and endianess: s = 7\-bit, S
+= 8\-bit, {b,l} = 16\-bit, {B,L} = 32\-bit
+.TP
+\fB\-f\fR, \fB\-\-print\-file\-name\fR
+Print name of the file before each string.
+.TP
+\fB\-n\fR, \fB\-\-bytes\fR=\fIMIN\-LEN\fR
+Only NUL\-terminated sequences of MIN\-LEN
+characters or more are printed
+.TP
+\fB\-o\fR
+Alias for \fB\-\-radix\fR=\fIo\fR
+.TP
+\fB\-t\fR, \fB\-\-radix=\fR{o,d,x}
+Print location of the string in base 8, 10, or 16
+respectively.
+
+.SS Miscellaneous:
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1),
+\fBeu\-strip\fR(1)
Index: elfutils-0.123/debian/eu-strip.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ elfutils-0.123/debian/eu-strip.1	2006-09-06 16:47:59.000000000 +0200
@@ -0,0 +1,61 @@
+.TH EU\-STRIP "1" "September 2006" "Linux" "User Commands"
+.SH NAME
+eu\-strip \- discard symbols from object files
+.SH SYNOPSIS
+.B eu\-strip
+[\fIOPTION\fR...] [\fIFILE\fR...]
+.SH DESCRIPTION
+.B eu\-strip
+drops all sections from FILE which are not needed. This includes the static
+symbol tables, debug info, etc.
+
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SS Output selection:
+.TP
+\fB\-f\fR FILE
+Extract the removed sections into FILE
+.TP
+\fB\-F\fR FILE
+Embed name FILE instead of \fB\-f\fR argument
+.TP
+\fB\-o\fR FILE
+Place stripped output into FILE
+
+.SS Output options:
+.TP
+\fB\-g\fR, \fB\-d\fR, \fB\-S\fR, \fB\-\-strip\-debug\fR
+Remove all debugging symbols
+.TP
+\fB\-p\fR, \fB\-\-preserve\-dates\fR
+Copy modified/access timestamps to the output
+.TP
+\fB\-\-permissive\fR
+Relax a few rules to handle slightly broken ELF
+files
+.TP
+\fB\-\-remove\-comment\fR
+Remove .comment section
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Give this help list
+.TP
+\fB\-\-usage\fR
+Give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print program version
+.SH AUTHOR
+Written by Ulrich Drepper.
+
+This manual page was written by Christian Aichinger <Greek0@gmx.net> based on the help2man output.
+
+.SH COPYRIGHT
+Copyright \(co 2006 Red Hat, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+.SH "SEE ALSO"
+\fBeu\-addr2line\fR(1), \fBeu\-elfcmp\fR(1), \fBeu\-elflint\fR(1),
+\fBeu\-ld\fR(1), \fBeu\-nm\fR(1), \fBeu\-objdump\fR(1), \fBeu\-ranlib\fR(1),
+\fBeu\-readelf\fR(1), \fBeu\-size\fR(1), \fBeu\-strings\fR(1)
Index: elfutils-0.123/debian/rules
===================================================================
--- elfutils-0.123.orig/debian/rules	2006-09-06 12:10:52.000000000 +0200
+++ elfutils-0.123/debian/rules	2006-09-06 12:14:09.000000000 +0200
@@ -86,6 +86,7 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
+	dh_installman
 	dh_install --fail-missing --sourcedir=debian/tmp
 	dh_strip
 	dh_compress

