diff options
author | William Hua <william.hua@canonical.com> | 2013-06-20 12:26:58 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-20 12:26:58 -0400 |
commit | 18bd275be69c298102c78b0664854ec4ad88c433 (patch) | |
tree | aa4f16a5e3a0fbb20e7b6c0dd7a1740b1112aa26 /debian | |
parent | 06e0f0bc54df3a706ea2f71077ca986af37016d9 (diff) | |
download | ayatana-indicator-keyboard-18bd275be69c298102c78b0664854ec4ad88c433.tar.gz ayatana-indicator-keyboard-18bd275be69c298102c78b0664854ec4ad88c433.tar.bz2 ayatana-indicator-keyboard-18bd275be69c298102c78b0664854ec4ad88c433.zip |
Fix lintian error.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 4aabea2a..8eeadcbb 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 9.0.0), libgnome-desktop-3-dev, libgnomekbd-dev, libibus-1.0-dev (>= 1.5.0), - libbamf3-dev + libbamf3-dev, + python-support Standards-Version: 3.9.4 Homepage: https://code.launchpad.net/indicator-keyboard # If you aren't a member of ~indicator-applet-developers but need to upload @@ -32,9 +33,10 @@ Description: Keyboard indicator Package: indicator-keyboard-autopilot Architecture: all Depends: ${misc:Depends}, + ${python:Depends}, indicator-keyboard (>= ${source:Version}), libautopilot-gtk, - python-pyatspi, - python-autopilot + python-autopilot, + python-pyatspi Description: Keyboard indicator autopilot tests This package provides autopilot integration tests for indicator-keyboard. |