diff options
author | Aron Xu <aron@debian.org> | 2014-10-26 07:45:25 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2014-10-26 07:45:25 +0800 |
commit | 8f45d296baf7b5f2ee37cda1f417c60cebc55c82 (patch) | |
tree | d3edf9d9972c150d0608b6da6c89f6f3504d3aa6 | |
parent | fcd4083b0af281473e67c733d7a079046b1ee512 (diff) | |
download | libxml2-8f45d296baf7b5f2ee37cda1f417c60cebc55c82.tar.gz |
Add pkg-config to B-D
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1220df1..b6db6ff 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: libs Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org> Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com> Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, +Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, pkg-config, libpython-all-dev, libpython-all-dbg, python-all-dev:any (>= 2.7.5-5~), python-all-dbg:any, zlib1g-dev | libz-dev, liblzma-dev |