Add comments to the dpatch headers so lintian shuts up

svn:r15127
This commit is contained in:
Peter Palfrader 2008-06-11 10:48:24 +00:00
parent fccc74c062
commit 8b9d97ac63
5 changed files with 6 additions and 5 deletions

3
debian/changelog vendored
View File

@ -3,8 +3,9 @@ tor (0.2.0.27-rc-X) Xxperimental; urgency=low
* Remove debian/patches/11_tor_as_root_more_helpful.dpatch as
it is no longer needed: We now setuid() to the Tor user
when run as root and it all just works.
* Add comments to the dpatch headers so lintian shuts up.
-- Peter Palfrader <weasel@debian.org> Wed, 11 Jun 2008 11:30:30 +0200
-- Peter Palfrader <weasel@debian.org> Wed, 11 Jun 2008 11:32:27 +0200
tor (0.2.0.27-rc-1) experimental; urgency=low

View File

@ -2,7 +2,7 @@
## 02_add_debian_files_in_manpage.dpatch by <weasel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: Change the FILES section of the manpage to properly describe the situation on Debian systems.
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

View File

@ -2,7 +2,7 @@
## 03_tor_manpage_in_section_8.dpatch by <weasel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: Move the Tor manpage from section 1 to section 8.
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

View File

@ -2,7 +2,7 @@
## 06_add_compile_time_defaults.dpatch by <weasel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: Change a few compile time defaults so that Tor is better integrated on a Debian system
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

View File

@ -2,7 +2,7 @@
## 07_log_to_file_by_default.dpatch by <weasel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
## DP: Change default logging target from stdout to a logfile
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2