aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-17 15:48:18 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-17 15:48:18 -0500
commitec6b5962ff35174b341621edc7728b5ce1eaf7fd (patch)
tree945787a5c0782528f97e5e1ba37932c532380da3
parent817f8e1a86aaa026c8de8acee40c5c9664d358d0 (diff)
downloadayatana-indicator-sound-ec6b5962ff35174b341621edc7728b5ce1eaf7fd.tar.gz
ayatana-indicator-sound-ec6b5962ff35174b341621edc7728b5ce1eaf7fd.tar.bz2
ayatana-indicator-sound-ec6b5962ff35174b341621edc7728b5ce1eaf7fd.zip
releasing version 0.5.9-0ubuntu2
-rw-r--r--debian/changelog13
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules1
-rw-r--r--src/Makefile.am2
4 files changed, 19 insertions, 4 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/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
diff --git a/src/Makefile.am b/src/Makefile.am
index 63d6d5a..23bda3d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,7 +65,7 @@ music_bridge_VALAFLAGS = \
--vapidir=./ \
--thread \
--pkg gee-1.0 \
- --pkg Dbusmenu-Glib-0.4 \
+ --pkg Dbusmenu-0.4 \
--pkg common-defs \
--pkg gio-2.0 \
--pkg gio-unix-2.0 \