diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:13:56 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:13:56 -0500 |
commit | 0688e47c6ea40693b5d054a36747a270e36a454a (patch) | |
tree | f76de1f26bc17f8ce78e23f4f5d9d43ec6f711fc /debian/control | |
parent | a5c187b4bab4d9850140ebcee7be750fd195a26d (diff) | |
download | ayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.tar.gz ayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.tar.bz2 ayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.zip |
- Add dh-autoreconf to Build-Depends.
- Override dh_autoreconf to call autogen.sh and not call configure.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 97a36a9..ecb7d8f 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: debhelper (>= 9.0), dh-translations, + dh-autoreconf, dbus-test-runner, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), |