aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-06-14 13:47:01 +0200
committerCyril Brulebois <kibi@debian.org>2011-06-14 13:47:01 +0200
commitc2b3c5cae2c3fa39ffbee5068020c4e7e193582a (patch)
treecffb18bdffd0bbbc04cd7087688a0a0d0ceac949
parent284a2d8ce3ec2f0b26c8a070e6d9f634d8df2157 (diff)
Add flex and bison build-deps (even though the generated files are stored in VCS, and shipped…).
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 86cfb9d59a7..4bedd262d4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
mesa (7.10.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * Add flex and bison build-deps (even though the generated files are
+ stored in VCS, and shipped…).
-- Cyril Brulebois <kibi@debian.org> Tue, 14 Jun 2011 13:46:25 +0200
diff --git a/debian/control b/debian/control
index 12706bc6369..950b4387540 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,8 @@ Build-Depends:
libxcb-xfixes0-dev,
python-libxml2,
libudev-dev [linux-any],
+ flex,
+ bison,
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git
Homepage: http://mesa3d.sourceforge.net/