Comment 5 for bug 276945

Revision history for this message
Charlie_Smotherman (cjsmo) wrote : Re: [Bug 276945] Re: [intrepid] menu buttons don't work on main page

On Mon, 2008-10-06 at 10:19 +0000, James Westby wrote:
> On Sat, 2008-10-04 at 03:16 +0000, Charlie_Smotherman (porthose) wrote:
> > On Fri, 2008-10-03 at 17:41 +0000, James Westby wrote:
> > > Hi Charlie,
> > >
> > > Thanks for working on this. I have a few questions about your patch.
> > >
> > > - #Stop and purge debconf.
> > > - db_stop || true
> > > - db_purge || true
> > > -
> > >
> > > I'm just guessing, but perhaps the purge should be before the stop?

ampache.postrm chokes either way?? Can we just remove this for now? I
am going to discuss this with my DD sponsor to see figure out what is
causing this to happen, and will include any fixes in with my next
debian upload. Would this be acceptable?
>
> > >
> > > + if [ -d /usr/share/ampache ]; then
> > > + rm -rf /usr/share/ampache
> > > + rm -f /etc/apache2/conf.d/ampache
> > > + fi
> > >
> > >This is actually cruft left over from the symlink. So changed it to be
          if [ -h /etc/apache2/conf.d/ampache.conf ]; then
                rm -f /etc/apache2/conf.d/ampache.conf
          fi
> > >
> > Thanks for the clarification. Does adding
> /usr/share/ampache/www/modules/prototype/ to debian/dirs help in
> having the directory in the deb at all?

added debian/dirs, and moved prototype symlink creation to debian/links
this works perfectly now, thanks

Charlie
(porthose)