r28699 - in /packages/experimental/rhythmbox/debian: changelog control control.in rhythmbox-plugins.install rhythmbox.install
jeansch-guest at users.alioth.debian.org
jeansch-guest at users.alioth.debian.org
Tue Jun 28 18:58:49 UTC 2011
Author: jeansch-guest
Date: Tue Jun 28 18:58:49 2011
New Revision: 28699
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28699
Log:
* debian/control.in:
- Disabled coherence package while it's commented in the sources
- Bumped Standards-Version to 3.9.2 (no change needed)
- Updated libdmapsharing dependency
- Added Homepage
* debian/rhythmbox-plugins.install:
- Removed status-icon, visualizer
- Added notification
* debian/rhythmbox.install:
- Added org.gnome.rhythmbox.gschema.xml
Modified:
packages/experimental/rhythmbox/debian/changelog
packages/experimental/rhythmbox/debian/control
packages/experimental/rhythmbox/debian/control.in
packages/experimental/rhythmbox/debian/rhythmbox-plugins.install
packages/experimental/rhythmbox/debian/rhythmbox.install
Modified: packages/experimental/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/changelog?rev=28699&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/changelog [utf-8] Tue Jun 28 18:58:49 2011
@@ -1,3 +1,18 @@
+rhythmbox (2.90.1~20110627-1) UNRELEASED; urgency=low
+
+ * debian/control.in:
+ - Disabled coherence package while it's commented in the sources
+ - Bumped Standards-Version to 3.9.2 (no change needed)
+ - Updated libdmapsharing dependency
+ - Added Homepage
+ * debian/rhythmbox-plugins.install:
+ - Removed status-icon, visualizer
+ - Added notification
+ * debian/rhythmbox.install:
+ - Added org.gnome.rhythmbox.gschema.xml
+
+ -- Jean Schurger <jeansch at schurger.org> Tue, 28 Jun 2011 12:55:05 -0400
+
rhythmbox (2.90.1~20110329-2) UNRELEASED; urgency=low
* Make the -dev package depend on the gir package.
Modified: packages/experimental/rhythmbox/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/control?rev=28699&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/control [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/control [utf-8] Tue Jun 28 18:58:49 2011
@@ -8,6 +8,7 @@
Priority: optional
Maintainer: Loic Minier <lool at dooz.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Luca Falavigna <dktrkranz at debian.org>
+Homepage: http://projects.gnome.org/rhythmbox/
Build-Depends: cdbs (>= 0.4.37),
debhelper (>= 5.0.37.2),
gnome-pkg-tools (>= 0.6),
@@ -40,6 +41,7 @@
libwebkitgtk-3.0-dev (>= 1.3.9),
libhal-dev (>= 0.5) [!linux-any],
libgnome-keyring-dev,
+ libpeas-dev,
zlib1g-dev,
libxt-dev,
x11proto-core-dev,
@@ -50,14 +52,14 @@
python-dev (>= 2.3),
python-support (>= 0.5.3),
python-gst0.10-dev (>= 0.10.1),
- libdmapsharing-3.0-dev,
+ libdmapsharing-3.0-dev (>= 2.9.11),
libjson-glib-dev,
docbook-xsl (>= 1.54.1),
docbook-utils (>= 0.6.11),
pkg-config,
libglib2.0-doc,
- libgtk2.0-doc
-Standards-Version: 3.9.0
+ libgtk-3-doc
+Standards-Version: 3.9.2
XS-Python-Version: >= 2.3
Package: rhythmbox
@@ -189,27 +191,27 @@
.
This package contains the brasero based CD/DVD burning plugin.
-Package: rhythmbox-plugin-coherence
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-coherence,
- rhythmbox (>= ${gnome:Version}),
- rhythmbox (<< ${gnome:NextVersion}),
- rhythmbox-plugins (>= ${gnome:Version}),
- rhythmbox-plugins (<< ${gnome:NextVersion})
-Conflicts: rhythmbox (<< 0.12.6-4)
-Replaces: rhythmbox (<< 0.12.6-4)
-XB-Python-Version: ${python:Versions}
-Description: UPnp plugin for rhythmbox music player
- Rhythmbox is a very easy to use music playing and management program
- which supports a wide range of audio formats (including mp3 and ogg).
- Originally inspired by Apple's iTunes, the current version also supports
- Internet Radio, iPod integration and generic portable audio player
- support, Audio CD burning, Audio CD playback, music sharing, and
- Podcasts.
- .
- This package contains the coherence DLNA/UPnp plugin.
+# Package: rhythmbox-plugin-coherence
+# Architecture: all
+# Depends: ${misc:Depends},
+# ${python:Depends},
+# python-coherence,
+# rhythmbox (>= ${gnome:Version}),
+# rhythmbox (<< ${gnome:NextVersion}),
+# rhythmbox-plugins (>= ${gnome:Version}),
+# rhythmbox-plugins (<< ${gnome:NextVersion})
+# Conflicts: rhythmbox (<< 0.12.6-4)
+# Replaces: rhythmbox (<< 0.12.6-4)
+# XB-Python-Version: ${python:Versions}
+# Description: UPnp plugin for rhythmbox music player
+# Rhythmbox is a very easy to use music playing and management program
+# which supports a wide range of audio formats (including mp3 and ogg).
+# Originally inspired by Apple's iTunes, the current version also supports
+# Internet Radio, iPod integration and generic portable audio player
+# support, Audio CD burning, Audio CD playback, music sharing, and
+# Podcasts.
+# .
+# This package contains the coherence DLNA/UPnp plugin.
Package: librhythmbox-core4
Section: libs
Modified: packages/experimental/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/control.in?rev=28699&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/control.in [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/control.in [utf-8] Tue Jun 28 18:58:49 2011
@@ -3,6 +3,7 @@
Priority: optional
Maintainer: Loic Minier <lool at dooz.org>
Uploaders: @GNOME_TEAM@
+Homepage: http://projects.gnome.org/rhythmbox/
Build-Depends: cdbs (>= 0.4.37),
debhelper (>= 5.0.37.2),
gnome-pkg-tools (>= 0.6),
@@ -35,6 +36,7 @@
libwebkitgtk-3.0-dev (>= 1.3.9),
libhal-dev (>= 0.5) [!linux-any],
libgnome-keyring-dev,
+ libpeas-dev,
zlib1g-dev,
libxt-dev,
x11proto-core-dev,
@@ -45,14 +47,14 @@
python-dev (>= 2.3),
python-support (>= 0.5.3),
python-gst0.10-dev (>= 0.10.1),
- libdmapsharing-3.0-dev,
+ libdmapsharing-3.0-dev (>= 2.9.11),
libjson-glib-dev,
docbook-xsl (>= 1.54.1),
docbook-utils (>= 0.6.11),
pkg-config,
libglib2.0-doc,
- libgtk2.0-doc
-Standards-Version: 3.9.0
+ libgtk-3-doc
+Standards-Version: 3.9.2
XS-Python-Version: >= 2.3
Package: rhythmbox
@@ -184,27 +186,27 @@
.
This package contains the brasero based CD/DVD burning plugin.
-Package: rhythmbox-plugin-coherence
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-coherence,
- rhythmbox (>= ${gnome:Version}),
- rhythmbox (<< ${gnome:NextVersion}),
- rhythmbox-plugins (>= ${gnome:Version}),
- rhythmbox-plugins (<< ${gnome:NextVersion})
-Conflicts: rhythmbox (<< 0.12.6-4)
-Replaces: rhythmbox (<< 0.12.6-4)
-XB-Python-Version: ${python:Versions}
-Description: UPnp plugin for rhythmbox music player
- Rhythmbox is a very easy to use music playing and management program
- which supports a wide range of audio formats (including mp3 and ogg).
- Originally inspired by Apple's iTunes, the current version also supports
- Internet Radio, iPod integration and generic portable audio player
- support, Audio CD burning, Audio CD playback, music sharing, and
- Podcasts.
- .
- This package contains the coherence DLNA/UPnp plugin.
+# Package: rhythmbox-plugin-coherence
+# Architecture: all
+# Depends: ${misc:Depends},
+# ${python:Depends},
+# python-coherence,
+# rhythmbox (>= ${gnome:Version}),
+# rhythmbox (<< ${gnome:NextVersion}),
+# rhythmbox-plugins (>= ${gnome:Version}),
+# rhythmbox-plugins (<< ${gnome:NextVersion})
+# Conflicts: rhythmbox (<< 0.12.6-4)
+# Replaces: rhythmbox (<< 0.12.6-4)
+# XB-Python-Version: ${python:Versions}
+# Description: UPnp plugin for rhythmbox music player
+# Rhythmbox is a very easy to use music playing and management program
+# which supports a wide range of audio formats (including mp3 and ogg).
+# Originally inspired by Apple's iTunes, the current version also supports
+# Internet Radio, iPod integration and generic portable audio player
+# support, Audio CD burning, Audio CD playback, music sharing, and
+# Podcasts.
+# .
+# This package contains the coherence DLNA/UPnp plugin.
Package: librhythmbox-core4
Section: libs
Modified: packages/experimental/rhythmbox/debian/rhythmbox-plugins.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/rhythmbox-plugins.install?rev=28699&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/rhythmbox-plugins.install [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/rhythmbox-plugins.install [utf-8] Tue Jun 28 18:58:49 2011
@@ -23,5 +23,4 @@
debian/tmp/usr/lib/rhythmbox/plugins/rbzeitgeist
debian/tmp/usr/lib/rhythmbox/plugins/replaygain
debian/tmp/usr/lib/rhythmbox/plugins/sendto
-debian/tmp/usr/lib/rhythmbox/plugins/status-icon
-debian/tmp/usr/lib/rhythmbox/plugins/visualizer
+debian/tmp/usr/lib/rhythmbox/plugins/notification
Modified: packages/experimental/rhythmbox/debian/rhythmbox.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/rhythmbox.install?rev=28699&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/rhythmbox.install [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/rhythmbox.install [utf-8] Tue Jun 28 18:58:49 2011
@@ -9,4 +9,4 @@
debian/tmp/usr/share/rhythmbox
debian/tmp/usr/bin
debian/tmp/usr/lib/rhythmbox/rhythmbox-metadata
-debian/tmp/etc
+debian/tmp/usr/share/glib-2.0/schemas
More information about the pkg-gnome-commits
mailing list