[Pkg-samba-maint] r2950 - trunk/talloc/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Jul 18 09:45:31 UTC 2009


tags 536322 pending
thanks

Author: jelmer
Date: 2009-07-18 09:45:31 +0000 (Sat, 18 Jul 2009)
New Revision: 2950

Added:
   trunk/talloc/debian/symbols
Modified:
   trunk/talloc/debian/changelog
   trunk/talloc/debian/control
   trunk/talloc/debian/rules
Log:
* Bump shlibs and use symbol versioning. Closes: #536322
* Bump standards version to 3.8.2.

Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog	2009-07-18 09:15:40 UTC (rev 2949)
+++ trunk/talloc/debian/changelog	2009-07-18 09:45:31 UTC (rev 2950)
@@ -1,3 +1,10 @@
+talloc (1.3.1-2) unstable; urgency=low
+
+  * Bump shlibs and use symbol versioning. Closes: #536322
+  * Bump standards version to 3.8.2.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Sat, 18 Jul 2009 11:24:04 +0200
+
 talloc (1.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control	2009-07-18 09:15:40 UTC (rev 2949)
+++ trunk/talloc/debian/control	2009-07-18 09:45:31 UTC (rev 2950)
@@ -4,7 +4,7 @@
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
 Homepage: http://talloc.samba.org/
 Build-Depends: debhelper (>= 5.0.37.2), quilt (>= 0.40), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/talloc
 DM-Upload-Allowed: yes
 

Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules	2009-07-18 09:15:40 UTC (rev 2949)
+++ trunk/talloc/debian/rules	2009-07-18 09:45:31 UTC (rev 2950)
@@ -68,7 +68,7 @@
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V 'libtalloc1 (>= 1.2.1)'
+	dh_makeshlibs -V 'libtalloc1 (>= 1.3.0)' -- -c4
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Added: trunk/talloc/debian/symbols
===================================================================
--- trunk/talloc/debian/symbols	                        (rev 0)
+++ trunk/talloc/debian/symbols	2009-07-18 09:45:31 UTC (rev 2950)
@@ -0,0 +1,57 @@
+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