Control: tags 937882 + patch
Control: tags 937882 + pending

Dear maintainer,

I've prepared an NMU for python-lepl (versioned as 5.1.3-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-lepl-5.1.3/debian/changelog python-lepl-5.1.3/debian/changelog
--- python-lepl-5.1.3/debian/changelog	2013-10-15 12:53:07.000000000 -0400
+++ python-lepl-5.1.3/debian/changelog	2019-10-05 19:53:14.000000000 -0400
@@ -1,3 +1,10 @@
+python-lepl (5.1.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937882
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 19:53:14 -0400
+
 python-lepl (5.1.3-2) unstable; urgency=low
 
   * New maintainer (Closes: #706288)
diff -Nru python-lepl-5.1.3/debian/control python-lepl-5.1.3/debian/control
--- python-lepl-5.1.3/debian/control	2013-10-15 12:50:06.000000000 -0400
+++ python-lepl-5.1.3/debian/control	2019-10-05 19:51:58.000000000 -0400
@@ -3,8 +3,6 @@
 Priority: optional
 Maintainer: Radu-Bogdan Croitoru <croitoruradubog...@gmail.com>
 Build-Depends: debhelper (>= 9),
-               python (>= 2.6.6-3~),
-               python-setuptools,
                python3-all,
                python3-setuptools
 X-Python-Version: >= 2.6
@@ -12,16 +10,6 @@
 Standards-Version: 3.9.4
 Homepage: http://www.acooke.org/lepl/
 
-Package: python-lepl
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: recursive descent parser library
- A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful,
- simple to use, and easy to extend: grammars are written directly as Python
- code, using a syntax similar to BNF; new matchers can be simple functions.
- .
- This is the Python 2 version of the package.
-
 Package: python3-lepl
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-lepl-5.1.3/debian/python-lepl.install python-lepl-5.1.3/debian/python-lepl.install
--- python-lepl-5.1.3/debian/python-lepl.install	2012-08-16 01:42:51.000000000 -0400
+++ python-lepl-5.1.3/debian/python-lepl.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python2*
diff -Nru python-lepl-5.1.3/debian/rules python-lepl-5.1.3/debian/rules
--- python-lepl-5.1.3/debian/rules	2012-08-16 01:42:51.000000000 -0400
+++ python-lepl-5.1.3/debian/rules	2019-10-05 19:53:14.000000000 -0400
@@ -9,11 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYTHON2=$(shell pyversions -vr)
 PYTHON3=$(shell py3versions -vr)
 
 %:
-	dh  $@ --with python2,python3
+	dh  $@ --with python3 --buildsystem=pybuild
 
 build-python%:
 	python$* setup.py build

Reply via email to