If the debconf result is supposed to be a list, the original code was
correct. If it's only a single value, then the "for" loop doesn't make
sense, but the original code would still be correct. But the uploaded
SRU change just doesn't make sense this way:

         for webserver in $webservers; do
             webserver=${webserver%,}
-            if [ "$webserver" = "lighttpd" ] ; then
+            if [ "$webservers" = "lighttpd" ] ; then

Also, the source package was built in a strange way (not using the
Ubuntu dpkg?), it's missing the Launchpad-Bugs-Fixed: line in the
source.changes.

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

Title:
  ampache does not configure webserver correctly

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to