Last change
on this file since 2616 was
2616,
checked in by felix winkelmann, 14 years ago
|
added Ivan's debian dir
|
File size:
715 bytes
|
Line | |
---|
1 | Since version 2.2-1 I decided to drop the old packaging scheme with chicken |
---|
2 | and chicken-dev packages and now we have a libchicken0 package, with runtime |
---|
3 | libs, a libchicken-dev package, with header and static libs and, finally, a |
---|
4 | chicken-bin package that contains the tools. |
---|
5 | chicken-bin needs to depend on both libchicken0 (the compiler is linked against |
---|
6 | it) and on libchicken-dev to be able to compile scm files into C ones: I know |
---|
7 | that this is not a real common approach, but the alternative (merge -bin and |
---|
8 | -dev package) would be probably uglier because we will need to depend on both |
---|
9 | libpcre3 and libpcre3-dev! |
---|
10 | If you want to discuss a better approach feel free to contact me. |
---|
11 | |
---|
12 | Davide Puricelli <evo@debian.org> |
---|
Note: See
TracBrowser
for help on using the repository browser.