diff options
author | Micah Anderson <micah@riseup.net> | 2013-05-30 22:49:25 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-05-30 22:50:16 -0400 |
commit | 07fe170c895252a46dba664c910ce35e64fb6076 (patch) | |
tree | d9710c45cd4e9e9d075d8ae3f4efcaa0c4460190 /debian | |
parent | 281ff0552855f00cf7af3eeef23c82dd64f35ed3 (diff) |
add FIXME to rules so we can remember to resolve the protobuf issue
Diffstat (limited to 'debian')
-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) |