diff options
author | Reuben Thomas <rrt@sc3d.org> | 2014-10-15 01:50:42 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2014-10-15 01:50:42 +0100 |
commit | cade1b61c7585d1a160dfc9c73d9675e9a0c9084 (patch) | |
tree | c6978b0985221f0fe20f7f9cce7ca17ce42fdc78 | |
parent | ba887064cedad472190f10665fb3433c81ee8d53 (diff) | |
download | plptools-cade1b61c7585d1a160dfc9c73d9675e9a0c9084.tar.gz plptools-cade1b61c7585d1a160dfc9c73d9675e9a0c9084.tar.bz2 plptools-cade1b61c7585d1a160dfc9c73d9675e9a0c9084.zip |
Add missing build-dep, pkg-config
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b8bbe65..78cee4c 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: plptools -Build-Depends: debhelper (>= 9), gettext, libncurses5-dev, libreadline-dev, po-debconf, libfuse-dev, libattr1-dev, dh-autoreconf +Build-Depends: debhelper (>= 9), gettext, libncurses5-dev, libreadline-dev, po-debconf, libfuse-dev, libattr1-dev, dh-autoreconf, pkg-config Section: otherosfs Priority: optional Maintainer: John Lines <john@paladyn.org> |