diff -Nru libqcow-20181227/debian/changelog libqcow-20181227/debian/changelog --- libqcow-20181227/debian/changelog 2020-01-28 06:50:39.000000000 +0000 +++ libqcow-20181227/debian/changelog 2020-01-18 21:43:45.000000000 +0000 @@ -1,20 +1,12 @@ -libqcow (20181227-1ubuntu1) focal; urgency=medium +libqcow (20181227-1.1) unstable; urgency=low - * Build-depend on python-all-dev. + * Non-maintainer upload. + * Remove the Python 2 bindings. (Closes: #936909) - -- Matthias Klose Tue, 28 Jan 2020 07:50:39 +0100 + [ Samuel Henrique ] + * Add salsa-ci.yml -libqcow (20181227-1build2) focal; urgency=medium - - * No-change rebuild to build with python3.8. - - -- Matthias Klose Sat, 25 Jan 2020 04:33:47 +0000 - -libqcow (20181227-1build1) focal; urgency=medium - - * No-change rebuild to generate dependencies on python2. - - -- Matthias Klose Tue, 17 Dec 2019 12:35:29 +0000 + -- Adrian Bunk Sat, 18 Jan 2020 23:43:45 +0200 libqcow (20181227-1) unstable; urgency=medium diff -Nru libqcow-20181227/debian/control libqcow-20181227/debian/control --- libqcow-20181227/debian/control 2020-01-28 06:50:32.000000000 +0000 +++ libqcow-20181227/debian/control 2020-01-18 21:43:45.000000000 +0000 @@ -6,7 +6,7 @@ dh-python, pkg-config, libbfio-dev, zlib1g-dev, libfuse-dev, - python-all-dev, python3-dev, + python3-dev, Standards-Version: 4.3.0 Section: libs Homepage: https://github.com/libyal/libqcow @@ -47,15 +47,6 @@ This package contains tools to access data stored in QCOW files: qcowinfo, qcowmount. -Package: python-libqcow -Section: python -Architecture: any -Depends: libqcow1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: QEMU Copy-On-Write image format access library -- Python 2 bindings - libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. - . - This package contains Python 2 bindings for libqcow. - Package: python3-libqcow Section: python Architecture: any diff -Nru libqcow-20181227/debian/python-libqcow.install libqcow-20181227/debian/python-libqcow.install --- libqcow-20181227/debian/python-libqcow.install 2018-11-18 11:28:52.000000000 +0000 +++ libqcow-20181227/debian/python-libqcow.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru libqcow-20181227/debian/rules libqcow-20181227/debian/rules --- libqcow-20181227/debian/rules 2019-01-14 01:14:20.000000000 +0000 +++ libqcow-20181227/debian/rules 2020-01-18 21:43:45.000000000 +0000 @@ -10,10 +10,10 @@ export SKIP_PYTHON_TESTS=1 %: - dh $@ --with python2,python3 + dh $@ --with python3 --buildsystem=autoconf override_dh_auto_configure: - dh_auto_configure -- --enable-python2 --enable-python3 + dh_auto_configure -- --disable-python2 --enable-python3 override_dh_missing: dh_missing -X.la -X/pyqcow.a --fail-missing diff -Nru libqcow-20181227/debian/salsa-ci.yml libqcow-20181227/debian/salsa-ci.yml --- libqcow-20181227/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ libqcow-20181227/debian/salsa-ci.yml 2020-01-18 21:43:45.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml