James McCoy wrote on Sat, 17 Jun 2017 14:45 -0400: > On Sat, May 20, 2017 at 02:07:31PM +0000, Daniel Shahaf wrote: > > 2. State that mod_dav_svn is found in the libapache2-mod-svn package. > > (Perhaps that package could even become a Suggests: ; I'm not sure.) > > mod_dav_svn is explicitly mentioned in libapache2-mod-svn's Description, > so it is searchable. As for the Suggests, do you think it's common that > someone installs the subversion package and then wonders where the httpd > module is?
I'll defer to your judgement regarding what the average Debian-savvy new svn-server-admin would expect. Personally, I'd certainly expect a libapache2-mod-* package would be needed, but I might expect it would be pulled in as a dependency of the "application" package I need to install to get "http:// svn server" functionality. I'd assume the libapache2-mod-* namespace is for libraries, like libacme-foo-perl. (Which it is, from httpd's perspective.) Another consideration is to have a pointer for mod_dav_svn for analogy with the existing pointer to svnserve. Upstream considers both of them core features on equal footing, so it'd make sense for the primary package to point to both of them. Cheers, Daniel