diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-26 14:17:04 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-26 14:17:04 +0200 |
| commit | 3ff8bc43414adf1497871287f47ad3697e8e1187 (patch) | |
| tree | 0f83449015de8e224b8765cd580edf80df00fae1 | |
| parent | ffe89f52480658f1b170f137a522d723eb5f558b (diff) | |
debian: Build-depend on pkg-config too.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1db5544..4a7b413 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libumberlog Priority: extra Maintainer: Gergely Nagy <algernon@madhouse-project.org> -Build-Depends: debhelper (>= 9~), dh-autoreconf, libjson0-dev (>= 0.7~), python-docutils +Build-Depends: debhelper (>= 9~), dh-autoreconf, libjson0-dev (>= 0.7~), python-docutils, pkg-config Standards-Version: 3.9.3 Section: libs Homepage: http://algernon.github.com/libumberlog/ |
