From cfc9435b92c5fd51e83a556636c440ec2a90be11 Mon Sep 17 00:00:00 2001 From: James Bliss Date: Thu, 16 May 2013 09:38:16 -0400 Subject: [PATCH] Added swig to build deps --- .gitignore | 5 +++++ debian/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f894657..cf75ece 100755 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,8 @@ MANIFEST pyinput/uinput.py pyinput/uinput_wrap.c debian/files +debian/python-pyinput.debhelper.log +debian/python-pyinput.postinst.debhelper +debian/python-pyinput.prerm.debhelper +debian/python-pyinput.substvars + diff --git a/debian/control b/debian/control index 20fbea2..fb9f161 100755 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-pyinput Section: python Priority: extra Maintainer: James Bliss -Build-Depends: debhelper (>= 5), python-support (>= 0.3), python (>= 2.5), python-dev +Build-Depends: debhelper (>= 5), python-support (>= 0.3), python (>= 2.5), python-dev, swig Standards-Version: 3.9.1.0 Package: python-pyinput