diff options
author | Rob Austein <sra@hactrn.net> | 2013-09-27 22:37:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-09-27 22:37:10 +0000 |
commit | fd1efffe5115f4121498c1015df0e64f56627f6c (patch) | |
tree | a0b941a5246666b71b0b30125ad1cd7b5a65fcdb /buildtools | |
parent | b5611241747293298bafb9cef9558233ea9b9cda (diff) |
Keep package build on Debian Wheezy from whining that we didn't build
_POW.so for every installed version of Python. We may want to address
this by whacking debian/rules instead eventually, but this works and
is simple.
svn path=/trunk/; revision=5526
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/debian-skeleton/control b/buildtools/debian-skeleton/control index 81b2d8c1..4c70dc72 100644 --- a/buildtools/debian-skeleton/control +++ b/buildtools/debian-skeleton/control @@ -7,6 +7,7 @@ Standards-Version: 3.9.3 Homepage: http://trac.rpki.net/ Vcs-Svn: http://subvert-rpki.hactrn.net/ Vcs-Browser: http://trac.rpki.net/browser +X-Python-Version: 2.7 Package: rpki-rp Architecture: any |