[or-cvs] r17237: {tor} No longer set now obsolete Group setting in built-in debian (in tor/trunk/debian: . patches)

weasel at seul.org weasel at seul.org
Mon Nov 10 15:52:53 UTC 2008


Author: weasel
Date: 2008-11-10 10:52:53 -0500 (Mon, 10 Nov 2008)
New Revision: 17237

Modified:
   tor/trunk/debian/changelog
   tor/trunk/debian/patches/06_add_compile_time_defaults.dpatch
Log:
No longer set now obsolete Group setting in built-in debian config

Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog	2008-11-10 15:40:15 UTC (rev 17236)
+++ tor/trunk/debian/changelog	2008-11-10 15:52:53 UTC (rev 17237)
@@ -1,3 +1,9 @@
+tor (0.2.1.7-alpha-2) experimental; urgency=low
+
+  * No longer set now obsolete Group setting in built-in debian config.
+
+ -- Peter Palfrader <weasel at debian.org>  Mon, 10 Nov 2008 16:28:31 +0100
+
 tor (0.2.1.7-alpha-1) experimental; urgency=low
 
   * New alpha release.

Modified: tor/trunk/debian/patches/06_add_compile_time_defaults.dpatch
===================================================================
--- tor/trunk/debian/patches/06_add_compile_time_defaults.dpatch	2008-11-10 15:40:15 UTC (rev 17236)
+++ tor/trunk/debian/patches/06_add_compile_time_defaults.dpatch	2008-11-10 15:52:53 UTC (rev 17237)
@@ -53,7 +53,7 @@
    if (argv) { /* first time we're called. save commandline args */
      backup_argv = argv;
      backup_argc = argc;
-@@ -5051,3 +5057,64 @@
+@@ -5051,3 +5057,60 @@
    puts(routerparse_c_id);
  }
  
@@ -112,9 +112,5 @@
 +  tor_assert(var);
 +  var->initvalue = tor_strdup("debian-tor");
 +
-+  var = config_find_option(&options_format, "Group");
-+  tor_assert(var);
-+  var->initvalue = tor_strdup("debian-tor");
-+
 +  return 0;
 +}



More information about the tor-commits mailing list