[Python-apps-commits] r2818 - in packages/remuco-server/trunk (23 files)

hyperair-guest at users.alioth.debian.org hyperair-guest at users.alioth.debian.org
Thu Apr 30 12:27:08 UTC 2009


    Date: Thursday, April 30, 2009 @ 12:27:07
  Author: hyperair-guest
Revision: 2818

Initial release (Closes: #416379)

Added:
  packages/remuco-server/trunk/debian/
  packages/remuco-server/trunk/debian/README.Debian
  packages/remuco-server/trunk/debian/changelog
  packages/remuco-server/trunk/debian/compat
  packages/remuco-server/trunk/debian/control
  packages/remuco-server/trunk/debian/copyright
  packages/remuco-server/trunk/debian/remuco-amarok.1
  packages/remuco-server/trunk/debian/remuco-amarok.install
  packages/remuco-server/trunk/debian/remuco-amarok.manpages
  packages/remuco-server/trunk/debian/remuco-audacious.1
  packages/remuco-server/trunk/debian/remuco-audacious.install
  packages/remuco-server/trunk/debian/remuco-audacious.manpages
  packages/remuco-server/trunk/debian/remuco-banshee.1
  packages/remuco-server/trunk/debian/remuco-banshee.install
  packages/remuco-server/trunk/debian/remuco-banshee.manpages
  packages/remuco-server/trunk/debian/remuco-base.docs
  packages/remuco-server/trunk/debian/remuco-base.examples
  packages/remuco-server/trunk/debian/remuco-base.install
  packages/remuco-server/trunk/debian/remuco-rhythmbox.install
  packages/remuco-server/trunk/debian/remuco-totem.install
  packages/remuco-server/trunk/debian/remuco-xmms2.install
  packages/remuco-server/trunk/debian/rules
  packages/remuco-server/trunk/debian/watch

Added: packages/remuco-server/trunk/debian/README.Debian
===================================================================
--- packages/remuco-server/trunk/debian/README.Debian	                        (rev 0)
+++ packages/remuco-server/trunk/debian/README.Debian	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,11 @@
+remuco for Debian
+-----------------
+
+Remuco requires remuco.jar, a Java program, to run on your bluetooth or
+WiFi enabled mobile device in order to control your media devices from the
+said mobile device.
+
+remuco.jar can be downloaded from Remuco's website, which is currently in
+http://remuco.sourceforge.net/
+
+ -- Chow Loong Jin <hyperair at gmail.com>  Thu, 26 Mar 2009 16:54:04 +0800

Added: packages/remuco-server/trunk/debian/changelog
===================================================================
--- packages/remuco-server/trunk/debian/changelog	                        (rev 0)
+++ packages/remuco-server/trunk/debian/changelog	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,6 @@
+remuco-server (0.8.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #416379)
+
+ -- Chow Loong Jin <hyperair at gmail.com>  Mon, 30 Mar 2009 00:59:36 +0800
+

Added: packages/remuco-server/trunk/debian/compat
===================================================================
--- packages/remuco-server/trunk/debian/compat	                        (rev 0)
+++ packages/remuco-server/trunk/debian/compat	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+7

Added: packages/remuco-server/trunk/debian/control
===================================================================
--- packages/remuco-server/trunk/debian/control	                        (rev 0)
+++ packages/remuco-server/trunk/debian/control	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,131 @@
+Source: remuco-server
+Section: sound
+Priority: optional
+Maintainer: Chow Loong Jin <hyperair at gmail.com>
+Build-Depends: debhelper (>= 7),
+               python-dev (>= 2.5),
+               python-dev (<< 2.7),
+               python-support
+Standards-Version: 3.8.1
+Homepage: http://remuco.sourceforge.net/
+Vcs-Git: git://git.debian.org/git/collab-maint/remuco-server.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/remuco-server.git
+XS-Python-Version: 2.5, 2.6
+
+Package: remuco-base
+Architecture: all
+Depends: python (>= 2.5),
+         python (<< 2.7),
+         python-support,
+         python-gobject,
+         python-xdg,
+         python-imaging,
+         python-bluez,
+         python-dbus
+         ${misc:Depends}
+Description: duplex remote control for media players - base
+ 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 base module for Remuco. You probably do not want to
+ install this package directly, but instead install one of the adapters.
+
+Package: remuco-amarok
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         amarok,
+        ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Amarok 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 Amarok.
+
+Package: remuco-audacious
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         audacious,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Audacious 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 Audacious. Audacious is a small
+ and fast media player which supports lots of formats.
+
+Package: remuco-banshee
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         banshee (>= 0.90),
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Banshee 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 Banshee. Banshee is a media
+ player for the GNOME desktop.
+
+Package: remuco-rhythmbox
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         rhythmbox,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Rhythmbox 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 Rhythmbox. Rhythmbox is a music
+ player for the GNOME desktop.
+
+Package: remuco-totem
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         totem,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Rhythmbox 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 Totem. Totem is a simple media
+ player for the GNOME desktop.
+
+Package: remuco-xmms2
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         xmms2,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - Rhythmbox 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 XMMS2. XMMS2 is a client/server 
+ based media player system.
+

Added: packages/remuco-server/trunk/debian/copyright
===================================================================
--- packages/remuco-server/trunk/debian/copyright	                        (rev 0)
+++ packages/remuco-server/trunk/debian/copyright	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,26 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: Remuco
+Upstream-Maintainer: Oben Sonne <obensonne at googlemail.com>
+Upstream-Source: http://remuco.sourceforge.net
+
+Files: *
+Copyright: Oben Sonne <obensonne at googlemail.com>
+License: GPL-3
+ 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 3 of the License, 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, see <http://www.gnu.org/licenses/>.
+ On Debian systems, a copy of this license can is included in 
+ /usr/share/common-licenses/GPL-3.
+
+Files: debian/*
+Copyright: 2009, Chow Loong Jin <hyperair at gmail.com>
+License: GPL-3

Added: packages/remuco-server/trunk/debian/remuco-amarok.1
===================================================================
--- packages/remuco-server/trunk/debian/remuco-amarok.1	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-amarok.1	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,23 @@
+.TH "remuco-amarok" "1"
+.SH NAME
+.B remuco-amarok
+\- A daemon which allows control to Amarok via bluetooth
+
+.SH SYNOPSIS
+.B remuco-amarok
+
+.SH DESCRIPTION
+.B remuco-amarok
+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 Amarok 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-server/trunk/debian/remuco-amarok.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-amarok.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-amarok.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/bin/remuco-amarok

Added: packages/remuco-server/trunk/debian/remuco-amarok.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-amarok.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-amarok.manpages	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+debian/remuco-amarok.1

Added: packages/remuco-server/trunk/debian/remuco-audacious.1
===================================================================
--- packages/remuco-server/trunk/debian/remuco-audacious.1	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-audacious.1	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,23 @@
+.TH "remuco-audacious" "1"
+.SH NAME
+.B remuco-audacious
+\- A daemon which allows control to Audacious via bluetooth
+
+.SH SYNOPSIS
+.B remuco-audacious
+
+.SH DESCRIPTION
+.B remuco-audacious
+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 Audacious 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-server/trunk/debian/remuco-audacious.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-audacious.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-audacious.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/bin/remuco-audacious

Added: packages/remuco-server/trunk/debian/remuco-audacious.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-audacious.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-audacious.manpages	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+debian/remuco-audacious.1

Added: packages/remuco-server/trunk/debian/remuco-banshee.1
===================================================================
--- packages/remuco-server/trunk/debian/remuco-banshee.1	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-banshee.1	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,23 @@
+.TH "remuco-banshee" "1"
+.SH NAME
+.B remuco-banshee
+\- A daemon which allows control to Banshee via bluetooth
+
+.SH SYNOPSIS
+.B remuco-banshee
+
+.SH DESCRIPTION
+.B remuco-banshee
+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 Banshee 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-server/trunk/debian/remuco-banshee.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-banshee.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-banshee.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/bin/remuco-banshee

Added: packages/remuco-server/trunk/debian/remuco-banshee.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-banshee.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-banshee.manpages	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+debian/remuco-banshee.1

Added: packages/remuco-server/trunk/debian/remuco-base.docs
===================================================================
--- packages/remuco-server/trunk/debian/remuco-base.docs	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-base.docs	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,2 @@
+doc/api.html
+doc/README

Added: packages/remuco-server/trunk/debian/remuco-base.examples
===================================================================
--- packages/remuco-server/trunk/debian/remuco-base.examples	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-base.examples	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+doc/shutdown-system.example

Added: packages/remuco-server/trunk/debian/remuco-base.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-base.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-base.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/lib/python*

Added: packages/remuco-server/trunk/debian/remuco-rhythmbox.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-rhythmbox.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-rhythmbox.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/lib/rhythmbox

Added: packages/remuco-server/trunk/debian/remuco-totem.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-totem.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-totem.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/lib/totem

Added: packages/remuco-server/trunk/debian/remuco-xmms2.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-xmms2.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-xmms2.install	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1 @@
+usr/share/xmms2/

Added: packages/remuco-server/trunk/debian/rules
===================================================================
--- packages/remuco-server/trunk/debian/rules	                        (rev 0)
+++ packages/remuco-server/trunk/debian/rules	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+clean:
+	dh $@ --before dh_auto_clean
+	python setup.py clean --all
+	dh $@ --after dh_auto_clean
+	
+build:
+	dh $@ --before dh_auto_build
+	python setup.py build
+	dh $@ --after dh_auto_build
+
+install:
+	dh $@ --before dh_auto_install
+	python setup.py install \
+        --prefix /usr \
+		--root debian/tmp \
+		--no-compile
+	dh_installchangelogs doc/ChangeLog
+	dh $@ --after dh_auto_install --remaining
+
+binary: binary-arch binary-indep
+binary-arch:
+binary-indep: install
+	dh $@
+
+%:
+	dh $@
+
+.PHONY: binary binary-arch binary-indep install build clean


Property changes on: packages/remuco-server/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/remuco-server/trunk/debian/watch
===================================================================
--- packages/remuco-server/trunk/debian/watch	                        (rev 0)
+++ packages/remuco-server/trunk/debian/watch	2009-04-30 12:27:07 UTC (rev 2818)
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/remuco/remuco-server-([0-9.]+)\.tar\.gz




More information about the Python-apps-commits mailing list