|
|
|
@ -107,12 +107,7 @@ install-arch-%:
|
|
|
|
|
touch debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/__init__.py
|
|
|
|
|
install -m 644 -o root -g root debian/sipconfig.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/
|
|
|
|
|
install -m 644 -o root -g root build-$*/sipconfig.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/sipconfig_nd.py
|
|
|
|
|
ifneq (dh_pysupport,${DH_PYTHON2})
|
|
|
|
|
# install *_d.py into wrong package to prevent deletion in dh_python2
|
|
|
|
|
install -m 644 -o root -g root dbg-build-$*/sipconfig.py debian/python-sip-tqt/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/sipconfig_d.py
|
|
|
|
|
else
|
|
|
|
|
install -m 644 -o root -g root dbg-build-$*/sipconfig.py debian/python-sip-tqt-dbg/usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt/sipconfig_d.py
|
|
|
|
|
endif
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/include/python$*
|
|
|
|
|
install -m 644 -o root -g root siplib/sip.h debian/python-sip-tqt-dev/usr/include/python$*/
|
|
|
|
|
mkdir -p debian/python-sip-tqt-dev/usr/include/python$*_d
|
|
|
|
@ -143,15 +138,10 @@ ifneq (,$(findstring -a, $(DH_OPTIONS)))
|
|
|
|
|
endif
|
|
|
|
|
dh_compress
|
|
|
|
|
dh_fixperms
|
|
|
|
|
${DH_PYTHON2}
|
|
|
|
|
ifneq (dh_pysupport,${DH_PYTHON2})
|
|
|
|
|
# move *_d.py back into right package
|
|
|
|
|
find debian/python-sip-tqt -name "*_d.py" | \
|
|
|
|
|
while read f; do \
|
|
|
|
|
f1="debian/python-sip-tqt-dbg/$${f#debian/python-sip-tqt/}"; \
|
|
|
|
|
mkdir -p "$${f1%/*}"; \
|
|
|
|
|
mv "$${f}" "$${f1}" ; \
|
|
|
|
|
done
|
|
|
|
|
${DH_PYTHON2} --no-dbg-cleaning
|
|
|
|
|
else
|
|
|
|
|
${DH_PYTHON2}
|
|
|
|
|
endif
|
|
|
|
|
dh_installdeb
|
|
|
|
|
dh_shlibdeps
|
|
|
|
|