From 9ca50a3f404aeeaaa73f8a7be400196c2afc7ee2 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 18 Jun 2011 02:47:14 +0200 Subject: Add build-dependencies. --- debian/control | 4 ++++ debian/patches/series | 1 + debian/rules | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 debian/patches/series diff --git a/debian/control b/debian/control index 6c64ce7..41b8a15 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,11 @@ Maintainer: Debian X Strike Force Uploaders: Cyril Brulebois Build-Depends: debhelper (>= 8), + quilt, dh-autoreconf, + pkg-config, + libexpat1-dev, + libffi-dev, Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/wayland Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland.git diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9bf2d52 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# placeholder. diff --git a/debian/rules b/debian/rules index 163fbb6..2d3181e 100755 --- a/debian/rules +++ b/debian/rules @@ -23,4 +23,4 @@ override_dh_strip: dh_strip --dbg-package=$(PACKAGE)-dbg %: - dh $@ --with autoreconf --builddirectory=build/ + dh $@ --with quilt,autoreconf --builddirectory=build/ -- cgit v1.2.3