Commit 025f9fb8 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Restrict the build dependency on nacl to archs where it actually builds

parent 4014a5df
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,12 +4,15 @@ tor (0.2.4.8-alpha-1) experimental; urgency=low
  * Build-Depend on libnacl-dev for curve25519.  If it's not present, tor
    would fall back to its own implementation, but the nacl one is probably
    faster.  (For backports this should be easy to drop.)
    Restrict the build dependency to architectures that actually
    managed to build nacl.  Currently this means not any of armel, armhf,
    mips, s390, s390x.
  * Move the geoip6 file to the tor-geoip package (spotted by George
    Kargiotakis).
  * If $DAEMON $VERIFY_ARGS fails, call use the same arguments for
    finding the errors and not $DAEMON --verify-config.

 -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jan 2013 14:22:09 +0100
 -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jan 2013 14:45:53 +0100

tor (0.2.4.7-alpha-1) experimental; urgency=low

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Source: tor
Section: net
Priority: optional
Maintainer: Peter Palfrader <weasel@debian.org>
Build-Depends: debhelper (>= 6), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libnacl-dev
Build-Depends: debhelper (>= 6), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libnacl-dev [!armel !armhf !mips !s390 !s390x]
Standards-Version: 3.8.1
Homepage: https://www.torproject.org/
Vcs-Git: https://git.torproject.org/debian/tor.git