r38232 - in /packages/experimental/rhythmbox/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed May 29 00:07:00 UTC 2013
Author: biebl
Date: Wed May 29 00:07:00 2013
New Revision: 38232
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38232
Log:
Stop building with HAL support on non-Linux. HAL is dead upstream and
scheduled to be removed.
Modified:
packages/experimental/rhythmbox/debian/changelog
packages/experimental/rhythmbox/debian/control
packages/experimental/rhythmbox/debian/control.in
packages/experimental/rhythmbox/debian/rules
Modified: packages/experimental/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/changelog?rev=38232&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/changelog [utf-8] Wed May 29 00:07:00 2013
@@ -1,3 +1,10 @@
+rhythmbox (2.99.1-2) UNRELEASED; urgency=low
+
+ * Stop building with HAL support on non-Linux. HAL is dead upstream and
+ scheduled to be removed.
+
+ -- Michael Biebl <biebl at debian.org> Wed, 29 May 2013 02:04:24 +0200
+
rhythmbox (2.99.1-1) experimental; urgency=low
[ Jean Schurger ]
Modified: packages/experimental/rhythmbox/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/control?rev=38232&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/control [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/control [utf-8] Wed May 29 00:07:00 2013
@@ -32,8 +32,6 @@
libnotify-dev (>= 0.7.0),
libbrasero-media3-dev (>= 2.31.5),
libwebkitgtk-3.0-dev (>= 1.3.9),
- libhal-dev (>= 0.5) [!linux-any],
- libdbus-glib-1-dev [!linux-any],
libsecret-1-dev,
libpeas-dev (>= 0.7.3),
yelp-tools,
@@ -82,7 +80,6 @@
Breaks: gvfs (<< 1.4.1-6)
Recommends: yelp,
avahi-daemon,
- hal [!linux-any],
notification-daemon,
gstreamer1.0-pulseaudio,
gstreamer1.0-plugins-ugly,
Modified: packages/experimental/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/control.in?rev=38232&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/control.in [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/control.in [utf-8] Wed May 29 00:07:00 2013
@@ -27,8 +27,6 @@
libnotify-dev (>= 0.7.0),
libbrasero-media3-dev (>= 2.31.5),
libwebkitgtk-3.0-dev (>= 1.3.9),
- libhal-dev (>= 0.5) [!linux-any],
- libdbus-glib-1-dev [!linux-any],
libsecret-1-dev,
libpeas-dev (>= 0.7.3),
yelp-tools,
@@ -77,7 +75,6 @@
Breaks: gvfs (<< 1.4.1-6)
Recommends: yelp,
avahi-daemon,
- hal [!linux-any],
notification-daemon,
gstreamer1.0-pulseaudio,
gstreamer1.0-plugins-ugly,
Modified: packages/experimental/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/rules?rev=38232&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/rules [utf-8] (original)
+++ packages/experimental/rhythmbox/debian/rules [utf-8] Wed May 29 00:07:00 2013
@@ -18,7 +18,7 @@
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += --without-hal --with-gudev
else
-DEB_CONFIGURE_EXTRA_FLAGS += --with-hal --without-gudev
+DEB_CONFIGURE_EXTRA_FLAGS += --without-hal --without-gudev
endif
ifneq ($(DEB_HOST_ARCH_OS),linux)
More information about the pkg-gnome-commits
mailing list