[Bug 747925] Re: Wrong dependency listed for dav_svn_module

AnrDaemon 747925 at bugs.launchpad.net
Fri Dec 2 14:26:56 UTC 2011


Preventing warning messages at load time and sorting dependency in the
right order.


dav.load :
<IfModule !dav_module>
  LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so
</IfModule>

dav_fs.load :
# Depends: dav
<IfModule !dav_fs_module>
  LoadModule dav_fs_module /usr/lib/apache2/modules/mod_dav_fs.so
</IfModule>

dav_svn.load :
# Depends: dav_fs
<IfModule !dav_svn_module>
  LoadModule dav_svn_module /usr/lib/apache2/modules/mod_dav_svn.so
</IfModule>


** Tags added: apache2

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/747925

Title:
  Wrong dependency listed for dav_svn_module

Status in “subversion” package in Ubuntu:
  New

Bug description:
  Binary package hint: libapache2-svn

  In /etc/apache2/mods-available/dav_svn.load, the "Depends" directive list dav as a dependency, which is not true.
  mod_dav_svn depends directly on mod_dav_fs functionality, not on mod_dav protocol handler, wich is indirect dependency for mod_dav_svn due to mod_dav_fs depending on it.
  Please fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/747925/+subscriptions




More information about the foundations-bugs mailing list