[Pkg-samba-maint] r2958 - branches/talloc/experimental/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Jul 18 11:27:15 UTC 2009


Author: jelmer
Date: 2009-07-18 11:27:15 +0000 (Sat, 18 Jul 2009)
New Revision: 2958

Added:
   branches/talloc/experimental/debian/libtalloc1.symbols
Removed:
   branches/talloc/experimental/debian/symbols
Modified:
   branches/talloc/experimental/debian/rules
Log:
Update for new symbols in talloc 1.4.

Copied: branches/talloc/experimental/debian/libtalloc1.symbols (from rev 2953, branches/talloc/experimental/debian/symbols)
===================================================================
--- branches/talloc/experimental/debian/libtalloc1.symbols	                        (rev 0)
+++ branches/talloc/experimental/debian/libtalloc1.symbols	2009-07-18 11:27:15 UTC (rev 2958)
@@ -0,0 +1,61 @@
+libtalloc.so.1 libtalloc1 #MINVER#
+ _talloc at Base 1.0.1
+ _talloc_array at Base 1.0.1
+ _talloc_free at Base 1.4.0~git20090718
+ _talloc_get_type_abort at Base 1.3.0
+ _talloc_memdup at Base 1.0.1
+ _talloc_move at Base 1.0.1
+ _talloc_realloc at Base 1.0.1
+ _talloc_realloc_array at Base 1.0.1
+ _talloc_reference at Base 1.0.1
+ _talloc_reference_loc at Base 1.4.0~git20090718
+ _talloc_set_destructor at Base 1.0.1
+ _talloc_steal at Base 1.0.1
+ _talloc_steal_loc at Base 1.4.0~git20090718
+ _talloc_zero at Base 1.0.1
+ _talloc_zero_array at Base 1.0.1
+ talloc_asprintf at Base 1.0.1
+ talloc_asprintf_append at Base 1.0.1
+ talloc_asprintf_append_buffer at Base 1.1.0~svn26291
+ talloc_autofree_context at Base 1.0.1
+ talloc_check_name at Base 1.0.1
+ talloc_disable_null_tracking at Base 1.0.1
+ talloc_enable_leak_report at Base 1.0.1
+ talloc_enable_leak_report_full at Base 1.0.1
+ talloc_enable_null_tracking at Base 1.0.1
+ talloc_find_parent_byname at Base 1.0.1
+ talloc_free at Base 1.0.1
+ talloc_free_children at Base 1.0.1
+ talloc_get_name at Base 1.0.1
+ talloc_get_size at Base 1.0.1
+ talloc_increase_ref_count at Base 1.0.1
+ talloc_init at Base 1.0.1
+ talloc_is_parent at Base 1.0.1
+ talloc_named at Base 1.0.1
+ talloc_named_const at Base 1.0.1
+ talloc_parent at Base 1.0.1
+ talloc_parent_name at Base 1.0.1
+ talloc_pool at Base 1.2.0~git20080520
+ talloc_realloc_fn at Base 1.0.1
+ talloc_reference_count at Base 1.0.1
+ talloc_reparent at Base 1.4.0~git20090718
+ talloc_report at Base 1.0.1
+ talloc_report_depth_cb at Base 1.0.1
+ talloc_report_depth_file at Base 1.0.1
+ talloc_report_full at Base 1.0.1
+ talloc_set_abort_fn at Base 1.3.0
+ talloc_set_name at Base 1.0.1
+ talloc_set_name_const at Base 1.0.1
+ talloc_show_parents at Base 1.0.1
+ talloc_strdup at Base 1.0.1
+ talloc_strdup_append at Base 1.1.0~svn26291
+ talloc_strdup_append_buffer at Base 1.1.0~svn26291
+ talloc_strndup at Base 1.0.1
+ talloc_strndup_append at Base 1.1.0~svn26291
+ talloc_strndup_append_buffer at Base 1.1.0~svn26291
+ talloc_total_blocks at Base 1.0.1
+ talloc_total_size at Base 1.0.1
+ talloc_unlink at Base 1.0.1
+ talloc_vasprintf at Base 1.0.1
+ talloc_vasprintf_append at Base 1.0.1
+ talloc_vasprintf_append_buffer at Base 1.1.0~svn26291

Modified: branches/talloc/experimental/debian/rules
===================================================================
--- branches/talloc/experimental/debian/rules	2009-07-18 11:10:02 UTC (rev 2957)
+++ branches/talloc/experimental/debian/rules	2009-07-18 11:27:15 UTC (rev 2958)
@@ -71,7 +71,7 @@
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V 'libtalloc1 (>= 1.3.0)' -- -c0
+	dh_makeshlibs -V 'libtalloc1 (>= 1.4.0~git20090718)' -- -c4
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Deleted: branches/talloc/experimental/debian/symbols
===================================================================
--- branches/talloc/experimental/debian/symbols	2009-07-18 11:10:02 UTC (rev 2957)
+++ branches/talloc/experimental/debian/symbols	2009-07-18 11:27:15 UTC (rev 2958)
@@ -1,57 +0,0 @@
-libtalloc.so.1 libtalloc1 #MINVER#
- _talloc at Base 1.0.1
- _talloc_array at Base 1.0.1
- _talloc_get_type_abort at Base 1.3.0
- _talloc_memdup at Base 1.0.1
- _talloc_move at Base 1.0.1
- _talloc_realloc at Base 1.0.1
- _talloc_realloc_array at Base 1.0.1
- _talloc_reference at Base 1.0.1
- _talloc_set_destructor at Base 1.0.1
- _talloc_steal at Base 1.0.1
- _talloc_zero at Base 1.0.1
- _talloc_zero_array at Base 1.0.1
- talloc_asprintf at Base 1.0.1
- talloc_asprintf_append at Base 1.0.1
- talloc_asprintf_append_buffer at Base 1.1.0~svn26291
- talloc_autofree_context at Base 1.0.1
- talloc_check_name at Base 1.0.1
- talloc_disable_null_tracking at Base 1.0.1
- talloc_enable_leak_report at Base 1.0.1
- talloc_enable_leak_report_full at Base 1.0.1
- talloc_enable_null_tracking at Base 1.0.1
- talloc_find_parent_byname at Base 1.0.1
- talloc_free at Base 1.0.1
- talloc_free_children at Base 1.0.1
- talloc_get_name at Base 1.0.1
- talloc_get_size at Base 1.0.1
- talloc_increase_ref_count at Base 1.0.1
- talloc_init at Base 1.0.1
- talloc_is_parent at Base 1.0.1
- talloc_named at Base 1.0.1
- talloc_named_const at Base 1.0.1
- talloc_parent at Base 1.0.1
- talloc_parent_name at Base 1.0.1
- talloc_pool at Base 1.2.0~git20080520
- talloc_realloc_fn at Base 1.0.1
- talloc_reference_count at Base 1.0.1
- talloc_report at Base 1.0.1
- talloc_report_depth_cb at Base 1.0.1
- talloc_report_depth_file at Base 1.0.1
- talloc_report_full at Base 1.0.1
- talloc_set_abort_fn at Base 1.3.0
- talloc_set_name at Base 1.0.1
- talloc_set_name_const at Base 1.0.1
- talloc_show_parents at Base 1.0.1
- talloc_strdup at Base 1.0.1
- talloc_strdup_append at Base 1.1.0~svn26291
- talloc_strdup_append_buffer at Base 1.1.0~svn26291
- talloc_strndup at Base 1.0.1
- talloc_strndup_append at Base 1.1.0~svn26291
- talloc_strndup_append_buffer at Base 1.1.0~svn26291
- talloc_total_blocks at Base 1.0.1
- talloc_total_size at Base 1.0.1
- talloc_unlink at Base 1.0.1
- talloc_vasprintf at Base 1.0.1
- talloc_vasprintf_append at Base 1.0.1
- talloc_vasprintf_append_buffer at Base 1.1.0~svn26291




More information about the Pkg-samba-maint mailing list