* debian/control:
+ bumping Standards-Version to 3.8.4, nothing to be done
+ adding ${misc:Depends} to make lintian happy
+ * debian/rules: adding a commented rule to enable tokyocabinet if we want
-- Antonio Radici <antonio@dyne.org> Fri, 29 Jan 2010 23:32:55 +0000
# HCACHE_DB := bdb
HCACHE_DB := gdbm
# HCACHE_DB := qdbm
+# HCACHE_DB := tokyocabinet
###
# GPGME backend
GPGME := --enable-gpgme
ifeq ($(HCACHE_DB),qdbm)
hcache_db := --without-gdbm --without-bdb --without-tokyocabinet
endif
+ifeq ($(HCACHE_DB),tokyocabinet)
+ hcache_db := --without-gdbm --without-bdb --without-qdbm
+endif
confflags = --prefix=/usr \
--sysconfdir=/etc \