From afaa85f873a7bff1cf1e32c22f909af3018ccfee Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 20 Mar 2017 21:38:37 +0100 Subject: Python API: Fixup of debian package after cFFI changes. Change-Id: I4c2a1a818f28d4c6cf52af45f3b7dbfa41d77ccb Signed-off-by: Ole Troan --- build-root/deb/debian/rules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build-root/deb/debian/rules') diff --git a/build-root/deb/debian/rules b/build-root/deb/debian/rules index 7046105c10b..3a1dd2905c9 100755 --- a/build-root/deb/debian/rules +++ b/build-root/deb/debian/rules @@ -16,9 +16,15 @@ include /usr/share/dpkg/default.mk # package maintainers to append LDFLAGS #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export PYBUILD_NAME = vpp-api-python +export PYBUILD_DIR = ../../src/vpp-api/python +export PYBUILD_DESTDIR_python2=debian/vpp-api-python/ +export PYBUILD_DISABLE_python2=test +export PYBUILD_SYSTEM=distutils + # main packaging script based on dh7 syntax %: - dh $@ --with systemd,python2 + dh $@ --with systemd,python2 --buildsystem=pybuild override_dh_install: dh_install --exclude .git -- cgit 1.2.3-korg