diff options
author | Aron Xu <aron@debian.org> | 2014-07-09 06:17:08 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2014-07-09 06:46:15 +0800 |
commit | f4286a98ba043cf61da3f246924e794ddcb6e255 (patch) | |
tree | 9b1fc83857fdcee10bd775f3b1fb5555d94e47bd | |
parent | 5036187d9356b89bad2755590fafed26bf9f7967 (diff) | |
download | libxml2-f4286a98ba043cf61da3f246924e794ddcb6e255.tar.gz |
Require python-all-dev (>= 2.7.5-5~)
python 2.7.5-5 is the first version that sets "Multi-Arch: allowed",
which makes cross-build possible.
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c87539d..6281e14 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +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, - libpython-all-dev (>= 2.6.6-3~), libpython-all-dbg, - python-all-dev:any (>= 2.6.6-3~), python-all-dbg:any, + libpython-all-dev, libpython-all-dbg, + python-all-dev:any (>= 2.7.5-5~), 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 |