]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove common_sha1.i and or_sha1.i in clean
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Sep 2009 11:39:40 +0000 (13:39 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Sep 2009 11:39:40 +0000 (13:39 +0200)
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.

debian/changelog
debian/rules

index 77f4ee43473029a32355e2d5b3b574f5b4501444..73c63c98150118a64a4098e9553183060a903479 100644 (file)
@@ -1,8 +1,14 @@
 tor (0.2.2.2-alpha-1) experimental; urgency=low
 
   * New upstream version.
-
- -- Peter Palfrader <weasel@debian.org>  Mon, 21 Sep 2009 13:15:36 +0200
+  * 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.
+
+ -- Peter Palfrader <weasel@debian.org>  Mon, 21 Sep 2009 13:37:30 +0200
 
 tor (0.2.2.1-alpha-1) experimental; urgency=low
 
index f5aaa95545885741b6bad3ae7a8c1254a86f521a..5b393484bf9c10b1980a276218571a8f9832d338 100755 (executable)
@@ -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