[SCM] gsequencer/master: Dropped manpages from debian/

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Aug 31 14:42:01 UTC 2016


The following commit has been merged in the master branch:
commit d479b4ac7036b4bd850194013107d3e585ab04ea
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Aug 31 13:27:42 2016 +0200

    Dropped manpages from debian/
    
    they are now shipped upstream...

diff --git a/debian/gsequencer.1.xml b/debian/gsequencer.1.xml
deleted file mode 100644
index 21c8bd5..0000000
--- a/debian/gsequencer.1.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<refentry id="gsequencer">
-
-  <refentryinfo>
-    <date>2015-06-15</date>
-  </refentryinfo>
-  
-  <refmeta>
-    <refentrytitle>
-      <application>gsequencer</application>
-    </refentrytitle>
-    <manvolnum>1</manvolnum>
-    <refmiscinfo>gsequencer v0.4.2</refmiscinfo>
-  </refmeta>
-
-  <refnamediv>
-    <refname>gsequencer</refname>
-    <refpurpose>Advanced Gtk+ Sequencer is an audio sequencer and composition editor</refpurpose>
-  </refnamediv>
-
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>/usr/bin/gsequencer</command>
-      <arg>--help</arg>
-      <arg>--version</arg>
-      <arg>--single-thread</arg>
-      <arg rep='repeat'>--filename <replaceable>file</replaceable></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-
-  <refsect1><title>Description</title>
-  <para>
-    Advanced GTK+ Sequencer is intended to use for music composition.
-    It features a piano roll, as well a synth, matrix editor, drum
-    machine, soundfont2 player, mixer and an output panel. It’s designed to
-    be highly configurable. You may add effects to its effect chain; and
-    add or remove audio channels/pads. You may set up a fully functional
-    network of engines, thus there is a link editor for linking audio lines.
-  </para>
-  <para>
-    LADSPA support has been added to version 0.4.2 as well export to
-    WAV audio file.
-  </para>
-  <para>…</para>
-  </refsect1>
-
-    <refsect1 id="options">
-    <title>OPTIONS</title>
-    <para>The program follows the usual GNU command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <citerefentry>
-        <refentrytitle>info</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry> files.</para>
-    <variablelist>
-      <varlistentry>
-        <term><option>--single-thread</option></term>
-        <listitem>
-          <para>Run in single thread mode.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--filename file</option></term>
-        <listitem>
-          <para>Open file from command line.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--help</option></term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--version</option></term>
-        <listitem>
-          <para>Show version of program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-
-  <refsect1>
-    <title>BUGS</title>
-    <para>
-      None.  So far I know.
-    </para>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-    <para>
-      <author>
-	<firstname>Joël</firstname>
-	<surname>Krähemann</surname>
-	<contrib>Original author</contrib>
-      </author>
-    </para>
-  </refsect1>
-</refentry>
diff --git a/debian/midi2xml.1.xml b/debian/midi2xml.1.xml
deleted file mode 100644
index 50d4630..0000000
--- a/debian/midi2xml.1.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<refentry id="midi2xml">
-
-  <refentryinfo>
-    <date>2015-06-15</date>
-  </refentryinfo>
-  
-  <refmeta>
-    <refentrytitle>
-      <application>midi2xml</application>
-    </refentrytitle>
-    <manvolnum>1</manvolnum>
-    <refmiscinfo>midi2xml v0.4.2</refmiscinfo>
-  </refmeta>
-
-  <refnamediv>
-    <refname>midi2xml</refname>
-    <refpurpose>midi2xml converts your MIDI files to XML format</refpurpose>
-  </refnamediv>
-
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>/usr/bin/midi2xml</command>
-      <arg>--help</arg>
-      <arg>--version</arg>
-      <arg>file</arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-
-  <refsect1><title>Description</title>
-  <para>
-    midi2xml takes your MIDI file from command line and outputs the resulting XML
-    to stdout.
-  </para>
-  </refsect1>
-
-    <refsect1 id="options">
-    <title>OPTIONS</title>
-    <para>The program follows the usual GNU command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <citerefentry>
-        <refentrytitle>info</refentrytitle>
-        <manvolnum>1</manvolnum>
-      </citerefentry> files.</para>
-    <variablelist>
-      <varlistentry>
-        <term><option>file</option></term>
-        <listitem>
-          <para>Open file from command line.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--help</option></term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--version</option></term>
-        <listitem>
-          <para>Show version of program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-
-  <refsect1>
-    <title>BUGS</title>
-    <para>
-      None.  So far I know.
-    </para>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-    <para>
-      <author>
-	<firstname>Joël</firstname>
-	<surname>Krähemann</surname>
-	<contrib>Original author</contrib>
-      </author>
-    </para>
-  </refsect1>
-</refentry>
diff --git a/debian/rules b/debian/rules
index 52d4b97..289c591 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,6 @@ include /usr/share/dpkg/default.mk
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --enable-gtk-doc --enable-gtk-doc-html
 
-# build man page for gsequencer.1 midi2xml.1
-override_dh_auto_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/midi2xml.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/gsequencer.1.xml
-	dh_auto_build -- CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
-
 override_dh_auto_install:
 	dh_auto_install
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install-html
@@ -30,8 +24,6 @@ override_dh_shlibdeps:
 	dh $@  --with autoreconf
 
 override_dh_clean:
-	rm -f debian/gsequencer.1
-	rm -f debian/midi2xml.1
 	rm -rf docs/reference/libags/.libs/
 	rm -f docs/reference/libags/html-build.stamp
 	rm -f docs/reference/libags/html.stamp

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list