Skip to content

Commit de7802a

Browse files
committed
Updated .symbols file and noted boost of soversion in changelog
1 parent 6afcd24 commit de7802a

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low
66
- packaged is actually v0.2.0-1-g5eed1f0 (i.e. 1 commit after release tag)
77
to have correct version specified to cmake
88
- public library API dropped some functions (retained in the source but
9-
marked as 'hidden')
9+
marked as 'hidden'), SOVERSION boosted to 0.2
1010
* debian/patches
1111
- add-missing-libs.patch and modify-fakenect-install.patch -- updated
1212
- removed (absorbed upstream):

debian/libfreenect0.2.symbols

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
libfreenect.so.0.1 libfreenect0.1 #MINVER#
2-
(optional)fn_log@Base 1:0.1.1
3-
(optional)fnusb_close_subdevices@Base 1:0.1.1
4-
(optional)fnusb_control@Base 1:0.1.1
5-
(optional)fnusb_init@Base 1:0.1.1
6-
(optional)fnusb_list_device_attributes@Base 1:0.1.2
7-
(optional)fnusb_num_devices@Base 1:0.1.1
8-
(optional)fnusb_open_subdevices@Base 1:0.1.1
9-
(optional)fnusb_process_events@Base 1:0.1.1
10-
(optional)fnusb_process_events_timeout@Base 1:0.1.2
11-
(optional)fnusb_shutdown@Base 1:0.1.1
12-
(optional)fnusb_start_iso@Base 1:0.1.1
13-
(optional)fnusb_stop_iso@Base 1:0.1.1
14-
(optional)freenect_apply_depth_to_mm@Base 1:0.1.2
15-
(optional)freenect_apply_registration@Base 1:0.1.2
16-
(optional)freenect_camera_init@Base 1:0.1.2
17-
(optional)freenect_camera_teardown@Base 1:0.1.2
1+
libfreenect.so.0.2 libfreenect0.2 #MINVER#
182
freenect_camera_to_world@Base 1:0.1.2
193
freenect_close_device@Base 1:0.1.1
204
freenect_copy_registration@Base 1:0.1.2
215
freenect_destroy_registration@Base 1:0.1.2
6+
freenect_enabled_subdevices@Base 1:0.2.0
227
freenect_find_depth_mode@Base 1:0.1.1
238
freenect_find_video_mode@Base 1:0.1.1
249
freenect_free_device_attributes@Base 1:0.1.2
@@ -34,7 +19,6 @@ libfreenect.so.0.1 libfreenect0.1 #MINVER#
3419
freenect_get_video_mode@Base 1:0.1.1
3520
freenect_get_video_mode_count@Base 1:0.1.1
3621
freenect_init@Base 1:0.1.1
37-
(optional)freenect_init_registration@Base 1:0.1.2
3822
freenect_list_device_attributes@Base 1:0.1.2
3923
freenect_num_devices@Base 1:0.1.1
4024
freenect_open_device@Base 1:0.1.1
@@ -45,6 +29,7 @@ libfreenect.so.0.1 libfreenect0.1 #MINVER#
4529
freenect_set_depth_buffer@Base 1:0.1.1
4630
freenect_set_depth_callback@Base 1:0.1.1
4731
freenect_set_depth_mode@Base 1:0.1.1
32+
freenect_set_flag@Base 1:0.2.0
4833
freenect_set_led@Base 1:0.1.1
4934
freenect_set_log_callback@Base 1:0.1.1
5035
freenect_set_log_level@Base 1:0.1.1
@@ -60,13 +45,7 @@ libfreenect.so.0.1 libfreenect0.1 #MINVER#
6045
freenect_stop_video@Base 1:0.1.1
6146
freenect_supported_subdevices@Base 1:0.1.2
6247
freenect_update_tilt_state@Base 1:0.1.1
63-
(optional)parameter_coefficient@Base 1:0.1.2
64-
(optional)pixel_size_factor@Base 1:0.1.2
65-
(optional)shift_scale@Base 1:0.1.2
66-
(optional)supported_depth_modes@Base 1:0.1.1
67-
(optional)supported_video_modes@Base 1:0.1.1
68-
(optional)unpack_8_pixels@Base 1:0.1.2
69-
libfreenect_sync.so.0.1 libfreenect0.1 #MINVER#
48+
libfreenect_sync.so.0.2 libfreenect0.2 #MINVER#
7049
freenect_sync_get_depth@Base 1:0.1.1
7150
freenect_sync_get_tilt_state@Base 1:0.1.1
7251
freenect_sync_get_video@Base 1:0.1.1

0 commit comments

Comments
 (0)