we require libtool 0.40.1. Fixes #4685
This commit is contained in:
parent
4ac97dae2b
commit
68683015f7
|
@ -56,7 +56,7 @@ the xml lib that *comes* with python and not pyxml or whatever.
|
|||
<li>libgtk2.0-dev aka. gtk2-devel</li>
|
||||
<li>libgtkspell-dev (for the gtkspell module)</li>
|
||||
<li>libdbus-1-dev (for the remote control module)</li>
|
||||
<li>intltool</li>
|
||||
<li>intltool (>= 0.40.1)</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -96,7 +96,7 @@ You will need GNU autotools in order to install Gajim from svn. This includes:
|
|||
<li>automake >= 1.8 </li>
|
||||
<li>autoconf >= 2.59 </li>
|
||||
<li>libtool</li>
|
||||
<li>intltool-0.35.0 </li>
|
||||
<li>intltool-0.40.1 </li>
|
||||
<li>pkgconfig >= 0.19</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
|
|
@ -2,7 +2,7 @@ Source: gajim
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
|
||||
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext (>= 0.17-4), libxss-dev, intltool, imagemagick, python-central (>= 0.5), libdbus-1-dev
|
||||
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext (>= 0.17-4), libxss-dev, intltool (>= 0.40.1), imagemagick, python-central (>= 0.5), libdbus-1-dev
|
||||
Build-Conflicts: python2.3
|
||||
XS-Python-Version: >= 2.4
|
||||
Standards-Version: 3.7.3
|
||||
|
|
Loading…
Reference in New Issue