Comment Re:That's the whole purpose of a "stable" release (Score 1) 86
> ... what happens to those users who need apache 2 functionality on mission critical servers?
echo deb-src http://kabuki.sfarc.net/apache2 / >> /etc/apt/sources.list
apt-get -b source apache2
dpkg -i *.deb
I've just done this on a potato system. It works just fine. Well, I've build perl and debhelper from woody to meet the build depencies. You can get bleeding edge software with debian! Just build it from debian source packages and they integrate well with the packaging system.
-Jade.
echo deb-src http://kabuki.sfarc.net/apache2 / >>
apt-get -b source apache2
dpkg -i *.deb
I've just done this on a potato system. It works just fine. Well, I've build perl and debhelper from woody to meet the build depencies. You can get bleeding edge software with debian! Just build it from debian source packages and they integrate well with the packaging system.
-Jade.