aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-01-11 16:43:59 -0600
committerKen VanDine <ken.vandine@canonical.com>2011-01-11 16:43:59 -0600
commit77063c67d5013896106a90a10f2be84165a2ec90 (patch)
tree01c77e814283fe0e90eaede050dcb5a00c02dc01 /debian
parenteaa79e5722aa6370edc100c004b703135b285a96 (diff)
parentd34f1878510f6f23a0e238e359d0e057f2991908 (diff)
downloadayatana-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')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules1
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0572e06..c694a7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,12 @@ indicator-sound (0.5.4-0ubuntu1) UNRELEASED; urgency=low
- The players list should be customizable (LP: #685725)
- gio-unix-2.0 checks (LP: #694828)
- Desktop file loading should not manually use full path (LP: #693824)
-
+ * debian/control
+ - Added build depends for libxml2-dev
+ - Added build depends for dh-autoreconf
+ * debian/rules
+ - Added autoreconf.mk
+
-- Ken VanDine <ken.vandine@canonical.com> Tue, 11 Jan 2011 14:38:36 -0600
indicator-sound (0.5.3-0ubuntu1) natty; urgency=low
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
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