diff options
author | Matthias Klose <doko@ubuntu.com> | 2014-07-09 05:34:06 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2014-07-09 06:46:15 +0800 |
commit | 5036187d9356b89bad2755590fafed26bf9f7967 (patch) | |
tree | 7dc920e2a9af1b9ad65681295f556249c3af2ecf | |
parent | 804887248d463ea955e09dea00b603dfd3269ff0 (diff) | |
download | libxml2-5036187d9356b89bad2755590fafed26bf9f7967.tar.gz |
Allow the package to cross-build by tweaking B-Ds on python
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bd4ef20..c87539d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ 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.4 Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, - python-all-dev (>= 2.6.6-3~), python-all-dbg, + libpython-all-dev (>= 2.6.6-3~), libpython-all-dbg, + python-all-dev:any (>= 2.6.6-3~), python-all-dbg:any, zlib1g-dev | libz-dev, liblzma-dev Homepage: http://xmlsoft.org/ Vcs-Git: git://anonscm.debian.org/debian-xml-sgml/libxml2.git |