[Python-apps-commits] r5693 - in packages/panflute/trunk (18 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun Jun 27 18:22:30 UTC 2010


    Date: Sunday, June 27, 2010 @ 18:22:19
  Author: fladi-guest
Revision: 5693

Initial packaging for panflute.

Added:
  packages/panflute/trunk/debian/
  packages/panflute/trunk/debian/changelog
  packages/panflute/trunk/debian/compat
  packages/panflute/trunk/debian/control
  packages/panflute/trunk/debian/copyright
  packages/panflute/trunk/debian/docs
  packages/panflute/trunk/debian/manpage.panflute-daemon.sgml
  packages/panflute/trunk/debian/manpage.panflute-launch-player.sgml
  packages/panflute/trunk/debian/panflute-applet.install
  packages/panflute/trunk/debian/panflute-daemon.1
  packages/panflute/trunk/debian/panflute-daemon.install
  packages/panflute/trunk/debian/panflute-daemon.manpages
  packages/panflute/trunk/debian/panflute-launch-player.1
  packages/panflute/trunk/debian/pyversions
  packages/panflute/trunk/debian/rules
  packages/panflute/trunk/debian/source/
  packages/panflute/trunk/debian/source/format
  packages/panflute/trunk/debian/watch


Property changes on: packages/panflute/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/panflute/trunk/debian/changelog
===================================================================
--- packages/panflute/trunk/debian/changelog	                        (rev 0)
+++ packages/panflute/trunk/debian/changelog	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,5 @@
+panflute (0.6.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #586348)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Sun, 27 Jun 2010 08:45:46 +0200

Added: packages/panflute/trunk/debian/compat
===================================================================
--- packages/panflute/trunk/debian/compat	                        (rev 0)
+++ packages/panflute/trunk/debian/compat	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1 @@
+7

Added: packages/panflute/trunk/debian/control
===================================================================
--- packages/panflute/trunk/debian/control	                        (rev 0)
+++ packages/panflute/trunk/debian/control	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,83 @@
+Source: panflute
+Section: web
+Priority: optional
+Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), 
+ gconf2,
+ intltool (>= 0.40),
+ libdbus-1-dev,
+ pkg-config (>= 0.9.0),
+ python (>=2.6), 
+ python-dbus (>= 0.80), 
+ python-gconf,
+ python-gnome2-desktop-dev,
+ python-gobject-dev, 
+ python-gtk2-dev (>= 2.16),
+ python-mpd, 
+ python-numpy,
+ python-notify,
+ python-pyinotify, 
+ python-support (>= 0.5.3),
+ python-gnomedesktop, 
+ python-gnomeapplet
+Standards-Version: 3.8.4
+Homepage: https://launchpad.net/panflute
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/panflute/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/panflute/trunk/
+
+Package: panflute-daemon
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-dbus (>= 0.80),
+ python-gobject
+Recommends: rhythmbox (>= 0.9.2) |
+ amarok (>= 1.4) |
+ audacious |
+ banshee (>= 1.0) |
+ exaile |
+ guayadeque |
+ listen |
+ moc |
+ muine |
+ python-mpd |
+ quodlibet |
+ vlc (>= 0.9.0)
+Description: MPRIS interface 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.
+ This allows developers to create programs that interact with many
+ different players, without needing to worry about the details of each
+ player's particular interface. Panflute also provides extensions for
+ features not included in the MPRIS specification.
+ .
+ This package provides the panflute daemon.
+
+Package: panflute-applet
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ gnome-panel,
+ panflute-daemon (= ${binary:Version}),
+ python-dbus (>= 0.80),
+ python-gnomedesktop,
+ python-gobject,
+ python-gtk2 (>= 2.16),
+ python-numpy
+Recommends: python-notify
+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.
+ This allows developers to create programs that interact with many
+ different players, without needing to worry about the details of each
+ player's particular interface. Panflute also provides extensions for
+ features not included in the MPRIS specification.
+ .
+ This package provides a GNOME panel applet for controlling a variety of music
+ players. The applet provides playback controls and information about the
+ current song.
+

Added: packages/panflute/trunk/debian/copyright
===================================================================
--- packages/panflute/trunk/debian/copyright	                        (rev 0)
+++ packages/panflute/trunk/debian/copyright	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: panflute
+Maintainer: Paul Kuliniewicz <paul at kuliniewicz.org>
+Source: https://launchpad.net/panflute
+
+Files: *
+Copyright: 2009, Paul Kuliniewicz
+License: GPL-2+
+
+Files: po/*.po
+Copyright: 2009, 2010, Rosetta Contributors and Canonical Ltd
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2010, Fladischer Michael
+           2009, Paul Kuliniewicz
+License: GPL-2+
+
+License: GPL-2+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2, or (at your option)
+    any later version.
+    .
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+    .
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
+    .
+    On Debian systems, the full text of the GNU General Public
+    License version 2 can be found in the file
+    `/usr/share/common-licenses/GPL-2'.
+

Added: packages/panflute/trunk/debian/docs
===================================================================
--- packages/panflute/trunk/debian/docs	                        (rev 0)
+++ packages/panflute/trunk/debian/docs	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1 @@
+README

Added: packages/panflute/trunk/debian/manpage.panflute-daemon.sgml
===================================================================
--- packages/panflute/trunk/debian/manpage.panflute-daemon.sgml	                        (rev 0)
+++ packages/panflute/trunk/debian/manpage.panflute-daemon.sgml	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,148 @@
+<!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>18 June 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-DAEMON</refentrytitle>">
+  <!ENTITY dhpackage   "panflute-daemon">
+
+  <!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 daemon</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 the daemon used by the panflute 
+    GNOME applet. It implements the MPRIS interface to control a variety of
+    music players.</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>-s</option>
+          <option>--silent</option>
+        </term>
+        <listitem>
+          <para>Log nothing.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--verbose</option>
+        </term>
+        <listitem>
+          <para>Log all warnings and errors.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-d</option>
+          <option>--debug</option>
+        </term>
+        <listitem>
+          <para>Log everything.</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:
+-->

Added: packages/panflute/trunk/debian/manpage.panflute-launch-player.sgml
===================================================================
--- packages/panflute/trunk/debian/manpage.panflute-launch-player.sgml	                        (rev 0)
+++ packages/panflute/trunk/debian/manpage.panflute-launch-player.sgml	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,122 @@
+<!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>18 June 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-LAUNCH-PLAYER</refentrytitle>">
+  <!ENTITY dhpackage   "panflute-launch-player">
+
+  <!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 launch player</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 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.
+    </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/panflute-applet.install
===================================================================
--- packages/panflute/trunk/debian/panflute-applet.install	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-applet.install	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,7 @@
+usr/lib/bonobo/servers
+usr/lib/gnome-applets
+usr/lib/python*.*/dist-packages/panflute/applet
+usr/share/gnome-2.0/ui
+usr/share/locale
+usr/share/panflute
+

Added: packages/panflute/trunk/debian/panflute-daemon.1
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.1	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-daemon.1	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,41 @@
+.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 

Added: packages/panflute/trunk/debian/panflute-daemon.install
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.install	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-daemon.install	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,6 @@
+usr/bin
+usr/lib/python*.*/dist-packages/panflute/daemon
+usr/lib/python*.*/dist-packages/panflute/*.py
+usr/share/dbus-1/services
+usr/share/gconf/schemas
+

Added: packages/panflute/trunk/debian/panflute-daemon.manpages
===================================================================
--- packages/panflute/trunk/debian/panflute-daemon.manpages	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-daemon.manpages	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,2 @@
+debian/panflute-daemon.1
+debian/panflute-launch-player.1

Added: packages/panflute/trunk/debian/panflute-launch-player.1
===================================================================
--- packages/panflute/trunk/debian/panflute-launch-player.1	                        (rev 0)
+++ packages/panflute/trunk/debian/panflute-launch-player.1	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,37 @@
+.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 

Added: packages/panflute/trunk/debian/pyversions
===================================================================
--- packages/panflute/trunk/debian/pyversions	                        (rev 0)
+++ packages/panflute/trunk/debian/pyversions	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1 @@
+2.6-

Added: packages/panflute/trunk/debian/rules
===================================================================
--- packages/panflute/trunk/debian/rules	                        (rev 0)
+++ packages/panflute/trunk/debian/rules	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+		dh  $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --libexecdir=/usr/lib/gnome-applets --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+


Property changes on: packages/panflute/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/panflute/trunk/debian/source/format
===================================================================
--- packages/panflute/trunk/debian/source/format	                        (rev 0)
+++ packages/panflute/trunk/debian/source/format	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/panflute/trunk/debian/watch
===================================================================
--- packages/panflute/trunk/debian/watch	                        (rev 0)
+++ packages/panflute/trunk/debian/watch	2010-06-27 18:22:19 UTC (rev 5693)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/panflute/+download \
+http://launchpad.net/panflute/[\d\.]+/[\d\.]+/\+download/panflute-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list