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 | |
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')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/indicator-sound.debhelper.log | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
4 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0a4e6b0..284a61c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-sound (0.5.9-0ubuntu2) natty; urgency=low + + * 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 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 15:21:33 -0500 + indicator-sound (0.5.9-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index a748f0b..dd27d1c 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 7), autotools-dev, libglib2.0-dev (>= 2.22.3), libgtk2.0-dev (>= 2.12.0), - libdbusmenu-glib-dev (>= 0.3.91), + libdbusmenu-glib-dev (>= 0.3.97), libdbusmenu-gtk-dev (>= 0.3.91) , - libindicator-dev (>= 0.3.14), + libindicator-dev (>= 0.3.19), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), libido-0.1-dev (>= 0.1.11), @@ -18,7 +18,8 @@ Build-Depends: debhelper (>= 7), libgee-dev, libxml2-dev, libnotify-dev, - valac-0.12 + valac-0.12, + dh-autoreconf Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-sound diff --git a/debian/indicator-sound.debhelper.log b/debian/indicator-sound.debhelper.log new file mode 100644 index 0000000..4b04259 --- /dev/null +++ b/debian/indicator-sound.debhelper.log @@ -0,0 +1 @@ +dh_autoreconf_clean 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 |