[SCM] din/master: Fix lintian error binary-without-manpage

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sat Mar 9 19:12:44 UTC 2013


The following commit has been merged in the master branch:
commit ee3553fd466fc0ef5fa2aae9886f65615f7f7302
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date:   Sat Mar 9 14:07:09 2013 -0500

    Fix lintian error binary-without-manpage

diff --git a/debian/din.1.sgml b/debian/din.1.sgml
new file mode 100644
index 0000000..8c373b9
--- /dev/null
+++ b/debian/din.1.sgml
@@ -0,0 +1,106 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page.  You may view the manual page with:
+     `docbook-to-man manpage.sgml | nroff -man | less'. -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Edward</firstname>">
+  <!ENTITY dhsurname   "<surname>Wang</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>2013-03-09</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>edward.c.wang at compdigitec.com</email>">
+  <!ENTITY dhusername  "Edward Wang">
+  <!ENTITY dhucpackage "<refentrytitle>din</refentrytitle>">
+  <!ENTITY dhpackage   "din">
+
+  <!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>2013</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>This program's purpose is to be an audio synthesizer of a 3rd kind.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> and <command>checkdotdin</command>
+      commands.</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 &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a new audio synthesizer. It
+    claims to be "a synth of a 3rd kind" that will revolutionize the
+    world of audio synths. It has many features and is open source.</para>
+
+    <para>This program does not accept command-line arguments.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </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:
+-->
diff --git a/debian/rules b/debian/rules
index bf9b9cb..b71a780 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --parallel --with autoreconf
+
+override_dh_installman:
+	cp debian/din.1 debian/checkdotdin.1
+	dh_installman debian/din.1
+	dh_installman debian/checkdotdin.1

-- 
din packaging



More information about the pkg-multimedia-commits mailing list