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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Jan 27 17:30:28 UTC 2008


    Date: Sunday, January 27, 2008 @ 17:30:27
  Author: pochu-guest
Revision: 569

* New upstream release.
* debian/decibel-audio-player-remote.1,
  debian/manpages:
  - Removed, since the manpage is now shipped upstream.
* debian/patches/01_fix_hashbang.dpatch:
  - Removed. The hashbang fix has been applied upstream.

Modified:
  packages/decibel-audio-player/trunk/debian/changelog
  packages/decibel-audio-player/trunk/debian/patches/00list
Deleted:
  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/changelog	2008-01-26 12:27:50 UTC (rev 568)
+++ packages/decibel-audio-player/trunk/debian/changelog	2008-01-27 17:30:27 UTC (rev 569)
@@ -1,3 +1,14 @@
+decibel-audio-player (0.09-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/decibel-audio-player-remote.1,
+    debian/manpages:
+    - Removed, since the manpage is now shipped upstream.
+  * debian/patches/01_fix_hashbang.dpatch:
+    - Removed. The hashbang fix has been applied upstream.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 27 Jan 2008 18:18:41 +0100
+
 decibel-audio-player (0.08-1) unstable; urgency=low
 
   * New upstream release.

Deleted: packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1
===================================================================
--- packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1	2008-01-26 12:27:50 UTC (rev 568)
+++ packages/decibel-audio-player/trunk/debian/decibel-audio-player-remote.1	2008-01-27 17:30:27 UTC (rev 569)
@@ -1,44 +0,0 @@
-.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>.

Deleted: packages/decibel-audio-player/trunk/debian/manpages
===================================================================
--- packages/decibel-audio-player/trunk/debian/manpages	2008-01-26 12:27:50 UTC (rev 568)
+++ packages/decibel-audio-player/trunk/debian/manpages	2008-01-27 17:30:27 UTC (rev 569)
@@ -1 +0,0 @@
-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-26 12:27:50 UTC (rev 568)
+++ packages/decibel-audio-player/trunk/debian/patches/00list	2008-01-27 17:30:27 UTC (rev 569)
@@ -1 +1 @@
-01_remove_hashbang.dpatch
+

Deleted: packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch
===================================================================
--- packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch	2008-01-26 12:27:50 UTC (rev 568)
+++ packages/decibel-audio-player/trunk/debian/patches/01_remove_hashbang.dpatch	2008-01-27 17:30:27 UTC (rev 569)
@@ -1,15 +0,0 @@
-#! /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)




More information about the Python-apps-commits mailing list