diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 10:21:33 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-02-17 10:21:33 -0500 |
commit | 1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99 (patch) | |
tree | 4a4dc41e052446d6c67f5e8965166c18e7b9b33c /debian/rules | |
parent | b25003363dbd793578c8a3052d6a9bfd1f770ce9 (diff) | |
parent | ec6b5962ff35174b341621edc7728b5ce1eaf7fd (diff) | |
download | ayatana-indicator-sound-1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99.tar.gz ayatana-indicator-sound-1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99.tar.bz2 ayatana-indicator-sound-1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99.zip |
* debian/control
- bump build depends for libindicator-dev to >= 0.3.19
- bump build depends for libdbusmenu-glib-dev to >= 0.3.97
- added build depends on dh-autoreconf
* src/Makefile.am
- Hand Dbusmenu-Glib-0.4 rename to Dbusmenu-0.4
* debian/rules
- include autoreconf.mk to handle the Dbusmenu rename
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 0bae2ff..d778ba1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/autoreconf.mk # List any files which are not installed include /usr/share/cdbs/1/rules/utils.mk |