summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-06-11 10:48:24 +0000
committerPeter Palfrader <peter@palfrader.org>2008-06-11 10:48:24 +0000
commit8b9d97ac637ede920a6068e9bc37cc4cf51998dd (patch)
tree2772329dae8b714dfd28f8ea717b42e4b97fb6c8
parentfccc74c0627fa7dbbf9ec6f6953cad2d6822ed0f (diff)
downloadtor-8b9d97ac637ede920a6068e9bc37cc4cf51998dd.tar.gz
tor-8b9d97ac637ede920a6068e9bc37cc4cf51998dd.zip
Add comments to the dpatch headers so lintian shuts up
svn:r15127
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/patches/02_add_debian_files_in_manpage.dpatch2
-rwxr-xr-xdebian/patches/03_tor_manpage_in_section_8.dpatch2
-rwxr-xr-xdebian/patches/06_add_compile_time_defaults.dpatch2
-rwxr-xr-xdebian/patches/07_log_to_file_by_default.dpatch2
5 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 02e239c2a0..d0def1214c 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 <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
diff --git a/debian/patches/02_add_debian_files_in_manpage.dpatch b/debian/patches/02_add_debian_files_in_manpage.dpatch
index 69f8c8a535..ac87f43821 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 <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
diff --git a/debian/patches/03_tor_manpage_in_section_8.dpatch b/debian/patches/03_tor_manpage_in_section_8.dpatch
index d91f6f365b..a28b463eb4 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 <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
diff --git a/debian/patches/06_add_compile_time_defaults.dpatch b/debian/patches/06_add_compile_time_defaults.dpatch
index 20b645c42b..123dc7119d 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 <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
diff --git a/debian/patches/07_log_to_file_by_default.dpatch b/debian/patches/07_log_to_file_by_default.dpatch
index 809c5ddcf3..225171d0b5 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 <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