[Python-apps-commits] r489 - in packages/decibel-audio-player/trunk/debian (5 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Jan 10 04:15:54 UTC 2008


    Date: Thursday, January 10, 2008 @ 04:15:53
  Author: pochu-guest
Revision: 489

* New upstream release.
* debian/decibel-audio-player-remote.1, debian/manpages:
  - Added a manpage for decibel-audio-player-remote.
* debian/patches/01_remove_hashbang.dpatch:
  - Added, remove unneeded hashbang.

Added:
  packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1
  packages/decibel-audio-player/trunk/debian/manpages
  packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch
Modified:
  packages/decibel-audio-player/trunk/debian/changelog
  packages/decibel-audio-player/trunk/debian/patches/00list

Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog	2008-01-09 06:08:30 UTC (rev 488)
+++ packages/decibel-audio-player/trunk/debian/changelog	2008-01-10 04:15:53 UTC (rev 489)
@@ -1,10 +1,15 @@
-decibel-audio-player (0.07-2) UNRELEASED; urgency=low
+decibel-audio-player (0.08-1) unstable; urgency=low
 
+  * New upstream release.
   * debian/control:
     - Move python to Build-Depends-Indep since it's arch: all.
     - Standards-Version bumped to 3.7.3, no changes needed.
+  * debian/decibel-audio-player-remote.1, debian/manpages:
+    - Added a manpage for decibel-audio-player-remote.
+  * debian/patches/01_remove_hashbang.dpatch:
+    - Added, remove unneeded hashbang.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 03 Dec 2007 17:31:03 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 10 Jan 2008 05:12:50 +0100
 
 decibel-audio-player (0.07-1) unstable; urgency=low
 

Added: packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1
===================================================================
--- packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1	                        (rev 0)
+++ packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1	2008-01-10 04:15:53 UTC (rev 489)
@@ -0,0 +1,44 @@
+.TH DECIBEL-AUDIO-PLAYER-REMOTE "1" "January 10th 2008" "User Commands"
+.SH NAME
+decibel-audio-player-remote \- Control Decibel Audio Player remotely
+.SH SYNOPSIS
+.B Usage: decibel-audio-player-remote command [arg1 arg2...]
+.SH DESCRIPTION
+\fBdecibel-audio-player-remote\fP allows you to control Decibel Audio Player using DBus.
+
+.SH OPTIONS
+.TP
+\fBnext\fR
+Jump to the next track.
+.TP
+\fBpause\fR
+Pause or continue playing the current track.
+.TP
+\fBpl\-add file1 file2...\fR
+Append the given files to the playlist.
+.TP
+\fBpl\-clr\fR
+Clear the playlist.
+.TP
+\fBpl\-set file1 file2...\fR
+Set the playlist to the given files.
+.TP
+\fBplay\fR
+Start playing the current track.
+.TP
+\fBprev\fR
+Jump to the previous track.
+.TP
+\fBshuffle\fR
+Shuffle the playlist.
+.TP
+\fBstop\fR
+Stop playback.
+
+.SH "SEE ALSO"
+.B decibel-audio-player(1)
+
+.SH AUTHOR
+Decibel Audio Player was written by François Ingelrest <athropos at gmail.com>
+
+This manual page was written by Emilio Pozuelo Monfort <pochu at ubuntu.com>.

Added: packages/decibel-audio-player/trunk/debian/manpages
===================================================================
--- packages/decibel-audio-player/trunk/debian/manpages	                        (rev 0)
+++ packages/decibel-audio-player/trunk/debian/manpages	2008-01-10 04:15:53 UTC (rev 489)
@@ -0,0 +1 @@
+debian/decibel-audio-player-remote.1

Modified: packages/decibel-audio-player/trunk/debian/patches/00list
===================================================================
--- packages/decibel-audio-player/trunk/debian/patches/00list	2008-01-09 06:08:30 UTC (rev 488)
+++ packages/decibel-audio-player/trunk/debian/patches/00list	2008-01-10 04:15:53 UTC (rev 489)
@@ -1 +1 @@
-
+01_remove_hashbang.dpatch

Added: packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch
===================================================================
--- packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch	                        (rev 0)
+++ packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch	2008-01-10 04:15:53 UTC (rev 489)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_remove_hashbang.dpatch by Emilio Pozuelo Monfort <pochu at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove unneeded hashbang since remote.py is called with python from decibel-audio-player-remote.
+
+ at DPATCH@
+diff -urNad decibel-audio-player-0.08~/src/remote.py decibel-audio-player-0.08/src/remote.py
+--- decibel-audio-player-0.08~/src/remote.py	2007-12-31 12:39:03.000000000 +0100
++++ decibel-audio-player-0.08/src/remote.py	2008-01-10 05:11:09.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ #
+ # Author: Ingelrest François (Athropos at gmail.com)


Property changes on: packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-apps-commits mailing list