aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-22 14:13:02 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-22 14:13:02 +0200
commitdffd1e6a29f621c421fe03b5e28ed3051dc36a29 (patch)
tree01edc4f1d7a962fed4f0fca57630825d8fcdcbc6
parent243d391cba144c540ea8044d775c12a17636475d (diff)
Add build-dependencies on automake, autoconf and libtool.debian/0.11.91-1
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1b774e9..d2d809c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ gst-libav1.0 (0.11.91-1) experimental; urgency=low
* debian/control:
+ Update debhelper build-dependency.
+ Update Standards-Version.
+ + Add build-dependencies on automake, autoconf and libtool.
-- Sebastian Dröge <slomo@debian.org> Tue, 22 May 2012 13:58:48 +0200
diff --git a/debian/control b/debian/control
index 6eb568e..2541bb4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,10 @@ Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1~),
autotools-dev,
dh-autoreconf,
+ autoconf (>= 2.62),
+ automake (>= 1.11),
+ libtool (>= 2.2.6),
+ autopoint (>= 0.17),
zlib1g-dev,
libglib2.0-dev (>= 2.31.14),
pkg-config (>= 0.11.0),