On Wed, Nov 07, 2001 at 09:07:41PM +1100, Daniel Stone wrote: > Hi guys, > Here's a quick sync up of all the patches that I have in my Debian > package that probably should go upstream. If you're in the top src dir > of HEAD, apply with -p2 (they're +++ > apache2-version.diffed.against/apache2/).
Thanks for the contributions! > 003_program_build: Contributed by Thom May, does autoconf substitutions > on support/*. Not sure what this is doing. Why do we need autoconf substitution in the support dir? > 004a_srclib_layout_support: Adds layout support to apr, apr-util and > pcre. It would be great if you could please clean the style up (no tabs, use APU instead of APRU for the prefix, etc.). You also should remove the dependency upon the config.layout in httpd. For apr and apr-util, they need to be buildable on their own (i.e. independent config.layout files). I'm not seeing how that happens with your patch. I do think this idea is worthwhile though. > 004b_debian_layout: The Debian layout. Needs to be applied to httpd-2.0, > apr and apr-util. Applied to httpd-2.0. Thanks. > 006_build_with_autoconf_2.5: Breaks with 2.13, this explicitly specifies > 2.5 (Debian has the two in parallel, this is needed to make it use 2.5). Obviously, we're not going to apply this as we want 2.13 and 2.5 support. > 010_index.html.it_typo: Probably 1.3 material as well - Italian typo fix > from a native speaker. I think someone already applied this to both trees. I know Latin, not Italian. > 011_mod_autoindex-symlink: Contributed patch to special case symlinks to > files and directories in mod_autoindex - ^^SYMLINK^^ and ^^SYMDIR^^, > respectively. Any reason why we should include this? Are there lots of people who want this? -- justin
