diff -Nru python-crcelk-1.3/debian/changelog python-crcelk-1.3/debian/changelog --- python-crcelk-1.3/debian/changelog 2018-11-19 02:47:10.000000000 +0000 +++ python-crcelk-1.3/debian/changelog 2019-08-12 17:43:09.000000000 +0000 @@ -1,3 +1,15 @@ +python-crcelk (1.3-2) unstable; urgency=medium + + * Team upload. + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat. + + [ Andrey Rahmatullin ] + * Drop Python 2 support. + + -- Andrey Rahmatullin Mon, 12 Aug 2019 22:43:09 +0500 + python-crcelk (1.3-1) unstable; urgency=medium * New upstream version 1.3 diff -Nru python-crcelk-1.3/debian/compat python-crcelk-1.3/debian/compat --- python-crcelk-1.3/debian/compat 2018-11-19 02:47:10.000000000 +0000 +++ python-crcelk-1.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru python-crcelk-1.3/debian/control python-crcelk-1.3/debian/control --- python-crcelk-1.3/debian/control 2018-11-19 02:47:10.000000000 +0000 +++ python-crcelk-1.3/debian/control 2019-08-12 17:43:09.000000000 +0000 @@ -3,10 +3,8 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Samuel Henrique -Build-Depends: debhelper (>=11), +Build-Depends: debhelper-compat (= 11), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools Standards-Version: 4.2.1 @@ -14,18 +12,6 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-crcelk Vcs-Git: https://salsa.debian.org/python-team/modules/python-crcelk.git -Package: python-crcelk -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: Implementation of the CRC algorithm (Python 2) - This package contains an updated fork of the crcmoose module for recent - versions of Python. it provides a pure Python implementation of the crc - algorithm and allows for variants to easily be defined by providing their - parameters such as width, starting polynomial, etc. - . - This package installs the library for Python 2. - Package: python3-crcelk Architecture: all Depends: ${misc:Depends}, diff -Nru python-crcelk-1.3/debian/rules python-crcelk-1.3/debian/rules --- python-crcelk-1.3/debian/rules 2018-11-19 02:47:10.000000000 +0000 +++ python-crcelk-1.3/debian/rules 2019-08-12 17:43:09.000000000 +0000 @@ -3,4 +3,4 @@ export PYBUILD_NAME=crcelk %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild