[Pkg-samba-maint] r2954 - trunk/tdb/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Jul 18 11:01:45 UTC 2009


Author: jelmer
Date: 2009-07-18 11:01:44 +0000 (Sat, 18 Jul 2009)
New Revision: 2954

Added:
   trunk/tdb/debian/libtdb1.symbols
Modified:
   trunk/tdb/debian/changelog
   trunk/tdb/debian/control
   trunk/tdb/debian/rules
Log:
* Provide a symbols file.
* Bump standards version to 3.8.2.

Modified: trunk/tdb/debian/changelog
===================================================================
--- trunk/tdb/debian/changelog	2009-07-18 10:37:57 UTC (rev 2953)
+++ trunk/tdb/debian/changelog	2009-07-18 11:01:44 UTC (rev 2954)
@@ -1,3 +1,10 @@
+tdb (1.1.5-2) unstable; urgency=low
+
+  * Provide a symbols file.
+  * Bump standards version to 3.8.2.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Sat, 18 Jul 2009 12:15:43 +0200
+
 tdb (1.1.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/tdb/debian/control
===================================================================
--- trunk/tdb/debian/control	2009-07-18 10:37:57 UTC (rev 2953)
+++ trunk/tdb/debian/control	2009-07-18 11:01:44 UTC (rev 2954)
@@ -4,7 +4,7 @@
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
 Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), python-central (>= 0.5.6), python-dev
 Homepage: http://tdb.samba.org/
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/tdb
 XS-Python-Version: all
 

Added: trunk/tdb/debian/libtdb1.symbols
===================================================================
--- trunk/tdb/debian/libtdb1.symbols	                        (rev 0)
+++ trunk/tdb/debian/libtdb1.symbols	2009-07-18 11:01:44 UTC (rev 2954)
@@ -0,0 +1,61 @@
+libtdb.so.1 libtdb1 #MINVER#
+ tdb_add_flags at Base 1.1.2~git20080520
+ tdb_append at Base 1.0.6
+ tdb_chainlock at Base 1.0.6
+ tdb_chainlock_mark at Base 1.1.1~svn26294
+ tdb_chainlock_nonblock at Base 1.1.0
+ tdb_chainlock_read at Base 1.0.6
+ tdb_chainlock_unmark at Base 1.1.1~svn26294
+ tdb_chainunlock at Base 1.0.6
+ tdb_chainunlock_read at Base 1.0.6
+ tdb_close at Base 1.0.6
+ tdb_delete at Base 1.0.6
+ tdb_dump_all at Base 1.0.6
+ tdb_enable_seqnum at Base 1.1.1~svn26294
+ tdb_error at Base 1.0.6
+ tdb_errorstr at Base 1.0.6
+ tdb_exists at Base 1.0.6
+ tdb_fd at Base 1.1.0
+ tdb_fetch at Base 1.0.6
+ tdb_firstkey at Base 1.0.6
+ tdb_freelist_size at Base 1.1.2~git20080520
+ tdb_get_flags at Base 1.1.0
+ tdb_get_logging_private at Base 1.1.0
+ tdb_get_seqnum at Base 1.1.0
+ tdb_hash_size at Base 1.1.0
+ tdb_increment_seqnum_nonblock at Base 1.1.1~svn26294
+ tdb_lockall at Base 1.0.6
+ tdb_lockall_mark at Base 1.1.1~svn26294
+ tdb_lockall_nonblock at Base 1.1.1~svn26294
+ tdb_lockall_read at Base 1.1.0
+ tdb_lockall_read_nonblock at Base 1.1.1~svn26294
+ tdb_lockall_unmark at Base 1.1.1~svn26294
+ tdb_log_fn at Base 1.1.0
+#MISSING: 1.1.0-1# tdb_logging_function at Base 1.0.6-13
+ tdb_map_size at Base 1.1.0
+ tdb_name at Base 1.1.0
+ tdb_nextkey at Base 1.0.6
+ tdb_null at Base 1.0.6
+ tdb_open at Base 1.0.6
+ tdb_open_ex at Base 1.0.6
+ tdb_parse_record at Base 1.1.0
+ tdb_printfreelist at Base 1.0.6
+ tdb_remove_flags at Base 1.1.2~git20080520
+ tdb_reopen at Base 1.0.6
+ tdb_reopen_all at Base 1.0.6
+ tdb_repack at Base 1.1.2~git20081222
+ tdb_set_logging_function at Base 1.1.0
+ tdb_set_max_dead at Base 1.1.0
+ tdb_setalarm_sigptr at Base 1.1.1~svn26294
+ tdb_store at Base 1.0.6
+ tdb_transaction_cancel at Base 1.1.0
+ tdb_transaction_commit at Base 1.1.0
+ tdb_transaction_prepare_commit at Base 1.1.5
+ tdb_transaction_recover at Base 1.1.0
+ tdb_transaction_start at Base 1.1.0
+ tdb_traverse at Base 1.0.6
+ tdb_traverse_read at Base 1.1.0
+ tdb_unlockall at Base 1.0.6
+ tdb_unlockall_read at Base 1.1.0
+ tdb_validate_freelist at Base 1.1.0
+ tdb_wipe_all at Base 1.1.2~git20080520

Modified: trunk/tdb/debian/rules
===================================================================
--- trunk/tdb/debian/rules	2009-07-18 10:37:57 UTC (rev 2953)
+++ trunk/tdb/debian/rules	2009-07-18 11:01:44 UTC (rev 2954)
@@ -56,7 +56,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V 'libtdb1 (>= 1.1.3~git2008122-1)'
+	dh_makeshlibs -V 'libtdb1 (>= 1.1.3~git2008122-1)' -- -c4
 	dh_pycentral
 	dh_installdeb
 	dh_shlibdeps




More information about the Pkg-samba-maint mailing list