An updated version of the [FAQ](http://www.oracle.com/ocom/groups/public/documents/webcontent/038563.pdf) on [Oracle and Sun](http://www.oracle.com/us/sun/index.htm) contains a section which expresses Oracle's intend to continue developing and supporting OpenOffice.org as open source.
October 2009 Archives
Created a patch in the debian package build system to fix a compile time error of Synchronet v3.14a at line 133 of src/xpdev/link_list.c:
> Error during compile - link_list.c:133: error: incompatible types in assignment.
Commented that line out, as did upstream; reference revision
[1.37](http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/xpdev/link_list.c.diff?r1=1.36&r2=1.37)
of that file in CVS (cvs.synchro.net). (And because it was already fixed in CVS, will not need the patch for v3.15 packages.)
Moved blog from rocasa.org to rocasa.us.
Message posted to the Debian Developers email list on 29 July 2009 by Goswin von Brederlow: [Introduction to multiarch: What maintainers must do](http://lists.debian.org/debian-devel/2009/07/msg00861.html)
Completed some work on the bbbs-installer package, including cleaning up some Lintian errors and a package installation error.
This is causing errors in debian/rules:
- if at begining columnet - debian/rules:49: *** missing separator. Stop.
- if at same column as clean target contents: /bin/sh: ifneq: command not found
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
Created a GIT repository for the MBSE BBS Debian packaging project, migrated the old SVN repository to it, and made it publically available at .
Created a GIT repository for TinyTIC at the ftnapps sourceforge project, which can be viewed at [1]. The repository was created from the SVN repository and will be kept synchronized with it.
[1]
