aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-09-21 13:39:40 +0200
committerPeter Palfrader <peter@palfrader.org>2009-09-21 13:39:40 +0200
commit06211f2b9027b1a898c6de67468f1c627a281ca3 (patch)
tree652e6b990e67e27a970934733510dfb2a8aa5eaf /debian/rules
parentb69f6fe82d6cd4efd4cb96bdc987cf88a46ad3b2 (diff)
downloadtor-06211f2b9027b1a898c6de67468f1c627a281ca3.tar.gz
tor-06211f2b9027b1a898c6de67468f1c627a281ca3.zip
Remove common_sha1.i and or_sha1.i in clean
The files src/common/common_sha1.i src/or/or_sha1.i get changed during the build - they contain the checksums of the individual files that end up in the binary. Of couse changes only end up in the debian diff.gz after building a second time in the same directory. So, remove those files in clean to get both a cleaner diff.gz and idempotent builds.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f5aaa95545..5b393484bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,6 +129,7 @@ clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp
+ rm -f src/common/common_sha1.i src/or/or_sha1.i
[ ! -f Makefile ] || $(MAKE) distclean