Hi,
Attached is the patch for my bitcollider NMU.

diff -Nrua bitcollider-0.4.0.orig/debian/bitcollider.sgml 
bitcollider-0.4.0/debian/bitcollider.sgml
--- bitcollider-0.4.0.orig/debian/bitcollider.sgml      1970-01-01 
01:00:00.000000000 +0100
+++ bitcollider-0.4.0/debian/bitcollider.sgml   2006-11-09 20:01:07.000000000 
+0100
@@ -0,0 +1,236 @@
+<!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 FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Philip</firstname>">
+  <!ENTITY dhsurname   "<surname>Stadermann</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>2004-06-02</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>&lt;[EMAIL PROTECTED]&gt;</email>">
+  <!ENTITY dhusername  "Philip Stadermann">
+  <!ENTITY dhucpackage "<refentrytitle>bitcollider</refentrytitle>">
+  <!ENTITY dhpackage   "bitcollider">
+
+  <!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>2004</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>collects bitprint and other information from files for 
bitzi.com</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><replaceable>options</replaceable></arg>
+      <arg 
choice="req">&lt;<replaceable>file</replaceable>|<replaceable>dir</replaceable>&gt;</arg>
+      <arg choice="opt" 
rep="repeat">&lt;<replaceable>file</replaceable>|<replaceable>dir</replaceable>&gt;</arg>
+    </cmdsynopsis>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><replaceable>options</replaceable></arg>
+      <arg choice="req">-f</arg>
+      <arg choice="req">&lt;tag file&gt;</arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly describes the
+      <command>&dhpackage;</command>d> command.</para>
+
+    <para>
+      Bitcollider is a small program to reliably identify and describe files
+      on your machine. When run with a specific file as input, this program
+      does two major things:
+    </para>
+    <ItemizedList>
+    <ListItem>
+      It examines the file, calculating a distinctive digital fingerprint,
+      or bitprint, and taking note of some other identifying information that
+      can be extracted from the file, like file length and the local filename.
+    </ListItem>
+    <ListItem>
+      It launches your web browser to do a lookup at our website, submitting
+      this identifying information as the search terms.
+    </ListItem>          
+    </ItemizedList>
+    <para>
+    At bitzi.com you'll see what - if anything - others have said about your
+    file, and have a chance to contribute descriptions or comments yourself.
+    If your automatic submission included information useful to our database,
+    that new information will be contributed to the database under your screen
+    name.
+    </para>
+    <para>
+    For more information, go to http://bitzi.com/bitcollider.
+    </para>
+
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-p</option></term>
+        <listitem>
+          <para>print the submission info, without submitting</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-n</option></term>
+        <listitem>
+          <para>show submission in browser, without submitting</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-u</option></term>
+        <listitem>
+          <para>send submission to alternate URL</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-3</option></term>
+        <listitem>
+          <para>force mp3 analysis even if file does not end in .mp3</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-e &lt;ext&gt;</option></term>
+        <listitem>
+          <para>treat file as if it had a given extension</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-d</option></term>
+        <listitem>
+          <para>debug print during plugin loading</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-r</option></term>
+        <listitem>
+          <para>recurse into directories</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-a</option></term>
+        <listitem>
+          <para>analyze all files for a given directory. 
+         (Default is to analyze only known extensions)</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-f &lt;file&gt;</option></term>
+        <listitem>
+          <para>read tags from &lt;file&gt; instead of analyzing</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-k</option></term>
+        <listitem>
+          <para>use the Konqueror to submit</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-m</option></term>
+        <listitem>
+          <para>use the Mozilla to submit</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-o</option></term>
+        <listitem>
+          <para>use the Opera to submit</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-l</option></term>
+        <listitem>
+          <para>use the lynx to submit</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+    <para>
+    By default Netscape will be used. You may also set the
+    BROWSER environment variable to specify your browser of choice.
+    Check http://www.tuxedo.org/~esr/BROWSER/index.html for details.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but 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 -Nrua bitcollider-0.4.0.orig/debian/changelog 
bitcollider-0.4.0/debian/changelog
--- bitcollider-0.4.0.orig/debian/changelog     2006-11-09 20:29:27.000000000 
+0100
+++ bitcollider-0.4.0/debian/changelog  2006-11-09 20:41:55.000000000 +0100
@@ -1,3 +1,14 @@
+bitcollider (0.4.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Added automake --add-missing in debian/rules to fix FTBFS.
+    (Closes: #396731)
+  * Added manpage. Thanks to Philip Stadermann. (Closes: #252340)
+  * Bumped compat to 5.
+  * Bumped Standards-Version to 3.7.2, no changes required.
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Thu,  9 Nov 2006 20:01:20 
+0100
+
 bitcollider (0.4.0-3) unstable; urgency=low
 
   * Fixed permissions on plugins, removed options to dh_shlibdeps.
diff -Nrua bitcollider-0.4.0.orig/debian/compat bitcollider-0.4.0/debian/compat
--- bitcollider-0.4.0.orig/debian/compat        1970-01-01 01:00:00.000000000 
+0100
+++ bitcollider-0.4.0/debian/compat     2006-11-09 19:58:32.000000000 +0100
@@ -0,0 +1 @@
+5
diff -Nrua bitcollider-0.4.0.orig/debian/control 
bitcollider-0.4.0/debian/control
--- bitcollider-0.4.0.orig/debian/control       2006-11-09 20:29:27.000000000 
+0100
+++ bitcollider-0.4.0/debian/control    2006-11-09 20:03:53.000000000 +0100
@@ -2,8 +2,8 @@
 Section: utils
 Priority: optional
 Maintainer: Scott M. Dier <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libvorbis-dev, libtool, automake
-Standards-Version: 3.5.10
+Build-Depends: debhelper (>> 5), libvorbis-dev, libtool, automake, 
docbook-to-man
+Standards-Version: 3.7.2
 
 Package: bitcollider
 Architecture: any
diff -Nrua bitcollider-0.4.0.orig/debian/rules bitcollider-0.4.0/debian/rules
--- bitcollider-0.4.0.orig/debian/rules 2006-11-09 20:29:27.000000000 +0100
+++ bitcollider-0.4.0/debian/rules      2006-11-09 20:14:27.000000000 +0100
@@ -5,15 +5,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
        libtoolize --force --copy
        aclocal
+       automake --add-missing
        automake
        autoconf
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
@@ -24,7 +22,7 @@
        dh_testdir
        # Add here commands to compile the package.
        $(MAKE)
-       #/usr/bin/docbook-to-man debian/bitcollider.sgml > bitcollider.1
+       /usr/bin/docbook-to-man debian/bitcollider.sgml > bitcollider.1
        touch build-stamp
 
 clean:
@@ -33,6 +31,7 @@
        rm -f build-stamp configure-stamp
        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
+       rm -rf depcomp bitcollider.1
        dh_clean
 
 install: build
@@ -65,7 +64,7 @@
 #      dh_installmime
 #      dh_installinit
        dh_installcron
-       dh_installman
+       dh_installman bitcollider.1
        dh_installinfo
        dh_installchangelogs 
        dh_link

Reply via email to