[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r15127: Add comments to the dpatch headers so lintian shuts up (in tor/branches/tor-0_2_0-patches/debian: . patches)



Author: weasel
Date: 2008-06-11 06:48:24 -0400 (Wed, 11 Jun 2008)
New Revision: 15127

Modified:
   tor/branches/tor-0_2_0-patches/debian/changelog
   tor/branches/tor-0_2_0-patches/debian/patches/02_add_debian_files_in_manpage.dpatch
   tor/branches/tor-0_2_0-patches/debian/patches/03_tor_manpage_in_section_8.dpatch
   tor/branches/tor-0_2_0-patches/debian/patches/06_add_compile_time_defaults.dpatch
   tor/branches/tor-0_2_0-patches/debian/patches/07_log_to_file_by_default.dpatch
Log:
Add comments to the dpatch headers so lintian shuts up


Modified: tor/branches/tor-0_2_0-patches/debian/changelog
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/changelog	2008-06-11 10:48:21 UTC (rev 15126)
+++ tor/branches/tor-0_2_0-patches/debian/changelog	2008-06-11 10:48:24 UTC (rev 15127)
@@ -3,8 +3,9 @@
   * 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@xxxxxxxxxx>  Wed, 11 Jun 2008 11:30:30 +0200
+ -- Peter Palfrader <weasel@xxxxxxxxxx>  Wed, 11 Jun 2008 11:32:27 +0200
 
 tor (0.2.0.27-rc-1) experimental; urgency=low
 

Modified: tor/branches/tor-0_2_0-patches/debian/patches/02_add_debian_files_in_manpage.dpatch
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/patches/02_add_debian_files_in_manpage.dpatch	2008-06-11 10:48:21 UTC (rev 15126)
+++ tor/branches/tor-0_2_0-patches/debian/patches/02_add_debian_files_in_manpage.dpatch	2008-06-11 10:48:24 UTC (rev 15127)
@@ -2,7 +2,7 @@
 ## 02_add_debian_files_in_manpage.dpatch by  <weasel@xxxxxxxxxx>
 ##
 ## 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

Modified: tor/branches/tor-0_2_0-patches/debian/patches/03_tor_manpage_in_section_8.dpatch
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/patches/03_tor_manpage_in_section_8.dpatch	2008-06-11 10:48:21 UTC (rev 15126)
+++ tor/branches/tor-0_2_0-patches/debian/patches/03_tor_manpage_in_section_8.dpatch	2008-06-11 10:48:24 UTC (rev 15127)
@@ -2,7 +2,7 @@
 ## 03_tor_manpage_in_section_8.dpatch by  <weasel@xxxxxxxxxx>
 ##
 ## 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

Modified: tor/branches/tor-0_2_0-patches/debian/patches/06_add_compile_time_defaults.dpatch
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/patches/06_add_compile_time_defaults.dpatch	2008-06-11 10:48:21 UTC (rev 15126)
+++ tor/branches/tor-0_2_0-patches/debian/patches/06_add_compile_time_defaults.dpatch	2008-06-11 10:48:24 UTC (rev 15127)
@@ -2,7 +2,7 @@
 ## 06_add_compile_time_defaults.dpatch by  <weasel@xxxxxxxxxx>
 ##
 ## 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

Modified: tor/branches/tor-0_2_0-patches/debian/patches/07_log_to_file_by_default.dpatch
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/patches/07_log_to_file_by_default.dpatch	2008-06-11 10:48:21 UTC (rev 15126)
+++ tor/branches/tor-0_2_0-patches/debian/patches/07_log_to_file_by_default.dpatch	2008-06-11 10:48:24 UTC (rev 15127)
@@ -2,7 +2,7 @@
 ## 07_log_to_file_by_default.dpatch by  <weasel@xxxxxxxxxx>
 ##
 ## 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