Hi, Thanks for the very quick reply about where to find the source.
I tried building packages based on what was in the mainline this morning. It appeared to be OK except that the packages built could not be installed as the files under /var/lib/debbugs/www/ were included in both the debbugs and debbugs-web packages. Assuming that I interpreted what I found in the bzr logs correctly, the attached patch should address that issue. debbugsconfig only seems to work correctly if both the debbugs and debbugs-web packages are installed. Does this need to be changed yet to finish the "split"? Or am I doing something wrong? Allan. === modified file 'debian/debbugs.install' --- debian/debbugs.install 2008-08-16 20:09:00 +0000 +++ debian/debbugs.install 2008-10-07 19:37:00 +0000 @@ -2,6 +2,6 @@ usr/share/man/man8 usr/sbin usr/share/doc/debbugs/examples -var/lib/debbugs +var/lib/debbugs/spool usr/bin/add_bug_to_estraier usr/share/man/man1/add_bug_* -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

