|
|
@ -41,7 +41,7 @@ else
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
CXXFLAGS += "-I/usr/include/tqt"
|
|
|
|
CXXFLAGS += "-I/usr/include/tqt"
|
|
|
|
|
|
|
|
|
|
|
|
PYTHONS := $(shell py3versions -vd)
|
|
|
|
PYTHONS := $(shell py3versions -vr)
|
|
|
|
|
|
|
|
|
|
|
|
DEB_PARALLEL_JOBS ?= 40
|
|
|
|
DEB_PARALLEL_JOBS ?= 40
|
|
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ install-arch: build
|
|
|
|
dh_clean -k -a
|
|
|
|
dh_clean -k -a
|
|
|
|
dh_installdirs -a
|
|
|
|
dh_installdirs -a
|
|
|
|
|
|
|
|
|
|
|
|
for p in $(PYTHONS) ; do \
|
|
|
|
for p in ${PYTHONS} ; do \
|
|
|
|
$(MAKE) -f debian/rules install-arch-$$p;\
|
|
|
|
$(MAKE) -f debian/rules install-arch-$$p;\
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
@ -129,7 +129,7 @@ install-arch: build
|
|
|
|
|
|
|
|
|
|
|
|
install-arch-3.%:
|
|
|
|
install-arch-3.%:
|
|
|
|
$(MAKE) -C build-3.$* install DESTDIR=$(CURDIR)/debian/tmp
|
|
|
|
$(MAKE) -C build-3.$* install DESTDIR=$(CURDIR)/debian/tmp
|
|
|
|
# $(MAKE) -C dbg-build-3.* install DESTDIR=$(CURDIR)/debian/python3-pytqt-dbg
|
|
|
|
# $(MAKE) -C dbg-build-3.$* install DESTDIR=$(CURDIR)/debian/python3-pytqt-dbg
|
|
|
|
mkdir -p debian/python3-pytqt/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt
|
|
|
|
mkdir -p debian/python3-pytqt/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt
|
|
|
|
cp -a debian/tmp/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt/__init__.py \
|
|
|
|
cp -a debian/tmp/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt/__init__.py \
|
|
|
|
debian/python3-pytqt/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt/__init__.py
|
|
|
|
debian/python3-pytqt/usr/lib/python3.$*/$(call py_sitename,$$version)/PyTQt/__init__.py
|
|
|
|