|
|
@@ -74,7 +74,7 @@ PACKAGE_LIB_DEV := libgps-dev |
|
|
|
PACKAGE_QTLIB_DEV := libqgpsmm-dev |
|
|
|
PACKAGE_PY := python-gps |
|
|
|
PACKAGE_PY3 := python3-gps |
|
|
|
PACKAGE_GPSDDBG := gpsd-debugtools |
|
|
|
PACKAGE_GPSDDBG := gpsd-dbg |
|
|
|
|
|
|
|
|
|
|
|
cflags := $(shell DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) dpkg-buildflags --get CFLAGS) |
|
|
@@ -128,7 +128,7 @@ ifeq (,$(findstring hurd,$(DEB_HOST_ARCH_OS))) |
|
|
|
endif |
|
|
|
endif |
|
|
|
# ensure the test tools are built |
|
|
|
$(SCONS_ENV) $(PYTHON3) /usr/bin/scons $(SCONSOPTS) $(shell grep test_ debian/gpsd-debugtools.install | grep -v '\.py' | awk '{print $$1}') |
|
|
|
$(SCONS_ENV) $(PYTHON3) /usr/bin/scons $(SCONSOPTS) $(shell grep test_ debian/gpsd-dbg.install | grep -v '\.py' | awk '{print $$1}') |
|
|
|
touch $@ |
|
|
|
|
|
|
|
build-static-stamp: SConstruct.deb_revision |
|
|
@@ -205,8 +205,8 @@ binary: install-stamp |
|
|
|
dh_installinit -- start 26 2 3 4 5 . stop 73 0 1 6 . |
|
|
|
dh_installexamples |
|
|
|
chmod 644 debian/$(PACKAGE_PY3)/usr/lib/python3*/*-packages/gps/gps.py |
|
|
|
dh_python3 -Ngpsd-clients -Ngpsd-debugtools |
|
|
|
dh_python3 -pgpsd-debugtools usr/libexec/gpsd/debug |
|
|
|
dh_python3 -Ngpsd-clients -Ngpsd-dbg |
|
|
|
dh_python3 -pgpsd-dbg usr/libexec/gpsd/debug |
|
|
|
dh_python3 -pgpsd-clients usr/bin |
|
|
|
dh_python3 -pgpsd lib/udev/ |
|
|
|
cp $(CURDIR)/gpsd.rules $(CURDIR)/debian/gpsd.udev |
|
|
|