diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-11 16:43:59 -0600 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-11 16:43:59 -0600 |
commit | 77063c67d5013896106a90a10f2be84165a2ec90 (patch) | |
tree | 01c77e814283fe0e90eaede050dcb5a00c02dc01 /debian/control | |
parent | eaa79e5722aa6370edc100c004b703135b285a96 (diff) | |
parent | d34f1878510f6f23a0e238e359d0e057f2991908 (diff) | |
download | ayatana-indicator-sound-77063c67d5013896106a90a10f2be84165a2ec90.tar.gz ayatana-indicator-sound-77063c67d5013896106a90a10f2be84165a2ec90.tar.bz2 ayatana-indicator-sound-77063c67d5013896106a90a10f2be84165a2ec90.zip |
* debian/control
- Added build depends for libxml2-dev
- Added build depends for dh-autoreconf
* debian/rules
- Added autoreconf.mk
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dab145b..b6a62ad 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,9 @@ Build-Depends: debhelper (>= 7), libgconf2-dev, libgee-dev, libindicate-dev (>= 0.4.1), - valac + libxml2-dev, + dh-autoreconf, + valac-0.12 Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-sound |