Peter Palfrader
6332c51f73
Build debian's micro-revision into the binary
...
If we have a debian/micro-revision.i, replace the one in src/or
with our copy so that this will be the revision that ends up in
the binary. This is an informational only version string, but
it'd be kinda nice if it was (more) accurate nonetheless.
Of course this won't help if people manually patch around but
it's still preferable to claiming we are exactly upstream's source.
If we are building directly out of a git tree, update
debian/micro-revision.i in the clean target.
2009-09-21 14:51:26 +02:00
Peter Palfrader
06211f2b90
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.
2009-09-21 13:39:40 +02:00
Peter Palfrader
83c5650178
Change debhelper compatibility version from 4 to 5
2009-05-31 11:15:04 +00:00
Peter Palfrader
67c6728729
Do not build with openbsd's malloc unless enable-openbsd-malloc is in DEB_BUILD_OPTIONS
...
svn:r16028
2008-07-17 19:37:52 +00:00
Peter Palfrader
8f5afe4937
Merge rest of 0.1.2.28-rc-1 into trunk.
...
svn:r15200
2008-06-13 09:57:04 +00:00
Peter Palfrader
6e3a7e1024
Forward port debian 0.2.0.27-rc-1 into trunk
...
svn:r15089
2008-06-09 16:56:26 +00:00
Peter Palfrader
09a9edad41
Merge r13970: Build the debian package with openbsd malloc
...
svn:r13971
2008-03-11 14:18:48 +00:00
Peter Palfrader
d3589553bc
Work around fig2dev failing to build the images on all archs
...
svn:r13870
2008-03-05 08:48:51 +00:00
Peter Palfrader
583bb548b0
Update pointer for gs bug from #321435 to #457568
...
svn:r13358
2008-02-02 14:13:51 +00:00
Peter Palfrader
b1f9c87db3
Work around fig2dev failing to build the images on mipsel like we do on sparc
...
and s390.
svn:r13357
2008-02-02 14:11:25 +00:00
Peter Palfrader
e08582118c
* New upstream version.
...
* Work around fig2dev failing to build the images on sparc like we do on s390.
svn:r12942
2007-12-23 14:04:38 +00:00
Peter Palfrader
a728629051
The spec files have moved. This requires updating the debian rules file
...
svn:r9447
2007-01-27 20:50:09 +00:00
Peter Palfrader
68fcef633c
r8245@danube: weasel | 2006-08-09 12:24:00 +0200
...
Add a few comments so I find the rationale for the autoconf --build/--host split in the future when I need it again
svn:r7000
2006-08-09 10:25:01 +00:00
Peter Palfrader
e8e113c6f7
Merge differences between debian_version_0_1_1_18-rc-1 and debian_version_0_1_1_19-rc-1 from tor-0_1_1-patches into head
...
svn:r6443
2006-05-05 15:40:54 +00:00
Peter Palfrader
941fa7b7d9
Apparently passing --host to configure when not cross-compiling is evil now and
...
greatly confuses configure. So don't do it unless it actually differs from
the --build host.
svn:r6129
2006-03-11 19:05:06 +00:00
Peter Palfrader
2034c48f33
Forward port to head
...
svn:r5056
2005-09-14 14:45:02 +00:00
Peter Palfrader
e4ee8a0069
Merge 0.1.0.14+XXXX changes
...
svn:r5053
2005-09-14 13:05:58 +00:00
Peter Palfrader
86af49911d
Even more experimental cvs snapshot.
...
Testsuite is mandatory again.
svn:r4968
2005-09-09 21:11:57 +00:00
Peter Palfrader
6bacef35c5
Allow test suite to fail, it's broken in this version.
...
svn:r4765
2005-08-12 15:03:53 +00:00
Peter Palfrader
c12d81d654
Merge debian directory from tor-0_1_0-patches to HEAD
...
svn:r4758
2005-08-09 13:11:00 +00:00
Peter Palfrader
a2ee01984a
If "with-dmalloc" is in DEB_BUILD_OPTIONS we build against libdmalloc4.
...
svn:r3821
2005-03-22 22:38:21 +00:00
Peter Palfrader
82ed4acd3a
Commit changelog and rules for my almost 0.0.9rc6
...
svn:r3125
2004-12-08 14:21:59 +00:00
Peter Palfrader
d10679e2ad
* New upstream release (candidate).
...
* Add a few 'date' calls in debian/rules, so I can see how long building the docs takes on autobuilders.
svn:r3060
2004-12-01 09:22:14 +00:00
Peter Palfrader
3bd77da001
Remove /usr/bin/tor-control.py from the binary package
...
svn:r2814
2004-11-12 17:21:16 +00:00
Peter Palfrader
2e0db9b0f9
Symlink tor(8) manpage to torrc(5)
...
svn:r2809
2004-11-12 16:47:21 +00:00
Peter Palfrader
72f85adcbe
Install design paper in usr/share/doc/tor, not usr/share/doc. Ooops.
...
svn:r2225
2004-08-11 04:54:32 +00:00
Peter Palfrader
bd24c68a58
* 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
2004-08-06 21:31:01 +00:00
Peter Palfrader
7ac29fa31c
Move tor manpage to section 8
...
svn:r1816
2004-05-06 23:25:12 +00:00
Peter Palfrader
f058d99712
Keep using torrc instead of torrc.sample as dpkg handles conffile upgrades.
...
svn:r1387
2004-03-30 12:29:33 +00:00
Peter Palfrader
ee3ed492ee
Always enable DataDirectory, requires dpatch
...
svn:r1222
2004-03-03 12:56:04 +00:00
Peter Palfrader
a858021a80
Do not strip binaries for now
...
svn:r1220
2004-03-03 12:32:21 +00:00
Peter Palfrader
247fe31af2
New upstream release.
...
Upstream tests got fixed
svn:r1184
2004-02-29 13:34:43 +00:00
Peter Palfrader
2849ff13e2
New upstream version. Tor stays in sbin in Debian
...
svn:r1137
2004-02-27 01:07:38 +00:00
Peter Palfrader
cb34be367f
Add a lintian override for the INSTALL file
...
svn:r1077
2004-02-17 01:40:36 +00:00
Peter Palfrader
e1d8225c80
Add torify script and stuff to debian
...
svn:r1071
2004-02-17 01:09:22 +00:00
Peter Palfrader
9c8876be14
Run test after build
...
svn:r991
2004-01-13 14:30:50 +00:00
Peter Palfrader
9d3cf1b4d1
First go at a debian package
...
svn:r987
2004-01-13 13:40:00 +00:00