diff --git a/debian/changelog b/debian/changelog index 055e18c..1637963 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-fusepy (3.0.1-2) unstable; urgency=medium + + * Remove python2 binary package. + + -- Sascha Steinbiss Sun, 08 Sep 2019 10:56:02 +0200 + python-fusepy (3.0.1-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index a1169da..6802e9a 100644 --- a/debian/control +++ b/debian/control @@ -4,30 +4,13 @@ Maintainer: Sascha Steinbiss Build-Depends: debhelper (>= 11), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools, - python-ctypes, libfuse2 Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/debian/python-fusepy.git Vcs-Browser: https://salsa.debian.org/debian/python-fusepy Homepage: https://github.com/fusepy/fusepy - -Package: python-fusepy -Architecture: all -Depends: ${python:Depends}, - ${misc:Depends}, - libfuse2 -Description: simple Python interface to FUSE (Python 2) - fusepy is a Python module that provides a simple interface to FUSE and - MacFUSE. It's just one file and is implemented using ctypes. - Due to a name clash with the existing API-incompatible python-fuse package, - the importable module name for fusepy in Debian is 'fusepy' instead of - upstream's 'fuse'. - . - This package installs the Python 2 version. Package: python3-fusepy Architecture: all diff --git a/debian/rules b/debian/rules index 7e545da..ff26213 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,11 @@ #!/usr/bin/make -f -buildvers := $(shell pyversions -sv) build3vers := $(shell py3versions -sv) export PYBUILD_NAME = fusepy %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: rm -f fusepy.py diff --git a/debian/tests/run-import b/debian/tests/run-import index 75b6713..b9cbf30 100755 --- a/debian/tests/run-import +++ b/debian/tests/run-import @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import fusepy