diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-02-26 15:17:56 -0500 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-02-26 15:17:56 -0500 |
commit | d98feb7174b8b66059bce11abe5d2c0fb5c418cb (patch) | |
tree | 64b3acc4b2512d9b29ff410cec7bd7ce1ac70f1a | |
parent | 5c47f6dbe75e413d2acbcef3e9750e937fb18431 (diff) | |
download | ayatana-indicator-messages-d98feb7174b8b66059bce11abe5d2c0fb5c418cb.tar.gz ayatana-indicator-messages-d98feb7174b8b66059bce11abe5d2c0fb5c418cb.tar.bz2 ayatana-indicator-messages-d98feb7174b8b66059bce11abe5d2c0fb5c418cb.zip |
debian/control: add autoconf-archive as an explicit build dep
Needed for AC_PYTHON_MODULE
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index efc21cd..c0a8290 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, libgtest-dev, python3-dbusmock, + autoconf-archive, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-messages # If you aren't a member of ~indicator-applet-developers but need to upload |