fixes to debian package scripts

This commit is contained in:
Jared Hulbert
2016-06-21 16:02:14 -07:00
parent dda8dc71b5
commit 95754007b2
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Source: rtslib-fb
Section: python
Priority: optional
Maintainer: Andy Grover <andy@groveronline.com>
Build-Depends: debhelper(>= 8), python, python3 , python-epydoc, python-setuptools, python3-setuptools
Build-Depends: debhelper(>= 8), python, python3 , python-epydoc, python-setuptools, python3-setuptools, python-six, python-pyudev, dh-python
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

View File

@@ -21,7 +21,7 @@ export http_proxy = http://127.0.0.1:9
build-python%:
python$* setup.py build
override_dh_auto_build: $(PYTHON3:%=build-python%)
override_dh_auto_build: $(PYTHON3:%=build-python%) $(PYTHON2:%=build-python%)
dh_auto_build
@@ -29,7 +29,7 @@ install-python%:
python$* setup.py install --root=$(install_dir) --install-layout=deb
override_dh_auto_install: $(PYTHON3:%=install-python%)
override_dh_auto_install: $(PYTHON3:%=install-python%) $(PYTHON2:%=install-python%)
dh_auto_install
# for using python 3 for targetctl
# even though it is overwritten by python2 setup