and the diff

PS: This bug will close also a rc-bug in an other package.
diff -u tdb-1.1.1~svn26294/debian/changelog tdb-1.1.1~svn26294/debian/changelog
--- tdb-1.1.1~svn26294/debian/changelog
+++ tdb-1.1.1~svn26294/debian/changelog
@@ -1,3 +1,10 @@
+tdb (1.1.1~svn26294-1.1) unstable; urgency=low
+
+  * Non-Maintainer Upload at BSP in Zurich: fix rc-bug
+  * remove tdb_setalarm_sigptr() as in the released version (Closes: #460302)
+
+ -- Giacomo Catenazzi <[EMAIL PROTECTED]>  Sun, 13 Jan 2008 13:50:34 +0100
+
 tdb (1.1.1~svn26294-1) unstable; urgency=low
 
   * New upstream snapshot.
only in patch2:
unchanged:
--- tdb-1.1.1~svn26294.orig/include/tdb.h
+++ tdb-1.1.1~svn26294/include/tdb.h
@@ -147,8 +147,6 @@
 int tdb_chainlock_mark(struct tdb_context *tdb, TDB_DATA key);
 int tdb_chainlock_unmark(struct tdb_context *tdb, TDB_DATA key);
 
-void tdb_setalarm_sigptr(struct tdb_context *tdb, volatile sig_atomic_t *sigptr);
-
 /* Debug functions. Not used in production. */
 void tdb_dump_all(struct tdb_context *tdb);
 int tdb_printfreelist(struct tdb_context *tdb);

Reply via email to