- Minor bugfixes:
Progress window now has a proper icon
Nautilus will now consistently show the toolbar icons
- Debian packages!
We can now build decent a debian package from the source:
$ ./configure
$ make deb
The usual debian works too:
$ dpkg-buildpackage
- RPM Packages! (well... sort of)
We can also build an RPM:
$ ./configure
$ make rpm
Beware: The resulting RPM file will not list all of its
dependencies. This bit needs further work. Or perhaps rpmbuild just
behaves differently on Debian.... read more
Version 0.4 is now released(!)
Download the Debian package (for lenny) or the sources
The first cut of the code is ready for you to experiment with:
svn checkout https://gnubversion.svn.sourceforge.net/svnroot/gnubversion/trunk gnubversion
cd gnubversion
./dev-bootstrap
./configure --enable-run-from-source
make
Enjoy!
Merry Xmas!