[Python-apps-commits] r2942 - in packages/remuco-server/trunk/debian (11 files)

hyperair-guest at users.alioth.debian.org hyperair-guest at users.alioth.debian.org
Thu May 14 17:04:22 UTC 2009


    Date: Thursday, May 14, 2009 @ 17:04:22
  Author: hyperair-guest
Revision: 2942

New upstream release (0.8.2.1)

* debian/changelog:
  + Bump version
* debian/control,
  debian/remuco-{mpd,tvtime,vlc}.{1,install,manpages}:
  + Add new packages, fix existing short descriptions
* debian/copyright:
  + Specify revision in Format-Spec

Added:
  packages/remuco-server/trunk/debian/remuco-mpd.1
  packages/remuco-server/trunk/debian/remuco-mpd.install
  packages/remuco-server/trunk/debian/remuco-mpd.manpages
  packages/remuco-server/trunk/debian/remuco-tvtime.1
  packages/remuco-server/trunk/debian/remuco-tvtime.install
  packages/remuco-server/trunk/debian/remuco-tvtime.manpages
  packages/remuco-server/trunk/debian/remuco-vlc.1
  packages/remuco-server/trunk/debian/remuco-vlc.install
  packages/remuco-server/trunk/debian/remuco-vlc.manpages
Modified:
  packages/remuco-server/trunk/debian/control
  packages/remuco-server/trunk/debian/copyright

Modified: packages/remuco-server/trunk/debian/control
===================================================================
--- packages/remuco-server/trunk/debian/control	2009-05-14 16:51:14 UTC (rev 2941)
+++ packages/remuco-server/trunk/debian/control	2009-05-14 17:04:22 UTC (rev 2942)
@@ -81,6 +81,23 @@
  This package contains the Remuco adapter for Banshee. Banshee is a media
  player for the GNOME desktop.
 
+Package: remuco-mpd
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         mpd,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - MPD 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 Music Player Daemon (MPD). MPD is
+ a server that allows remote access for playing audio files and managng
+ playlists
+
 Package: remuco-rhythmbox
 Architecture: all
 Depends: remuco-base (= ${binary:Version}),
@@ -102,7 +119,7 @@
 Depends: remuco-base (= ${binary:Version}),
          totem,
          ${python:Depends}, ${misc:Depends}
-Description: duplex remote control for media players - Rhythmbox adapter
+Description: duplex remote control for media players - Totem 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
@@ -113,12 +130,44 @@
  This package contains the Remuco adapter for Totem. Totem is a simple media
  player for the GNOME desktop.
 
+Package: remuco-tvtime
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         tvtime,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - tvtime 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 tvtime. tvtime is a high quality
+ television aplication for use with video capture cards.
+
+Package: remuco-vlc
+Architecture: all
+Depends: remuco-base (= ${binary:Version}),
+         vlc,
+         ${python:Depends}, ${misc:Depends}
+Description: duplex remote control for media players - VLC 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 VLC. VLC is a multimedia player
+ and streamer.
+
 Package: remuco-xmms2
 Architecture: all
 Depends: remuco-base (= ${binary:Version}),
          xmms2,
          ${python:Depends}, ${misc:Depends}
-Description: duplex remote control for media players - Rhythmbox adapter
+Description: duplex remote control for media players - XMMS2 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

Modified: packages/remuco-server/trunk/debian/copyright
===================================================================
--- packages/remuco-server/trunk/debian/copyright	2009-05-14 16:51:14 UTC (rev 2941)
+++ packages/remuco-server/trunk/debian/copyright	2009-05-14 17:04:22 UTC (rev 2942)
@@ -1,4 +1,4 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454
 Upstream-Name: Remuco
 Upstream-Maintainer: Oben Sonne <obensonne at googlemail.com>
 Upstream-Source: http://remuco.sourceforge.net
@@ -6,6 +6,12 @@
 Files: *
 Copyright: Oben Sonne <obensonne at googlemail.com>
 License: GPL-3
+
+Files: debian/*
+Copyright: 2009, Chow Loong Jin <hyperair at gmail.com>
+License: GPL-3
+
+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
@@ -21,6 +27,4 @@
  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-mpd.1
===================================================================
--- packages/remuco-server/trunk/debian/remuco-mpd.1	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-mpd.1	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1,23 @@
+.TH "remuco-mpd" "1"
+.SH NAME
+.B remuco-mpd
+\- A daemon which allows control to Banshee via bluetooth
+
+.SH SYNOPSIS
+.B remuco-mpd
+
+.SH DESCRIPTION
+.B remuco-mpd
+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 MPD 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-mpd.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-mpd.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-mpd.install	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1 @@
+usr/bin/remuco-mpd

Added: packages/remuco-server/trunk/debian/remuco-mpd.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-mpd.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-mpd.manpages	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1 @@
+debian/remuco-mpd.1

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

Added: packages/remuco-server/trunk/debian/remuco-tvtime.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-tvtime.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-tvtime.manpages	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1 @@
+debian/remuco-tvtime.1

Added: packages/remuco-server/trunk/debian/remuco-vlc.1
===================================================================
--- packages/remuco-server/trunk/debian/remuco-vlc.1	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-vlc.1	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1,23 @@
+.TH "remuco-vlc" "1"
+.SH NAME
+.B remuco-vlc
+\- A daemon which allows control to Banshee via bluetooth
+
+.SH SYNOPSIS
+.B remuco-vlc
+
+.SH DESCRIPTION
+.B remuco-vlc
+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 VLC 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-vlc.install
===================================================================
--- packages/remuco-server/trunk/debian/remuco-vlc.install	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-vlc.install	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1 @@
+usr/bin/remuco-vlc

Added: packages/remuco-server/trunk/debian/remuco-vlc.manpages
===================================================================
--- packages/remuco-server/trunk/debian/remuco-vlc.manpages	                        (rev 0)
+++ packages/remuco-server/trunk/debian/remuco-vlc.manpages	2009-05-14 17:04:22 UTC (rev 2942)
@@ -0,0 +1 @@
+debian/remuco-vlc.1




More information about the Python-apps-commits mailing list