Control: tags 791533 + patch
Control: tags 937471 + patch

Dear maintainer,

I've prepared an NMU for py-lmdb (versioned as 0.86-1.2). The diff
is attached to this message.

Regards.

diff -Nru py-lmdb-0.86/debian/changelog py-lmdb-0.86/debian/changelog
--- py-lmdb-0.86/debian/changelog	2019-02-26 03:09:09.000000000 -0500
+++ py-lmdb-0.86/debian/changelog	2019-12-20 15:56:26.000000000 -0500
@@ -1,3 +1,11 @@
+py-lmdb (0.86-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937471
+  * Fix typo in description; Closes: #791533
+
+ -- Sandro Tosi <[email protected]>  Fri, 20 Dec 2019 15:56:26 -0500
+
 py-lmdb (0.86-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru py-lmdb-0.86/debian/control py-lmdb-0.86/debian/control
--- py-lmdb-0.86/debian/control	2019-02-26 03:08:41.000000000 -0500
+++ py-lmdb-0.86/debian/control	2019-12-20 15:55:56.000000000 -0500
@@ -7,33 +7,18 @@
  debhelper (>= 9~)
  , dh-python
  , liblmdb-dev
- , python-all-dev
  , python3-all-dev
- , python-setuptools
  , python3-setuptools
 Standards-Version: 3.9.6
 Homepage: https://github.com/dw/py-lmdb
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-db/py-lmdb.git/
 Vcs-Git: git://anonscm.debian.org/pkg-db/py-lmdb.git
 
-Package: python-lmdb
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: Python binding for LMDB Lightning Memory-Mapped Database
- Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
- key-value embedded data store developed for the OpenLDAP Project. It uses
- memory-mapped files, so it has the read performance of a pure in-memory
- database while still offering the persistence of standard disk-based
- databases, and is only limited to the size of the virtual address space (it
- is not limited to the size of physical RAM).
- .
- This package contains the 'lmdb' Python extension module.
-
 Package: python3-lmdb
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
 Description: Python 3 binding for LMDB Lightning Memory-Mapped Database
- Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
+ Lightning Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
  key-value embedded data store developed for the OpenLDAP Project. It uses
  memory-mapped files, so it has the read performance of a pure in-memory
  database while still offering the persistence of standard disk-based
diff -Nru py-lmdb-0.86/debian/rules py-lmdb-0.86/debian/rules
--- py-lmdb-0.86/debian/rules	2015-07-04 16:55:26.000000000 -0400
+++ py-lmdb-0.86/debian/rules	2019-12-20 15:54:49.000000000 -0500
@@ -5,7 +5,7 @@
 export PYBUILD_NAME=lmdb
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean

Reply via email to