diff --git a/debian/changelog b/debian/changelog index 02e239c2a..d0def1214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 11 Jun 2008 11:30:30 +0200 + -- Peter Palfrader Wed, 11 Jun 2008 11:32:27 +0200 tor (0.2.0.27-rc-1) experimental; urgency=low diff --git a/debian/patches/02_add_debian_files_in_manpage.dpatch b/debian/patches/02_add_debian_files_in_manpage.dpatch index 69f8c8a53..ac87f4382 100755 --- a/debian/patches/02_add_debian_files_in_manpage.dpatch +++ b/debian/patches/02_add_debian_files_in_manpage.dpatch @@ -2,7 +2,7 @@ ## 02_add_debian_files_in_manpage.dpatch by ## ## 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 diff --git a/debian/patches/03_tor_manpage_in_section_8.dpatch b/debian/patches/03_tor_manpage_in_section_8.dpatch index d91f6f365..a28b463eb 100755 --- a/debian/patches/03_tor_manpage_in_section_8.dpatch +++ b/debian/patches/03_tor_manpage_in_section_8.dpatch @@ -2,7 +2,7 @@ ## 03_tor_manpage_in_section_8.dpatch by ## ## 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 diff --git a/debian/patches/06_add_compile_time_defaults.dpatch b/debian/patches/06_add_compile_time_defaults.dpatch index 20b645c42..123dc7119 100755 --- a/debian/patches/06_add_compile_time_defaults.dpatch +++ b/debian/patches/06_add_compile_time_defaults.dpatch @@ -2,7 +2,7 @@ ## 06_add_compile_time_defaults.dpatch by ## ## 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 diff --git a/debian/patches/07_log_to_file_by_default.dpatch b/debian/patches/07_log_to_file_by_default.dpatch index 809c5ddcf..225171d0b 100755 --- a/debian/patches/07_log_to_file_by_default.dpatch +++ b/debian/patches/07_log_to_file_by_default.dpatch @@ -2,7 +2,7 @@ ## 07_log_to_file_by_default.dpatch by ## ## 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