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/rules | |
parent | 281ff0552855f00cf7af3eeef23c82dd64f35ed3 (diff) |
add FIXME to rules so we can remember to resolve the protobuf issue
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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) |