Skip to content
Commits on Source (8)
pyqi (0.3.2+dfsg-4) unstable; urgency=medium
* Use 2to3 to port to Python3
Closes: #937512
* buildsystem=pybuild
* debhelper-compat 12
* Standards-Version: 4.4.0
* Trim trailing whitespace.
-- Andreas Tille <tille@debian.org> Wed, 11 Sep 2019 13:39:34 +0200
pyqi (0.3.2+dfsg-3) unstable; urgency=medium
* debhelper 11
......
......@@ -5,14 +5,15 @@ Uploaders: Andreas Tille <tille@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
dh-linktree,
python,
python3,
python3-sphinx,
python-setuptools,
python3-setuptools,
sphinx-common,
libjs-sphinxdoc
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/pyqi
Vcs-Git: https://salsa.debian.org/med-team/pyqi.git
Homepage: https://pypi.python.org/pypi/pyqi/
......@@ -20,7 +21,7 @@ Homepage: https://pypi.python.org/pypi/pyqi/
Package: pyqi
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
${python3:Depends},
${js:Depends}
Description: Python framework for wrapping general commands in multiple interfaces
pyqi (canonically pronounced pie chee) is a Python framework designed to
......
This diff is collapsed.
......@@ -3,13 +3,12 @@
export DH_OPTIONS
%:
dh $@ --with python2 --with linktree
dh $@ --with python3 --with linktree --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
cd doc && make man htmlhelp
override_dh_auto_clean:
dh_auto_clean
dh_auto_clean || true
cd doc && make clean