[Demudi-commits] r59 - in vkeybd/trunk: . debian

Free Ekanayaka free-guest@haydn.debian.org
Sat, 30 Oct 2004 06:47:10 -0600


Author: free-guest
Date: 2004-10-30 06:46:56 -0600 (Sat, 30 Oct 2004)
New Revision: 59

Added:
   vkeybd/trunk/debian/
   vkeybd/trunk/debian/README.Debian
   vkeybd/trunk/debian/changelog
   vkeybd/trunk/debian/control
   vkeybd/trunk/debian/copyright
   vkeybd/trunk/debian/dirs
   vkeybd/trunk/debian/docs
   vkeybd/trunk/debian/manpages
   vkeybd/trunk/debian/rules
   vkeybd/trunk/debian/sftovkb.sgml
   vkeybd/trunk/debian/tmp
   vkeybd/trunk/debian/vkeybd.menu
   vkeybd/trunk/debian/vkeybd.sgml
   vkeybd/trunk/debian/watch
   vkeybd/trunk/sftovkb.1
   vkeybd/trunk/vkeybd.1
Modified:
   vkeybd/trunk/Makefile
Log:
Load newtrunk into vkeybd/trunk.


Modified: vkeybd/trunk/Makefile
===================================================================
--- vkeybd/trunk/Makefile	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/Makefile	2004-10-30 12:46:56 UTC (rev 59)
@@ -8,7 +8,7 @@
 #
 # installation directory
 #
-PREFIX = /usr/local
+PREFIX = /usr
 # binary and Tcl script are put there
 BIN_DIR = $(PREFIX)/bin
 # man page
@@ -37,7 +37,7 @@
 #
 TCL_VERSION = 8.4
 TCLLIB = -ltcl$(TCL_VERSION)
-TCLINC =
+TCLINC = -I/usr/include/tcl8.4
 TKLIB = -ltk$(TCL_VERSION)
 TKINC =
 XLIB = -L/usr/X11R6/lib -lX11

Added: vkeybd/trunk/debian/README.Debian
===================================================================
--- vkeybd/trunk/debian/README.Debian	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/README.Debian	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,6 @@
+vkeybd for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Free Ekanayaka <free@centrotemporeale.it>, Wed,  9 Jul 2003 11:28:20 +0200

Added: vkeybd/trunk/debian/changelog
===================================================================
--- vkeybd/trunk/debian/changelog	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/changelog	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,25 @@
+vkeybd (0.1.16-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Free Ekanayaka <free@agnula.org>  Thu,  8 Apr 2004 18:59:33 +0200
+
+vkeybd (0.1.11-1) unstable; urgency=low
+
+  * Rebuilt for Debian unstable.
+  * Using tcl/tk 8.4 instead of 8.3
+
+ -- Free Ekanayaka <free@agnula.org>  Thu,  8 Apr 2004 16:28:18 +0200
+
+vkeybd (0.1.11-0test2) unstable; urgency=low
+
+  * Added template man page
+
+ -- Free Ekanayaka <free@agnula.org>  Wed, 26 Nov 2003 10:18:47 +0600
+
+vkeybd (0.1.11-0test1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Free Ekanayaka <free@agnula.org>  Wed,  9 Jul 2003 11:28:20 +0200
+

Added: vkeybd/trunk/debian/control
===================================================================
--- vkeybd/trunk/debian/control	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/control	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,14 @@
+Source: vkeybd
+Section: sound
+Priority: optional
+Maintainer: Free Ekanayaka <free@centrotemporeale.it>
+Build-Depends: docbook-to-man, debhelper (>> 3.0.0), tcl8.4-dev, tk8.4-dev, xlibs-dev, libasound2-dev
+Standards-Version: 3.5.2
+
+Package: vkeybd
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Virtual Keyboard program
+ This program allows you to use the Linux AWE32 driver, OSS MIDI sequencer,
+ or ALSA MIDI sequencer and provides "virtual" keyboard (the musical type),
+ which can be "played" using the keyboard or mouse under X11.

Added: vkeybd/trunk/debian/copyright
===================================================================
--- vkeybd/trunk/debian/copyright	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/copyright	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,22 @@
+This package was debianized by Free Ekanayaka <free@centrotemporeale.it> on
+Thu,  5 Jun 2003 15:24:12 +0200.
+
+It was downloaded from http: http://mitglied.lycos.de/iwai/alsa.html
+
+
+Upstream Author: Takashi Iwai <tiwai@suse.de>
+
+Copyright (C) 1996 Takashi Iwai
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: vkeybd/trunk/debian/dirs
===================================================================
--- vkeybd/trunk/debian/dirs	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/dirs	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: vkeybd/trunk/debian/docs
===================================================================
--- vkeybd/trunk/debian/docs	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/docs	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1 @@
+README

Added: vkeybd/trunk/debian/manpages
===================================================================
--- vkeybd/trunk/debian/manpages	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/manpages	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,2 @@
+vkeybd.1
+sftovkb.1

Added: vkeybd/trunk/debian/rules
===================================================================
--- vkeybd/trunk/debian/rules	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/rules	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,96 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	/usr/bin/docbook-to-man debian/vkeybd.sgml > vkeybd.1
+	/usr/bin/docbook-to-man debian/sftovkb.sgml > sftovkb.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/vkeybd.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/vkeybd
+	#$(MAKE) install-man DESTDIR=$(CURDIR)/debian/vkeybd
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: vkeybd/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: vkeybd/trunk/debian/sftovkb.sgml
===================================================================
--- vkeybd/trunk/debian/sftovkb.sgml	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/sftovkb.sgml	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,97 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for Free and Ekanayaka. -->
+  <!ENTITY dhfirstname "<firstname>Free</firstname>">
+  <!ENTITY dhsurname   "<surname>Ekanayaka</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>November 17, 2003</date>">
+  <!-- 1 should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>free@agnula.org</email>">
+  <!ENTITY dhusername  "Free Ekanayaka">
+  <!ENTITY dhucpackage "<refentrytitle>DeMuDi undocumented package</refentrytitle>">
+  <!ENTITY dhpackage   "%NAME%">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program included in the DeMuDi distribution</refpurpose>
+  </refnamediv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This program was packaged by the AGNULA team for the
+      DeMuDi project (http://www.agnula.org).</para>
+
+    <para>A manual page for this application has not been provided
+    yet.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>info (1), whatis (1), apropos (1), dpkg (8), locate (1),
+    find (1), updatedb (1), undocumented (2), man (7), missing (7)</para>
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Added: vkeybd/trunk/debian/tmp
===================================================================
--- vkeybd/trunk/debian/tmp	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/tmp	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,14 @@
+Source: vkeybd
+Section: sound
+Priority: optional
+Maintainer: Free Ekanayaka <free@centrotemporeale.it>
+Build-Depends: docbook-to-man, debhelper (>> 3.0.0), tcl8.3-dev, tk8.3-dev, xlibs-dev, libasound2-dev
+Standards-Version: 3.5.2
+
+Package: vkeybd
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Virtual Keyboard program
+ This program allows you to use the Linux AWE32 driver, OSS MIDI sequencer,
+ or ALSA MIDI sequencer and provides "virtual" keyboard (the musical type),
+ which can be "played" using the keyboard or mouse under X11.

Added: vkeybd/trunk/debian/vkeybd.menu
===================================================================
--- vkeybd/trunk/debian/vkeybd.menu	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/vkeybd.menu	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,9 @@
+?package(vkeybd):needs="x11" \
+	title="MIDI Virtual Keyboard" \
+	section="Apps/Sound" \
+	longtitle="MIDI based Virtual Keyboard program" \
+	description="This program is a 'virtual' keyboard, which allows you \
+to play notes on the AWE32 (using the Linux AWE32 driver) by pressing keys \
+on your computer's keyboard, or by using the mouse." \
+	command="/usr/bin/vkeybd"\
+	hints="MIDI"

Added: vkeybd/trunk/debian/vkeybd.sgml
===================================================================
--- vkeybd/trunk/debian/vkeybd.sgml	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/vkeybd.sgml	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,97 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for Free and Ekanayaka. -->
+  <!ENTITY dhfirstname "<firstname>Free</firstname>">
+  <!ENTITY dhsurname   "<surname>Ekanayaka</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>November 17, 2003</date>">
+  <!-- 1 should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>free@agnula.org</email>">
+  <!ENTITY dhusername  "Free Ekanayaka">
+  <!ENTITY dhucpackage "<refentrytitle>DeMuDi undocumented package</refentrytitle>">
+  <!ENTITY dhpackage   "vkeybd">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program included in the DeMuDi distribution</refpurpose>
+  </refnamediv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This program was packaged by the AGNULA team for the
+      DeMuDi project (http://www.agnula.org).</para>
+
+    <para>A manual page for this application has not been provided
+    yet.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>info (1), whatis (1), apropos (1), dpkg (8), locate (1),
+    find (1), updatedb (1), undocumented (2), man (7), missing (7)</para>
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Added: vkeybd/trunk/debian/watch
===================================================================
--- vkeybd/trunk/debian/watch	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/debian/watch	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,4 @@
+version=2
+
+# Pattern					Version
+http://www.alsa-project.org/~iwai/alsa.html	vkeybd-(.*)\.tar\.gz	debian	uupdate

Added: vkeybd/trunk/sftovkb.1
===================================================================
--- vkeybd/trunk/sftovkb.1	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/sftovkb.1	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,68 @@
+.\" $Header: /aolnet/dev/src/CVS/sgml/docbook-to-man/cmd/docbook-to-man.sh,v 1.1.1.1 1998/11/13 21:31:59 db3l Exp $
+.\"
+.\"	transcript compatibility for postscript use.
+.\"
+.\"	synopsis:  .P! <file.ps>
+.\"
+.de P!
+.fl
+\!!1 setgray
+.fl
+\\&.\"
+.fl
+\!!0 setgray
+.fl			\" force out current output buffer
+\!!save /psv exch def currentpoint translate 0 0 moveto
+\!!/showpage{}def
+.fl			\" prolog
+.sy sed -e 's/^/!/' \\$1\" bring in postscript file
+\!!psv restore
+.
+.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
+..
+.de fP
+.ie     !\\*(f4 \{\
+.	ft \\*(f4
+.	ds f4\"
+'	br \}
+.el .ie !\\*(f3 \{\
+.	ft \\*(f3
+.	ds f3\"
+'	br \}
+.el .ie !\\*(f2 \{\
+.	ft \\*(f2
+.	ds f2\"
+'	br \}
+.el .ie !\\*(f1 \{\
+.	ft \\*(f1
+.	ds f1\"
+'	br \}
+.el .tm ? font underflow
+..
+.ds f1\"
+.ds f2\"
+.ds f3\"
+.ds f4\"
+'\" t 
+.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
+.TH "DeMuDi undocumented package" "1" 
+.SH "NAME" 
+% \(em program included in the DeMuDi distribution 
+.SH "DESCRIPTION" 
+.PP 
+This program was packaged by the AGNULA team for the 
+DeMuDi project (http://www.agnula.org). 
+.PP 
+A manual page for this application has not been provided 
+yet. 
+.SH "SEE ALSO" 
+.PP 
+info (1), whatis (1), apropos (1), dpkg (8), locate (1), 
+find (1), updatedb (1), undocumented (2), man (7), missing (7) 
+.\" created by instant / docbook-to-man, Thu 08 Apr 2004, 19:00 

Added: vkeybd/trunk/vkeybd.1
===================================================================
--- vkeybd/trunk/vkeybd.1	2004-10-30 12:44:40 UTC (rev 58)
+++ vkeybd/trunk/vkeybd.1	2004-10-30 12:46:56 UTC (rev 59)
@@ -0,0 +1,68 @@
+.\" $Header: /aolnet/dev/src/CVS/sgml/docbook-to-man/cmd/docbook-to-man.sh,v 1.1.1.1 1998/11/13 21:31:59 db3l Exp $
+.\"
+.\"	transcript compatibility for postscript use.
+.\"
+.\"	synopsis:  .P! <file.ps>
+.\"
+.de P!
+.fl
+\!!1 setgray
+.fl
+\\&.\"
+.fl
+\!!0 setgray
+.fl			\" force out current output buffer
+\!!save /psv exch def currentpoint translate 0 0 moveto
+\!!/showpage{}def
+.fl			\" prolog
+.sy sed -e 's/^/!/' \\$1\" bring in postscript file
+\!!psv restore
+.
+.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
+..
+.de fP
+.ie     !\\*(f4 \{\
+.	ft \\*(f4
+.	ds f4\"
+'	br \}
+.el .ie !\\*(f3 \{\
+.	ft \\*(f3
+.	ds f3\"
+'	br \}
+.el .ie !\\*(f2 \{\
+.	ft \\*(f2
+.	ds f2\"
+'	br \}
+.el .ie !\\*(f1 \{\
+.	ft \\*(f1
+.	ds f1\"
+'	br \}
+.el .tm ? font underflow
+..
+.ds f1\"
+.ds f2\"
+.ds f3\"
+.ds f4\"
+'\" t 
+.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
+.TH "DeMuDi undocumented package" "1" 
+.SH "NAME" 
+vkeybd \(em program included in the DeMuDi distribution 
+.SH "DESCRIPTION" 
+.PP 
+This program was packaged by the AGNULA team for the 
+DeMuDi project (http://www.agnula.org). 
+.PP 
+A manual page for this application has not been provided 
+yet. 
+.SH "SEE ALSO" 
+.PP 
+info (1), whatis (1), apropos (1), dpkg (8), locate (1), 
+find (1), updatedb (1), undocumented (2), man (7), missing (7) 
+.\" created by instant / docbook-to-man, Thu 08 Apr 2004, 19:00