[Python-apps-commits] r4029 - in packages/remuco/trunk/debian (6 files)

hyperair-guest at users.alioth.debian.org hyperair-guest at users.alioth.debian.org
Thu Oct 22 10:49:04 UTC 2009


    Date: Thursday, October 22, 2009 @ 10:48:58
  Author: hyperair-guest
Revision: 4029

URL change, Added MPlayer

* New upstream release:
  + New MPlayer adapter
  + Added remuco-mplayer package
  + Updated Homepage to new URL
* debian/watch:
  + Updated watch URL
* debian/rules:
  + ChangeLog renamed to CHANGES

Added:
  packages/remuco/trunk/debian/remuco-mplayer.1
  packages/remuco/trunk/debian/remuco-mplayer.install
  packages/remuco/trunk/debian/remuco-mplayer.manpages
Modified:
  packages/remuco/trunk/debian/changelog
  packages/remuco/trunk/debian/control
  packages/remuco/trunk/debian/rules

Modified: packages/remuco/trunk/debian/changelog
===================================================================
--- packages/remuco/trunk/debian/changelog	2009-10-22 10:48:09 UTC (rev 4028)
+++ packages/remuco/trunk/debian/changelog	2009-10-22 10:48:58 UTC (rev 4029)
@@ -1,9 +1,17 @@
-remuco (0.9.1.1+dfsg-2) UNRELEASED; urgency=low
+remuco (0.9.2-1) UNRELEASED; urgency=low
 
+  * New upstream release:
+    + New MPlayer adapter
   * debian/control:
     + Raise debhelper build-dep version for dh_auto_* -S flag
+    + Added remuco-mplayer package
+    + Updated Homepage to new URL
+  * debian/watch:
+    + Updated watch URL
+  * debian/rules:
+    + ChangeLog renamed to CHANGES
 
- -- Chow Loong Jin <hyperair at ubuntu.com>  Mon, 28 Sep 2009 18:30:03 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 22 Oct 2009 14:23:02 +0800
 
 remuco (0.9.1.1+dfsg-1) unstable; urgency=low
 

Modified: packages/remuco/trunk/debian/control
===================================================================
--- packages/remuco/trunk/debian/control	2009-10-22 10:48:09 UTC (rev 4028)
+++ packages/remuco/trunk/debian/control	2009-10-22 10:48:58 UTC (rev 4029)
@@ -100,6 +100,22 @@
  a server that allows remote access for playing audio files and managing
  playlists
 
+Package: remuco-mplayer
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         mplayer,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - MPlayer adapter
+ Remuco is a duplex remote control system for media players and mobile devices
+ equipped with Bluetooth or WiFi. It allows you to control your favourite media
+ player by switching to the next, previous, or any other media within your
+ current playlist, as well as browse your media library, activate your other
+ playlists, rate your media, adjust volume, and more. On the mobile device, it
+ displays information about the current media, including cover art.
+ .
+ This package contains the Remuco adapter for MPlayer. MPlayer is movie player
+ for Unix-like systems.
+
 Package: remuco-rhythmbox
 Architecture: all
 Depends: remuco-base (= ${binary:Version}),
@@ -181,4 +197,3 @@
  .
  This package contains the Remuco adapter for XMMS2. XMMS2 is a client/server
  based media player system.
-

Added: packages/remuco/trunk/debian/remuco-mplayer.1
===================================================================
--- packages/remuco/trunk/debian/remuco-mplayer.1	                        (rev 0)
+++ packages/remuco/trunk/debian/remuco-mplayer.1	2009-10-22 10:48:58 UTC (rev 4029)
@@ -0,0 +1,23 @@
+.TH "remuco-mplayer" "1"
+.SH NAME
+.B remuco-mplayer
+\- A daemon which allows control to Banshee via bluetooth
+
+.SH SYNOPSIS
+.B remuco-mplayer
+
+.SH DESCRIPTION
+.B remuco-mplayer
+is a daemon which listens for connections via Bluetooth from a Remuco client,
+which runs on a mobile device. This allows for remote control of MPlayer from
+the said mobile device.
+
+.SH COPYRIGHT
+This program is Copyright 2009, Oben Sonne <obensonne at googlemail.com>, and
+licensed under the GNU General Public License, Version 3 published by the Free
+Software Foundation.
+
+This manual page was written by Chow Loong Jin <hyperair at gmail.com> for the
+Debian system (but 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 or any later published by the Free Software Foundation.

Added: packages/remuco/trunk/debian/remuco-mplayer.install
===================================================================
--- packages/remuco/trunk/debian/remuco-mplayer.install	                        (rev 0)
+++ packages/remuco/trunk/debian/remuco-mplayer.install	2009-10-22 10:48:58 UTC (rev 4029)
@@ -0,0 +1 @@
+usr/bin/remuco-mplayer

Added: packages/remuco/trunk/debian/remuco-mplayer.manpages
===================================================================
--- packages/remuco/trunk/debian/remuco-mplayer.manpages	                        (rev 0)
+++ packages/remuco/trunk/debian/remuco-mplayer.manpages	2009-10-22 10:48:58 UTC (rev 4029)
@@ -0,0 +1 @@
+debian/remuco-mplayer.1

Modified: packages/remuco/trunk/debian/rules
===================================================================
--- packages/remuco/trunk/debian/rules	2009-10-22 10:48:09 UTC (rev 4028)
+++ packages/remuco/trunk/debian/rules	2009-10-22 10:48:58 UTC (rev 4029)
@@ -13,7 +13,7 @@
 	dh_auto_install -Spython_distutils
 
 override_dh_installchangelogs:
-	dh_installchangelogs doc/ChangeLog
+	dh_installchangelogs doc/CHANGES
 
 %:
 	dh $@




More information about the Python-apps-commits mailing list