diff options
author | Christian Svensson <debian@cmd.nu> | 2014-07-09 04:30:09 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2014-07-09 04:30:42 +0800 |
commit | afaa94f1cb45b89b143ae93652c6c74301c38213 (patch) | |
tree | 1d9eb3683e8870fda9da55537b42d5936845fad3 /debian | |
parent | 580a40ad256a84a87c3d8d4e4dbe9da5b0b5262f (diff) | |
download | libxml2-afaa94f1cb45b89b143ae93652c6c74301c38213.tar.gz |
Do not build-depend on readline (Closes: #742350)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6a818b7..47f63cf 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com> Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), perl, dh-autoreconf, autotools-dev, python-all-dev (>= 2.6.6-3~), python-all-dbg, - zlib1g-dev | libz-dev, liblzma-dev, libreadline-dev | libreadline6-dev + zlib1g-dev | libz-dev, liblzma-dev Homepage: http://xmlsoft.org/ Vcs-Git: git://anonscm.debian.org/debian-xml-sgml/libxml2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-xml-sgml/libxml2.git |