mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Add a lintian override for the INSTALL file
svn:r1077
This commit is contained in:
parent
000a717c2d
commit
cb34be367f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -10,8 +10,9 @@ tor (0.0.1+0.0.2pre20-2) unstable; urgency=low
|
||||
* As is the case too often, the INSTALL file not only covers
|
||||
installation, but also basic usage and configuration. Therefore
|
||||
include it in the docs dir.
|
||||
* Add a lintian override for the INSTALL file.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 02:26:50 +0100
|
||||
-- Peter Palfrader <weasel@debian.org> Tue, 17 Feb 2004 02:32:00 +0100
|
||||
|
||||
tor (0.0.1+0.0.2pre20-1) unstable; urgency=low
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -67,6 +67,8 @@ install: build
|
||||
install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1
|
||||
install -m 644 contrib/tor-tsocks.conf $(CURDIR)/debian/tor/etc/tor
|
||||
|
||||
install -m 644 debian/tor.lintian-override $(CURDIR)/debian/tor/usr/share/lintian/overrides/tor
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
1
debian/tor.dirs
vendored
1
debian/tor.dirs
vendored
@ -2,3 +2,4 @@ etc/tor
|
||||
var/lib/tor
|
||||
var/log/tor
|
||||
var/run/tor
|
||||
usr/share/lintian/overrides
|
||||
|
1
debian/tor.lintian-override
vendored
Normal file
1
debian/tor.lintian-override
vendored
Normal file
@ -0,0 +1 @@
|
||||
tor: package-contains-upstream-install-documentation
|
Loading…
Reference in New Issue
Block a user