fix debian rules and control for compat with newer systems with beginning python2 obsol.
This commit is contained in:
parent
747e37a980
commit
8c36ea9853
@ -14,7 +14,7 @@ Build-Depends: bison,
|
||||
libxslt1-dev,
|
||||
libz-dev,
|
||||
pkg-config,
|
||||
python-dev (>= 2.6.6-3~),
|
||||
python-all-dev (>= 2.6.6-3~),
|
||||
python-setuptools,
|
||||
python3-all-dev,
|
||||
python3-setuptools,
|
||||
|
||||
@ -30,7 +30,7 @@ build3vers := $(shell py3versions -sv)
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
(cd python/recoll; libdir=/usr/lib/$${DEB_BUILD_MULTIARCH} python \
|
||||
(cd python/recoll; libdir=/usr/lib/$${DEB_BUILD_MULTIARCH} python2 \
|
||||
./setup.py install \
|
||||
--install-layout=deb \
|
||||
--prefix=/usr \
|
||||
@ -42,7 +42,7 @@ override_dh_auto_install:
|
||||
--prefix=/usr \
|
||||
--root=$(CURDIR)/debian/tmp/ ) ; \
|
||||
done
|
||||
(cd python/pychm; python ./setup.py install \
|
||||
(cd python/pychm; python2 ./setup.py install \
|
||||
--install-layout=deb \
|
||||
--prefix=/usr \
|
||||
--root=$(CURDIR)/debian/tmp/ )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user