diff options
author | Ole Troan <ot@cisco.com> | 2017-03-20 21:38:37 +0100 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2017-03-27 18:58:11 +0000 |
commit | afaa85f873a7bff1cf1e32c22f909af3018ccfee (patch) | |
tree | 05b4ff7b223c863eaa16ed6d0c0d888dda18bf07 /build-root/deb/debian/rules | |
parent | 0c8ad446db72078a2255329c2cfaced517829c78 (diff) |
Python API: Fixup of debian package after cFFI changes.
Change-Id: I4c2a1a818f28d4c6cf52af45f3b7dbfa41d77ccb
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'build-root/deb/debian/rules')
-rwxr-xr-x | build-root/deb/debian/rules | 8 |
1 files changed, 7 insertions, 1 deletions
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 |