[<<][pool][>>][..]
Sun Mar 6 12:25:48 EST 2011
Racket
To build the racket debian package, first get the git repo[1], create
the source package with gitpkg, create the binary package with
dpkg-buildpackage and install it:
git config gitpkg.pre-export-hook /usr/share/gitpkg/hooks/pristine-tar-pre-export-hook
gitpkg master
cd ../deb-packages/plt-scheme/plt-scheme-5.0/
dpkg-buildpackage -b
cd ..
dpkg -i plt-scheme_5.0-1_all.deb plt-scheme-doc_5.0-1_all.deb racket_5.0-1_amd64.deb racket-common_5.0-1_all.deb racket-doc_5.0-1_all.deb
For the last step I had to use --force-overwrite because of common
files in racket-common and racket-doc.
However, racket 5 breaks my stuff. I didn't take a careful look, but
it seems to be some planet libraries are still missing..
Not ready yet.. Back to 4.2
EDIT: breaks sweb: facade.ss: make-make-response/ful -> response/full
[1] http://git.debian.org/?p=collab-maint/racket.git
[Reply][About][<<][pool][>>][..]