[SCM] ALURE packaging branch, master, updated. debian/1.1-3-18-ge9d23a1

Andres Mejia mcitadel at gmail.com
Mon Aug 1 14:07:55 UTC 2011


The following commit has been merged in the master branch:
commit e9d23a16327d34f54a1f5966f5ce0145d86accf3
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Aug 1 10:05:23 2011 -0400

    Only keep manpages. Don't autogenerate them during build.
    This will minimize the number of build dependencies, allowing a better chance
    for alure to be built by all architectures in the buildd network.

diff --git a/debian/alurecdplay.1 b/debian/alurecdplay.1
new file mode 100644
index 0000000..1b399b2
--- /dev/null
+++ b/debian/alurecdplay.1
@@ -0,0 +1,72 @@
+'\" t
+.\"     Title: alurecdplay
+.\"    Author: Tobias Hansen <tobias.han at gmx.de>
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 08/01/2011
+.\"    Manual: alurecdplay Manual
+.\"    Source: alurecdplay
+.\"  Language: English
+.\"
+.TH "ALURECDPLAY" "1" "08/01/2011" "alurecdplay" "alurecdplay Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+alurecdplay \- example program for playing CD tracks with alure
+.SH "SYNOPSIS"
+.HP \w'\fBalurecdplay\fR\ 'u
+\fBalurecdplay\fR [\-cd\-device\ \fIdevice\fR] cdda://\fItracknumber\fR 
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly the
+\fBalurecdplay\fR
+command\&.
+.PP
+This manual page was written for the Debian distribution because the original program does not have a manual page\&. Instead, it has documentation in the html format; see below\&.
+.PP
+\fBalurecdplay\fR
+plays a track on a given CD device containing an audio CD\&. The default device is
+/dev/cdrom1\&.
+.SH "FILES"
+.PP
+/usr/share/doc/libalure\-dev/examples/alurecdplay\&.c\&.gz
+.RS 4
+The (gzip compressed) source code for of this example program\&.
+.RE
+.SH "SEE ALSO"
+.PP
+\fBalureplay\fR(1),
+\fBalurestream\fR(1)
+.SH "AUTHOR"
+.PP
+\fBTobias Hansen\fR <\&tobias\&.han at gmx\&.de\&>
+.RS 4
+Wrote this manpage for the Debian system\&.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 2011 Tobias Hansen
+.br
+.PP
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+.PP
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software\&.
+.PP
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\&. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\&.
+.sp
diff --git a/debian/alurecdplay.1.xml b/debian/alurecdplay.1.xml
deleted file mode 100644
index 43c9c5d..0000000
--- a/debian/alurecdplay.1.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!--
-
-`xsltproc -''-nonet \
-          -''-param man.charmap.use.subset "0" \
-          -''-param make.year.ranges "1" \
-          -''-param make.single.year.ranges "1" \
-          /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-          manpage.xml'
-
-A manual page <package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP     = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
-
-manpage.1: manpage.xml
-        $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. 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 xsltproc and docbook-xsl in your Build-Depends control field.
-Alternatively use the xmlto command/package. That will also automatically
-pull in xsltproc and docbook-xsl.
-
-Notes for using docbook2x: docbook2x-man does not automatically create the
-AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
-<refsect1> ... </refsect1>.
-
-To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
-read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
-found in the docbook-xsl-doc-html package.
-
-Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
-
-General documentation about man-pages and man-page-formatting:
-man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
--->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "Tobias">
-  <!ENTITY dhsurname   "Hansen">
-  <!-- dhusername could also be set to "&firstname; &surname;". -->
-  <!ENTITY dhusername  "Tobias Hansen">
-  <!ENTITY dhemail     "tobias.han at gmx.de">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1) and
-       http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
-  <!ENTITY dhsection   "1">
-  <!-- TITLE should be something like "User commands" or similar (see
-       http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
-  <!ENTITY dhtitle     "alurecdplay Manual">
-  <!ENTITY dhucpackage "alurecdplay">
-  <!ENTITY dhpackage   "alurecdplay">
-]>
-
-<refentry>
-  <refentryinfo>
-    <title>&dhtitle;</title>
-    <productname>&dhpackage;</productname>
-    <authorgroup>
-      <author>
-       <firstname>&dhfirstname;</firstname>
-        <surname>&dhsurname;</surname>
-        <contrib>Wrote this manpage for the Debian system.</contrib>
-        <address>
-          <email>&dhemail;</email>
-        </address>
-      </author>
-    </authorgroup>
-    <copyright>
-      <year>2011</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    <legalnotice>
-      <para> Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:</para>
-      <para>The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.</para>
-      <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.</para>
-    </legalnotice>
-  </refentryinfo>
-  <refmeta>
-    <refentrytitle>&dhucpackage;</refentrytitle>
-    <manvolnum>&dhsection;</manvolnum>
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-    <refpurpose>example program for playing CD tracks with alure</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <arg choice="opt">
-        <arg choice="plain">-cd-device</arg>
-        <replaceable class="option">device</replaceable>
-      </arg>
-      <arg choice="plain">
-        <arg choice="plain">cdda://</arg><replaceable class="option">tracknumber</replaceable>
-      </arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1 id="description">
-    <title>DESCRIPTION</title>
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> command.</para>
-    <para>This manual page was written for the Debian distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the html format; see below.</para>
-    <para><command>&dhpackage;</command> plays a track on a given CD device
-      containing an audio CD. The default device is <filename>/dev/cdrom1</filename>.</para>
-  </refsect1>
-  <refsect1 id="files">
-    <title>FILES</title>
-    <variablelist>
-      <varlistentry>
-        <term><filename>/usr/share/doc/libalure-dev/examples/alurecdplay.c.gz</filename></term>
-        <listitem>
-          <para>The (gzip compressed) source code for of this example program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1 id="see_also">
-    <title>SEE ALSO</title>
-    <!-- In alpabetical order. -->
-    <para><citerefentry>
-        <refentrytitle>alureplay</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry>, 
-      <citerefentry>
-        <refentrytitle>alurestream</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry></para>
-  </refsect1>
-</refentry>
-
diff --git a/debian/alureplay.1 b/debian/alureplay.1
new file mode 100644
index 0000000..04da319
--- /dev/null
+++ b/debian/alureplay.1
@@ -0,0 +1,71 @@
+'\" t
+.\"     Title: alureplay
+.\"    Author: Tobias Hansen <tobias.han at gmx.de>
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 08/01/2011
+.\"    Manual: alureplay Manual
+.\"    Source: alureplay
+.\"  Language: English
+.\"
+.TH "ALUREPLAY" "1" "08/01/2011" "alureplay" "alureplay Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+alureplay \- example program for playing sounds with alure
+.SH "SYNOPSIS"
+.HP \w'\fBalureplay\fR\ 'u
+\fBalureplay\fR \fIsoundfile\fR
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly the
+\fBalureplay\fR
+command\&.
+.PP
+This manual page was written for the Debian distribution because the original program does not have a manual page\&. Instead, it has documentation in the html format; see below\&.
+.PP
+\fBalureplay\fR
+plays a given sound file\&.
+.SH "FILES"
+.PP
+/usr/share/doc/libalure\-dev/examples/alureplay\&.c
+.RS 4
+The source code for of this example program\&.
+.RE
+.SH "SEE ALSO"
+.PP
+\fBalurecdplay\fR(1),
+\fBalurestream\fR(1)
+.SH "AUTHOR"
+.PP
+\fBTobias Hansen\fR <\&tobias\&.han at gmx\&.de\&>
+.RS 4
+Wrote this manpage for the Debian system\&.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 2011 Tobias Hansen
+.br
+.PP
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+.PP
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software\&.
+.PP
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\&. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\&.
+.sp
diff --git a/debian/alureplay.1.xml b/debian/alureplay.1.xml
deleted file mode 100644
index 531d53d..0000000
--- a/debian/alureplay.1.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!--
-
-`xsltproc -''-nonet \
-          -''-param man.charmap.use.subset "0" \
-          -''-param make.year.ranges "1" \
-          -''-param make.single.year.ranges "1" \
-          /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-          manpage.xml'
-
-A manual page <package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP     = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
-
-manpage.1: manpage.xml
-        $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. 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 xsltproc and docbook-xsl in your Build-Depends control field.
-Alternatively use the xmlto command/package. That will also automatically
-pull in xsltproc and docbook-xsl.
-
-Notes for using docbook2x: docbook2x-man does not automatically create the
-AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
-<refsect1> ... </refsect1>.
-
-To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
-read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
-found in the docbook-xsl-doc-html package.
-
-Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
-
-General documentation about man-pages and man-page-formatting:
-man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
--->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "Tobias">
-  <!ENTITY dhsurname   "Hansen">
-  <!-- dhusername could also be set to "&firstname; &surname;". -->
-  <!ENTITY dhusername  "Tobias Hansen">
-  <!ENTITY dhemail     "tobias.han at gmx.de">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1) and
-       http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
-  <!ENTITY dhsection   "1">
-  <!-- TITLE should be something like "User commands" or similar (see
-       http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
-  <!ENTITY dhtitle     "alureplay Manual">
-  <!ENTITY dhucpackage "alureplay">
-  <!ENTITY dhpackage   "alureplay">
-]>
-
-<refentry>
-  <refentryinfo>
-    <title>&dhtitle;</title>
-    <productname>&dhpackage;</productname>
-    <authorgroup>
-      <author>
-       <firstname>&dhfirstname;</firstname>
-        <surname>&dhsurname;</surname>
-        <contrib>Wrote this manpage for the Debian system.</contrib>
-        <address>
-          <email>&dhemail;</email>
-        </address>
-      </author>
-    </authorgroup>
-    <copyright>
-      <year>2011</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    <legalnotice>
-      <para> Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:</para>
-      <para>The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.</para>
-      <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.</para>
-    </legalnotice>
-  </refentryinfo>
-  <refmeta>
-    <refentrytitle>&dhucpackage;</refentrytitle>
-    <manvolnum>&dhsection;</manvolnum>
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-    <refpurpose>example program for playing sounds with alure</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <arg choice="plain">
-        <replaceable class="option">soundfile</replaceable>
-      </arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1 id="description">
-    <title>DESCRIPTION</title>
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> command.</para>
-    <para>This manual page was written for the Debian distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the html format; see below.</para>
-    <para><command>&dhpackage;</command> plays a given sound file.</para>
-  </refsect1>
-  <refsect1 id="files">
-    <title>FILES</title>
-    <variablelist>
-      <varlistentry>
-        <term><filename>/usr/share/doc/libalure-dev/examples/alureplay.c</filename></term>
-        <listitem>
-          <para>The source code for of this example program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1 id="see_also">
-    <title>SEE ALSO</title>
-    <!-- In alpabetical order. -->
-    <para><citerefentry>
-        <refentrytitle>alurecdplay</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry>, 
-      <citerefentry>
-        <refentrytitle>alurestream</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry></para>
-  </refsect1>
-</refentry>
-
diff --git a/debian/alurestream.1 b/debian/alurestream.1
new file mode 100644
index 0000000..1793687
--- /dev/null
+++ b/debian/alurestream.1
@@ -0,0 +1,71 @@
+'\" t
+.\"     Title: alurestream
+.\"    Author: Tobias Hansen <tobias.han at gmx.de>
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 08/01/2011
+.\"    Manual: alurestream Manual
+.\"    Source: alurestream
+.\"  Language: English
+.\"
+.TH "ALURESTREAM" "1" "08/01/2011" "alurestream" "alurestream Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+alurestream \- example program for sound streaming with alure
+.SH "SYNOPSIS"
+.HP \w'\fBalurestream\fR\ 'u
+\fBalurestream\fR \fIsoundfile\fR
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly the
+\fBalurestream\fR
+command\&.
+.PP
+This manual page was written for the Debian distribution because the original program does not have a manual page\&. Instead, it has documentation in the html format; see below\&.
+.PP
+\fBalurestream\fR
+plays a given sound file using ALUREs streaming capabilities\&.
+.SH "FILES"
+.PP
+/usr/share/doc/libalure\-dev/examples/alurestream\&.c
+.RS 4
+The source code for of this example program\&.
+.RE
+.SH "SEE ALSO"
+.PP
+\fBalurecdplay\fR(1),
+\fBalureplay\fR(1)
+.SH "AUTHOR"
+.PP
+\fBTobias Hansen\fR <\&tobias\&.han at gmx\&.de\&>
+.RS 4
+Wrote this manpage for the Debian system\&.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 2011 Tobias Hansen
+.br
+.PP
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+.PP
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software\&.
+.PP
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\&. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\&.
+.sp
diff --git a/debian/alurestream.1.xml b/debian/alurestream.1.xml
deleted file mode 100644
index c7d9059..0000000
--- a/debian/alurestream.1.xml
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
-<!--
-
-`xsltproc -''-nonet \
-          -''-param man.charmap.use.subset "0" \
-          -''-param make.year.ranges "1" \
-          -''-param make.single.year.ranges "1" \
-          /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
-          manpage.xml'
-
-A manual page <package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A typical entry
-in a Makefile or Makefile.am is:
-
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP     = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
-
-manpage.1: manpage.xml
-        $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The XSL files are in
-docbook-xsl. A description of the parameters you can use can be found in the
-docbook-xsl-doc-* packages. 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 xsltproc and docbook-xsl in your Build-Depends control field.
-Alternatively use the xmlto command/package. That will also automatically
-pull in xsltproc and docbook-xsl.
-
-Notes for using docbook2x: docbook2x-man does not automatically create the
-AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
-<refsect1> ... </refsect1>.
-
-To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
-read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
-found in the docbook-xsl-doc-html package.
-
-Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
-
-General documentation about man-pages and man-page-formatting:
-man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
--->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "Tobias">
-  <!ENTITY dhsurname   "Hansen">
-  <!-- dhusername could also be set to "&firstname; &surname;". -->
-  <!ENTITY dhusername  "Tobias Hansen">
-  <!ENTITY dhemail     "tobias.han at gmx.de">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1) and
-       http://www.tldp.org/HOWTO/Man-Page/q2.html. -->
-  <!ENTITY dhsection   "1">
-  <!-- TITLE should be something like "User commands" or similar (see
-       http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
-  <!ENTITY dhtitle     "alurestream Manual">
-  <!ENTITY dhucpackage "alurestream">
-  <!ENTITY dhpackage   "alurestream">
-]>
-
-<refentry>
-  <refentryinfo>
-    <title>&dhtitle;</title>
-    <productname>&dhpackage;</productname>
-    <authorgroup>
-      <author>
-       <firstname>&dhfirstname;</firstname>
-        <surname>&dhsurname;</surname>
-        <contrib>Wrote this manpage for the Debian system.</contrib>
-        <address>
-          <email>&dhemail;</email>
-        </address>
-      </author>
-    </authorgroup>
-    <copyright>
-      <year>2011</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    <legalnotice>
-      <para> Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:</para>
-      <para>The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.</para>
-      <para>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.</para>
-    </legalnotice>
-  </refentryinfo>
-  <refmeta>
-    <refentrytitle>&dhucpackage;</refentrytitle>
-    <manvolnum>&dhsection;</manvolnum>
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-    <refpurpose>example program for sound streaming with alure</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-      <arg choice="plain">
-        <replaceable class="option">soundfile</replaceable>
-      </arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1 id="description">
-    <title>DESCRIPTION</title>
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> command.</para>
-    <para>This manual page was written for the Debian distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the html format; see below.</para>
-    <para><command>&dhpackage;</command> plays a given sound file using 
-      ALUREs streaming capabilities.</para>
-  </refsect1>
-  <refsect1 id="files">
-    <title>FILES</title>
-    <variablelist>
-      <varlistentry>
-        <term><filename>/usr/share/doc/libalure-dev/examples/alurestream.c</filename></term>
-        <listitem>
-          <para>The source code for of this example program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1 id="see_also">
-    <title>SEE ALSO</title>
-    <!-- In alpabetical order. -->
-    <para><citerefentry>
-        <refentrytitle>alurecdplay</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry>, 
-      <citerefentry>
-        <refentrytitle>alureplay</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry></para>
-  </refsect1>
-</refentry>
-
diff --git a/debian/control b/debian/control
index 1478be4..c419efc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Andres Mejia <amejia at debian.org>, Tobias Hansen <tobias.han at gmx.de>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8.1.3), cmake, libopenal-dev,
  libsndfile-dev, libvorbis-dev, libflac-dev, libmpg123-dev, libdumb1-dev,
- libfluidsynth-dev, libmodplug-dev, docbook-xsl, docbook-xml, xsltproc
+ libfluidsynth-dev, libmodplug-dev,
 Standards-Version: 3.9.2
 Section: libs
 Vcs-Git: git://git.debian.org/git/pkg-games/alure.git
diff --git a/debian/rules b/debian/rules
index 7768686..a0cfac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,36 +27,12 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 override_dh_auto_clean:
 	rm -rf build/*
-	rm -f debian/alurecdplay.1
-	rm -f debian/alureplay.1
-	rm -f debian/alurestream.1
 
 override_dh_auto_configure:
 	cd build && cmake $(DEB_CMAKE_OPTIONS) ..
 
 override_dh_auto_build:
 	$(MAKE) --directory=build
-	xsltproc --nonet \
-              --param make.year.ranges 1 \
-              --param make.single.year.ranges 1 \
-              --param man.charmap.use.subset 0 \
-              -o debian/ \
-              http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-              debian/alurecdplay.1.xml
-	xsltproc --nonet \
-              --param make.year.ranges 1 \
-              --param make.single.year.ranges 1 \
-              --param man.charmap.use.subset 0 \
-              -o debian/ \
-              http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-              debian/alureplay.1.xml
-	xsltproc --nonet \
-              --param make.year.ranges 1 \
-              --param make.single.year.ranges 1 \
-              --param man.charmap.use.subset 0 \
-              -o debian/ \
-              http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-              debian/alurestream.1.xml
 
 override_dh_auto_install:
 	$(MAKE) --directory=build install DESTDIR=$(CURDIR)/debian/tmp

-- 
ALURE packaging



More information about the Pkg-games-commits mailing list