[Python-apps-commits] r6301 - in packages/panflute/trunk/debian (10 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Nov 11 11:40:17 UTC 2010


    Date: Thursday, November 11, 2010 @ 11:40:07
  Author: fladi-guest
Revision: 6301

New upstream release.
Build manpages from SGML during build.
Remove XB-Python-Version as this is already defined in debian/pyversions.

Added:
  packages/panflute/trunk/debian/clean
  packages/panflute/trunk/debian/manpage.panflute-debugger.sgml
  packages/panflute/trunk/debian/manpage.panflute-tests.sgml
Modified:
  packages/panflute/trunk/debian/changelog
  packages/panflute/trunk/debian/control
  packages/panflute/trunk/debian/panflute-daemon.install
  packages/panflute/trunk/debian/panflute-daemon.manpages
  packages/panflute/trunk/debian/rules
Deleted:
  packages/panflute/trunk/debian/panflute-daemon.1
  packages/panflute/trunk/debian/panflute-launch-player.1

Modified: packages/panflute/trunk/debian/changelog
===================================================================
--- packages/panflute/trunk/debian/changelog	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/changelog	2010-11-11 11:40:07 UTC (rev 6301)
@@ -1,3 +1,12 @@
+panflute (0.7.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Build manpages from SGML during build.
+  * Remove XB-Python-Version as this is already defined in
+    debian/pyversions.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Thu, 11 Nov 2010 12:38:10 +0100
+
 panflute (0.6.2-2) unstable; urgency=low
 
   * Update to Debian policy 3.9.1.

Added: packages/panflute/trunk/debian/clean
===================================================================
--- packages/panflute/trunk/debian/clean	                        (rev 0)
+++ packages/panflute/trunk/debian/clean	2010-11-11 11:40:07 UTC (rev 6301)
@@ -0,0 +1,4 @@
+panflute-daemon.1
+panflute-debugger.1
+panflute-launch-player.1
+panflute-tests.1

Modified: packages/panflute/trunk/debian/control
===================================================================
--- packages/panflute/trunk/debian/control	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/control	2010-11-11 11:40:07 UTC (rev 6301)
@@ -5,6 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), 
  gconf2,
+ docbook-to-man,
  intltool (>= 0.40),
  libdbus-1-dev,
  pkg-config (>= 0.9.0),
@@ -84,7 +85,6 @@
  python-gobject,
  python-gtk2 (>= 2.16),
  python-numpy
-XB-Python-Version: ${python:Versions}
 Description: GNOME panel applet to control several music players
  Panflute provides a generic MPRIS interface to control a variety of
  music players, including many that do not implemented MPRIS themselves.

Added: packages/panflute/trunk/debian/manpage.panflute-debugger.sgml
===================================================================
--- packages/panflute/trunk/debian/manpage.panflute-debugger.sgml	                        (rev 0)
+++ packages/panflute/trunk/debian/manpage.panflute-debugger.sgml	2010-11-11 11:40:07 UTC (rev 6301)
@@ -0,0 +1,119 @@
+<!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>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 November 2010</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>FladischerMichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>PANFLUTE-DEBUGGER</refentrytitle>">
+  <!ENTITY dhpackage   "panflute-debugger">
+
+  <!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>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>panflute debugger</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <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.</para>
+
+    <para><command>&dhpackage;</command> is a graphical debugging interface
+    for the <command>panflute-daemon</command>.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program has no options.</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:
+-->

Added: packages/panflute/trunk/debian/manpage.panflute-tests.sgml
===================================================================
--- packages/panflute/trunk/debian/manpage.panflute-tests.sgml	                        (rev 0)
+++ packages/panflute/trunk/debian/manpage.panflute-tests.sgml	2010-11-11 11:40:07 UTC (rev 6301)
@@ -0,0 +1,135 @@
+<!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>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 November 2010</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>FladischerMichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>PANFLUTE-TESTS</refentrytitle>">
+  <!ENTITY dhpackage   "panflute-tests">
+
+  <!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>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>panflute tests</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <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.</para>
+
+    <para><command>&dhpackage;</command> is used to test Panflute integration
+    with supported media players.
+    Running Panflute test cases WILL destroy your music index, configuration, and
+    all other data managed by your favorite music player!
+    Run panflute-tests with --destroy-my-data if you're OK with this.
+    </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term>
+          <option>--destroy-my-data</option>
+        </term>
+        <listitem>
+          <para>Run panflute-tests and <emphasis>DESTROY</emphasis> data.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </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:
+-->

Deleted: packages/panflute/trunk/debian/panflute-daemon.1
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.1	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/panflute-daemon.1	2010-11-11 11:40:07 UTC (rev 6301)
@@ -1,41 +0,0 @@
-.TH "PANFLUTE-DAEMON" "1" 
-.SH "NAME" 
-panflute-daemon \(em panflute daemon 
-.SH "SYNOPSIS" 
-.PP 
-\fBpanflute-daemon\fR 
-.SH "DESCRIPTION" 
-.PP 
-This manual page documents briefly the 
-\fBpanflute-daemon\fR command. 
-.PP 
-This manual page was written for the \fBDebian\fP distribution 
-because the original program does not have a manual page. 
-.PP 
-\fBpanflute-daemon\fR is the daemon used by the panflute  
-GNOME applet. It implements the MPRIS interface to control a variety of 
-music players. 
-.SH "OPTIONS" 
-.PP 
-This program follows the usual GNU command line syntax, 
-with long options starting with two dashes (`\-').  A summary of 
-options is included below. 
-.IP "\fB-s\fP           \fB\-\-silent\fP         " 10 
-Log nothing. 
-.IP "\fB-v\fP           \fB\-\-verbose\fP         " 10 
-Log all warnings and errors. 
-.IP "\fB-d\fP           \fB\-\-debug\fP         " 10 
-Log everything. 
-.SH "AUTHOR" 
-.PP 
-This manual page was written by fladi FladischerMichael at fladi.at for 
-the \fBDebian\fP 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. 
- 
-.PP 
-On Debian systems, the complete text of the GNU General Public 
-License can be found in /usr/share/common-licenses/GPL. 
- 
-.\" created by instant / docbook-to-man, Fri 18 Jun 2010, 15:18 

Modified: packages/panflute/trunk/debian/panflute-daemon.install
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.install	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/panflute-daemon.install	2010-11-11 11:40:07 UTC (rev 6301)
@@ -1,5 +1,7 @@
 usr/bin
 usr/lib/python*.*/dist-packages/panflute/daemon
+usr/lib/python*.*/dist-packages/panflute/debugger
+usr/lib/python*.*/dist-packages/panflute/tests
 usr/lib/python*.*/dist-packages/panflute/*.py
 usr/share/dbus-1/services
 usr/share/gconf/schemas

Modified: packages/panflute/trunk/debian/panflute-daemon.manpages
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.manpages	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/panflute-daemon.manpages	2010-11-11 11:40:07 UTC (rev 6301)
@@ -1,2 +1,4 @@
-debian/panflute-daemon.1
-debian/panflute-launch-player.1
+panflute-daemon.1
+panflute-debugger.1
+panflute-launch-player.1
+panflute-tests.1

Deleted: packages/panflute/trunk/debian/panflute-launch-player.1
===================================================================
--- packages/panflute/trunk/debian/panflute-launch-player.1	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/panflute-launch-player.1	2010-11-11 11:40:07 UTC (rev 6301)
@@ -1,37 +0,0 @@
-.TH "PANFLUTE-LAUNCH-PLAYER" "1" 
-.SH "NAME" 
-panflute-launch-player \(em panflute launch player 
-.SH "SYNOPSIS" 
-.PP 
-\fBpanflute-launch-player\fR 
-.SH "DESCRIPTION" 
-.PP 
-This manual page documents briefly the 
-\fBpanflute-launch-player\fR command. 
-.PP 
-This manual page was written for the \fBDebian\fP distribution 
-because the original program does not have a manual page. 
-.PP 
-\fBpanflute-launch-player\fR is used to launch the preferred  
-player via the Panflute daemon, implicitly starting the daemon if it  
-isn't already running. 
- 
-The intent of this script is to be used to automatically activate the 
-org.mpris.panflute service, though it could also be invoked directly. 
- 
-.SH "OPTIONS" 
-.PP 
-This program has no options. 
-.SH "AUTHOR" 
-.PP 
-This manual page was written by fladi FladischerMichael at fladi.at for 
-the \fBDebian\fP 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. 
- 
-.PP 
-On Debian systems, the complete text of the GNU General Public 
-License can be found in /usr/share/common-licenses/GPL. 
- 
-.\" created by instant / docbook-to-man, Fri 18 Jun 2010, 19:06 

Modified: packages/panflute/trunk/debian/rules
===================================================================
--- packages/panflute/trunk/debian/rules	2010-11-10 20:28:21 UTC (rev 6300)
+++ packages/panflute/trunk/debian/rules	2010-11-11 11:40:07 UTC (rev 6301)
@@ -7,6 +7,14 @@
 %:
 		dh  $@
 
+.PHONY: override_dh_auto_configure
 override_dh_auto_configure:
 	dh_auto_configure -- --libexecdir=/usr/lib/gnome-applets --with-gconf-schema-file-dir=/usr/share/gconf/schemas
 
+.PHONY: override_dh_installman
+override_dh_installman:
+	set -e; \
+	for doc in panflute-daemon panflute-debugger panflute-launch-player panflute-tests; do \
+	 docbook-to-man debian/manpage.$$doc.sgml >$$doc.1; \
+	done
+	dh_installman




More information about the Python-apps-commits mailing list