r41022 - in /desktop/unstable/clutter-1.0/debian: changelog control control.in libclutter-1.0-0.symbols rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 25 12:33:11 UTC 2014


Author: pochu
Date: Tue Mar 25 12:33:11 2014
New Revision: 41022

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41022
Log:
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.

Modified:
    desktop/unstable/clutter-1.0/debian/changelog
    desktop/unstable/clutter-1.0/debian/control
    desktop/unstable/clutter-1.0/debian/control.in
    desktop/unstable/clutter-1.0/debian/libclutter-1.0-0.symbols
    desktop/unstable/clutter-1.0/debian/rules

Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=41022&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog	[utf-8] Tue Mar 25 12:33:11 2014
@@ -8,6 +8,13 @@
     + Drop a few symbols that were accidentally exported in the DSO because
       they had a clutter_ prefix but were not in the public headers.
     + Add one new symbol.
+  * debian/control.in,
+    debian/rules,
+    debian/libclutter-1.0-0.symbols:
+    + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
+      in experimental and there is nothing using it yet, and I would like to
+      wait a bit before uploading libinput to unstable as the ABI isn't stable
+      yet.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 23 Mar 2014 15:50:21 +0100
 

Modified: desktop/unstable/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/control?rev=41022&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/control	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/control	[utf-8] Tue Mar 25 12:33:11 2014
@@ -33,7 +33,7 @@
                libatk1.0-dev (>= 2.5.3),
                libgdk-pixbuf2.0-dev (>= 2.0),
                libgtk-3-dev (>= 3.3.18),
-               libinput-dev (>= 0.1.0) [linux-any],
+#               libinput-dev (>= 0.1.0) [linux-any],
                libudev-dev (>= 136) [linux-any],
                libgudev-1.0-dev [linux-any],
                libxkbcommon-dev,

Modified: desktop/unstable/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/control.in?rev=41022&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/control.in	[utf-8] Tue Mar 25 12:33:11 2014
@@ -28,7 +28,7 @@
                libatk1.0-dev (>= 2.5.3),
                libgdk-pixbuf2.0-dev (>= 2.0),
                libgtk-3-dev (>= 3.3.18),
-               libinput-dev (>= 0.1.0) [linux-any],
+#               libinput-dev (>= 0.1.0) [linux-any],
                libudev-dev (>= 136) [linux-any],
                libgudev-1.0-dev [linux-any],
                libxkbcommon-dev,

Modified: desktop/unstable/clutter-1.0/debian/libclutter-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/libclutter-1.0-0.symbols?rev=41022&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] Tue Mar 25 12:33:11 2014
@@ -622,7 +622,6 @@
  clutter_desaturate_effect_get_type at Base 1.10.0
  clutter_desaturate_effect_new at Base 1.10.0
  clutter_desaturate_effect_set_factor at Base 1.10.0
- (arch=linux-any)clutter_device_manager_evdev_get_type at Base 1.16.0
  clutter_device_manager_get_core_device at Base 1.10.0
  clutter_device_manager_get_default at Base 1.10.0
  clutter_device_manager_get_device at Base 1.10.0
@@ -653,13 +652,6 @@
  clutter_egl_get_egl_display at Base 1.16.0-2
  clutter_egl_set_kms_fd at Base 1.18.0-1
  clutter_eglx_display at Base 1.16.0-2
- (arch=linux-any)clutter_evdev_get_keyboard_map at Base 1.17.6
- (arch=linux-any)clutter_evdev_reclaim_devices at Base 1.16.0
- (arch=linux-any)clutter_evdev_release_devices at Base 1.16.0
- (arch=linux-any)clutter_evdev_set_keyboard_map at Base 1.16.0
- (arch=linux-any)clutter_evdev_set_keyboard_repeat at Base 1.17.6
- (arch=linux-any)clutter_evdev_set_open_callback at Base 1.16.0
- (arch=linux-any)clutter_evdev_set_pointer_constrain_callback at Base 1.16.0
  clutter_event_add_filter at Base 1.17.6
  clutter_event_copy at Base 1.10.0
  clutter_event_flags_get_type at Base 1.10.0

Modified: desktop/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/rules?rev=41022&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/rules	[utf-8] Tue Mar 25 12:33:11 2014
@@ -26,8 +26,8 @@
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 	DEB_CONFIGURE_EXTRA_FLAGS += \
 		--enable-wayland-backend=yes \
-		--enable-wayland-compositor=yes \
-		--enable-evdev-input=yes
+		--enable-wayland-compositor=yes
+#		--enable-evdev-input=yes
 endif
 
 common-binary-predeb-arch:: list-missing




More information about the pkg-gnome-commits mailing list