diff options
author | Micah Anderson <micah@riseup.net> | 2012-08-15 16:29:35 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-08-15 16:29:35 -0400 |
commit | 7816c74cd194ba87e248fde91e0093feecf3673b (patch) | |
tree | ea6cdbc9238f2599864ec5d130dd95c15d6fa222 /debian/control | |
parent | 2f7074a43047817513ea3133e521274b99c7bab6 (diff) |
move build-depends to source package section of control file
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fd5dd95c..09c40e04 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,11 @@ Standards-Version: 3.9.3 Homepage: http://leap.se #Vcs-Git: git://git.debian.org/collab-maint/python-leap-client.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/python-leap-client.git;a=summary +Build-Depends: debhelper (>= 8.0.0), pyqt4-dev-tools, python-nose, python-moc, python-sphinx, pep8 X-Python-Version: >= 2.6 Package: python-leap-client Architecture: all Depends: openvpn, python-qt4 -Build-Depends: debhelper (>= 8.0.0), pyqt4-dev-tools, python-nose, python-moc, python-sphinx, pep8 Description: the encrypted interned toolkit <insert long description, indented with spaces> |