--- curl-7.19.7/debian/rules 2010-05-28 12:03:58.000000000 +0100 +++ curl/debian/rules 2010-05-28 12:05:11.347652985 +0100 @@ -73,11 +73,11 @@ tar -cf - --exclude=debian --exclude=.pc . | tar -xf - -C debian/build-gnutls for flavour in build build-gnutls; do \ - (cd debian/$$flavour && libtoolize --automake --copy --force && aclocal-1.9 -I m4 && automake-1.9 && autoconf) \ + (cd debian/$$flavour && libtoolize --automake --copy --force && aclocal-1.9 -I m4 && automake-1.9 --copy --force && autoconf) \ done - cd debian/build && ./configure ${CONFIGURE_ARGS} --with-ca-path=/etc/ssl/certs - cd debian/build-gnutls && ./configure ${CONFIGURE_ARGS} --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ssl --with-gnutls --without-libssh2 + cd debian/build && ./configure ${CONFIGURE_ARGS} --with-ca-path=/etc/ssl/certs --with-libssh2 + cd debian/build-gnutls && ./configure ${CONFIGURE_ARGS} --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ssl --with-gnutls --with-libssh2 touch configure-stamp #build-stamp: DH_OPTIONS= --- curl-7.19.7/debian/control 2010-05-28 12:03:58.000000000 +0100 +++ curl/debian/control 2010-05-28 10:58:29.777652062 +0100 @@ -4,7 +4,7 @@ Maintainer: Ubuntu Core Developers XSBC-Original-Maintainer: Domenico Andreoli Uploaders: Matthias Klose , Andreas Schuldei -Build-Depends: debhelper (>> 5), autoconf, libtool, automake1.9, binutils (>= 2.14.90.0.7), libssl-dev, libgnutls-dev, zlib1g-dev, libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, libdb-dev (>= 4.7), libldap2-dev, quilt, libgcrypt11-dev, openssh-server +Build-Depends: debhelper (>> 5), autoconf, libtool, automake1.9, binutils (>= 2.14.90.0.7), libssl-dev, libgnutls-dev, zlib1g-dev, libkrb5-dev [!hurd-i386], libidn11-dev, groff-base, libdb-dev, libldap2-dev, quilt, libgcrypt11-dev, openssh-server, libssh2-1, libssh2-1-dev Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.8.1 Homepage: http://curl.haxx.se