Migrating back from Debian Experimental to OGo produced Debs.
I started by backing up my opengroupware.org directory. I have db backups that are run daily, by dumping all the dbs.
# cp -rp opengroupware.org opengroupware.org.bak
Next, I removed the Debian Experimental packages.
# apt-get remove opengroupware.org-*
Then, I edited the /etc/apt/sources.list and added the following line
deb http://download.opengroupware.org/packages/debian sarge trunk
a quick apt-get update, then I could look at installing OGo with apt-get install opengroupware.org You may want to install other packages, so check and make sure you have all that you need. Make sure you have libfoundation-tools installed, and that the sope4.3 postgres adaptor is installed. I had to do those manually. I also had to install webmail-tools manually.
I then CD'd to the Defaults directory, and edited the NSGlobalDomain.plist to remove the 72 from the PostgreSQL72 default. Also change the path of NGBundlePath.
# cd /var/lib/opengroupware.org/GNUstep/.libFoundation/Defaults vi NSGlobalDomain.plist LSAdaptor = PostgreSQL; NGBundlePath = "/usr/lib/opengroupware.org-1.0a/";
The binaries are now in /usr/sbin, and are prefixed with ogo-.
MISC NOTES: Vacation notice says [missing component: VacationViewer] Filters don't work. New does nothing, and existing filters aren't shown.