diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-08-06 21:31:01 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-08-06 21:31:01 +0000 |
commit | bd24c68a585eeee79cb16b638667958366ddb1fe (patch) | |
tree | 76b3ceeb3e43d649d2c995145d35951d49247800 /debian/control | |
parent | 13ff77508e00ec0dca82201d63425ee7b6781c35 (diff) | |
download | tor-bd24c68a585eeee79cb16b638667958366ddb1fe.tar.gz tor-bd24c68a585eeee79cb16b638667958366ddb1fe.zip |
* Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO, doc/tor-doc.{css,html}, doc/{rend,tor}-spec.txt with the binary package.
* Build tor-design.{pdf,ps}, wich adds new build-dependencies: tetex-{bin,extra}, transfig, and gs.
* Support DEB_BUILD_OPTIONS option 'nodoc' to skip building tor-design. With nodoc the build will not need tetex-{bin,extra}, transfig, and gs.
* Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests ('notest' is an alias')
svn:r2170
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0b4d36787f..a302a6e2f5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tor Section: comm Priority: optional Maintainer: Peter Palfrader <weasel@debian.org> -Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch +Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, tetex-bin, tetex-extra, transfig, gs Standards-Version: 3.6.1 Package: tor |