r40814 - in /desktop/experimental/clutter-1.0/debian: changelog control control.in libclutter-1.0-0.symbols

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 6 22:09:33 UTC 2014


Author: pochu
Date: Thu Mar  6 22:09:33 2014
New Revision: 40814

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40814
Log:
* debian/control.in:
  + Add missing build-depend for the evdev/libinput based input backend:
    libgudev-1.0-dev and libxkbcommon-dev.
* debian/libclutter-1.0-0.symbols:
  + Re-add evdev symbols.

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

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=40814&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog	[utf-8] Thu Mar  6 22:09:33 2014
@@ -16,6 +16,13 @@
     - drop libevdev, bump libudev >= 136, add libinput >= 0.1.0
   * Update libclutter-1.0-0.symbols
   * Drop debian/patches/fix_test_data_path.patch, obsolete.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in:
+    + Add missing build-depend for the evdev/libinput based input backend:
+      libgudev-1.0-dev and libxkbcommon-dev.
+  * debian/libclutter-1.0-0.symbols:
+    + Re-add evdev symbols.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 04 Mar 2014 23:28:24 +0100
 

Modified: desktop/experimental/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control?rev=40814&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control	[utf-8] Thu Mar  6 22:09:33 2014
@@ -34,7 +34,9 @@
                libgdk-pixbuf2.0-dev (>= 2.0),
                libgtk-3-dev (>= 3.3.18),
                libinput-dev (>= 0.1.0) [linux-any],
-               libudev-dev (>= 136) [linux-any]
+               libudev-dev (>= 136) [linux-any],
+               libgudev-1.0-dev [linux-any],
+               libxkbcommon-dev,
 Standards-Version: 3.9.3
 Homepage: http://www.clutter-project.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/clutter-1.0

Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=40814&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in	[utf-8] Thu Mar  6 22:09:33 2014
@@ -29,7 +29,9 @@
                libgdk-pixbuf2.0-dev (>= 2.0),
                libgtk-3-dev (>= 3.3.18),
                libinput-dev (>= 0.1.0) [linux-any],
-               libudev-dev (>= 136) [linux-any]
+               libudev-dev (>= 136) [linux-any],
+               libgudev-1.0-dev [linux-any],
+               libxkbcommon-dev,
 Standards-Version: 3.9.3
 Homepage: http://www.clutter-project.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/clutter-1.0

Modified: desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols?rev=40814&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] Thu Mar  6 22:09:33 2014
@@ -625,6 +625,7 @@
  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
@@ -654,6 +655,13 @@
  clutter_egl_display at Base 1.16.0-2
  clutter_egl_get_egl_display at Base 1.16.0-2
  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




More information about the pkg-gnome-commits mailing list