Updates patch with better tool description.
>From af79d293438e731d654443932f0a32533475d95a Mon Sep 17 00:00:00 2001 Message-Id: <af79d293438e731d654443932f0a32533475d95a.1487665779.git.h...@univention.de> From: Philipp Hahn <[email protected]> Date: Tue, 21 Feb 2017 09:21:21 +0100 Subject: [PATCH] debian/control: Update description for lmdb-utils Organization: Univention GmbH, Bremen, Germany
to include mdb_dump and mdb_load --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index a77e31a..0675ccb 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,8 @@ Description: Lightning Memory-Mapped Database Utilities This package provides tools for manipulating LMDB databases: * mdb_stat - LMDB environment status tool * mdb_copy - LMDB environment copy tool + * mdb_dump - LMDB environment export tool + * mdb_load - LMDB environment import tool . Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project. It uses -- 2.1.4

