diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-12-08 14:21:59 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-12-08 14:21:59 +0000 |
commit | 82ed4acd3aa49661b56c4c18d14496df9d8066c1 (patch) | |
tree | 8e2b53bd0b12b06851be3651620a30ffc71a655e /debian/rules | |
parent | 470cdea7f8170738e44566f063426ce419f2e0dc (diff) | |
download | tor-82ed4acd3aa49661b56c4c18d14496df9d8066c1.tar.gz tor-82ed4acd3aa49661b56c4c18d14496df9d8066c1.zip |
Commit changelog and rules for my almost 0.0.9rc6debian-version-0.0.8+0.0.9rc6-1
svn:r3125
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 05f938d561..c248290929 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,6 @@ build-stamp: config.status @echo @echo # Running unit tests - date if [ "$(RUN_TEST)" != "no" ]; then \ src/or/test; \ else \ @@ -72,7 +71,6 @@ build-stamp: config.status @echo # make design paper - date if [ "$(BUILD_DOC)" != "no" ]; then \ make -C doc/design-paper tor-design.ps tor-design.pdf || \ ( echo -e "*\n*\n*\n*"; \ @@ -87,7 +85,6 @@ build-stamp: config.status echo -e "\n\nSkipping tor-design.{ps,pdf}\n\n"; \ fi - date touch build-stamp clean: unpatch |