diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-10-11 10:39:49 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-10-11 10:39:49 +0200 |
commit | 4cb31d27b551df552647c1450dc1d687df142f56 (patch) | |
tree | 8508fc1245ac8e6494a1f603b35d9c5aea9c9cb8 /debian/changelog | |
parent | 51a3afd6ac2bd2f48165d834dcde01d2893ca4f1 (diff) | |
download | tor-4cb31d27b551df552647c1450dc1d687df142f56.tar.gz tor-4cb31d27b551df552647c1450dc1d687df142f56.zip |
Ship debian source with src/test/test.h
Upstream failed to ship src/test/test.h. Ship it in debian/ and
manually copy it in place during configure and clean up in clean. Let's
not use the patch system as this will most likely be rectified by next
release.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9afb2d3c4e..16eb6d5bad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ tor (0.2.2.4-alpha-1) experimental; urgency=low * New upstream version. * The testsuite moved from src/or/test to src/test/test, but let's call it using "make check" now. + * Upstream failed to ship src/test/test.h. Ship it in debian/ and + manually copy it in place during configure and clean up in clean. + Let's not use the patch system as this will most likely be rectified + by next release. - -- Peter Palfrader <weasel@debian.org> Sun, 11 Oct 2009 10:19:21 +0200 + -- Peter Palfrader <weasel@debian.org> Sun, 11 Oct 2009 10:38:55 +0200 tor (0.2.2.3-alpha-1) experimental; urgency=low |