diff options
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 81e8ecf..02f1b79 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: leap-common Maintainer: Micah Anderson <micah@debian.org> Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc, protobuf-c-compiler +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc Standards-Version: 3.9.4 Package: python-leap-common diff --git a/debian/rules b/debian/rules index bcebae9..e7c975e 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,5 @@ %: dh $@ --with python2 --buildsystem=python_distutils +# FIXME: need to insert an extra build step to generate from the inputs the proto (and build dep on protobuf-c-compiler) |