Package: vatnumber
Version: 1:1.2-8
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for vatnumber (versioned as 1:1.2-8.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru vatnumber-1.2/debian/changelog vatnumber-1.2/debian/changelog
--- vatnumber-1.2/debian/changelog	2018-11-22 11:05:01.000000000 -0500
+++ vatnumber-1.2/debian/changelog	2019-08-23 20:36:15.000000000 -0400
@@ -1,3 +1,10 @@
+vatnumber (1:1.2-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python 2 support
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 23 Aug 2019 20:36:15 -0400
+
 vatnumber (1:1.2-8) unstable; urgency=medium
 
   * Change the maintainer address to tryton-deb...@lists.alioth.debian.org
diff -Nru vatnumber-1.2/debian/control vatnumber-1.2/debian/control
--- vatnumber-1.2/debian/control	2018-11-22 10:59:44.000000000 -0500
+++ vatnumber-1.2/debian/control	2019-08-23 20:30:03.000000000 -0400
@@ -5,8 +5,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 11~),
                dh-python,
-               python,
-               python-setuptools,
                python3,
                python3-setuptools
 Standards-Version: 4.2.1
@@ -14,23 +12,6 @@
 Vcs-Git: https://salsa.debian.org/tryton-team/vatnumber.git
 Homepage: https://pypi.python.org/pypi/vatnumber/
 
-Package: python-vatnumber
-Architecture: all
-Depends: python-pkg-resources,
-         python-stdnum,
-         ${misc:Depends},
-         ${python:Depends}
-Description: Python module to validate VAT numbers (implemented in Python 2)
- This is a Python module to check the validity of Value Added Tax (VAT) numbers
- of States inside the European Union. It uses the validation rules according to
- http://sima-pc.com/nif.php.
- .
- Additionally this module provides a function for online validation of given VAT
- numbers by the VIES VAT number validation (SOAP Service) of the Taxation and
- Customs Union: http://ec.europa.eu/taxation_customs/vies/vieshome.do
- .
- This package is targeting Python version 2.
-
 Package: python3-vatnumber
 Architecture: all
 Depends: python3-pkg-resources,
diff -Nru vatnumber-1.2/debian/rules vatnumber-1.2/debian/rules
--- vatnumber-1.2/debian/rules	2018-02-24 16:27:48.000000000 -0500
+++ vatnumber-1.2/debian/rules	2019-08-23 20:30:23.000000000 -0400
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-PACKAGE_NAME := $(shell python setup.py --name)
+PACKAGE_NAME := $(shell python3 setup.py --name)
 export PYBUILD_NAME=$(PACKAGE_NAME)
 # Don't run tests for vatnumber, test_vies tries to connect to the network
 export PYBUILD_DISABLE=test
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 

Reply via email to