elk/debian
sam d51c970c8d elk (3.0-9) unstable; urgency=low
* New maintainer.
  * Packaging updates:
    + Fixed spelling in the package description (Closes: #161056).
    + Updated standards version to 3.5.9.0.
    + Changed SCM_DIR from /usr/lib/elk/scm to /usr/share/elk/scm because
      scheme scripts are platform-independent.
  * Massive code cleanups:
    + Added -Wall to the build rules to make error spotting easier, and fixed
      all compilation warnings in the main program.
    + Replaced sys_errlist with strerror, bcopy with memcpy, bzero with memset.
    + Fixed many uninitialized variables.
  * Fixed some pointer/integer type confusions which caused elk to crash
    on alpha (Closes: #59893) and probably ia64.
  * Fixed a read overflow in heap-gen.c:AllocPage() that was corrupting the
    internal heap (Closes: #57621).
  * Fixed a missing memory area initialization in heap-gen.c:ExpandHeap() that
    was causing garbage collector crashes.
  * Fixed an integer sign issue in main.c:Max_Stack (Closes: #176190).
  * Made `quit' an alias for `exit' in toplevel.scm.
 -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 11:33:23 +0200


git-svn-id: svn://svn.zoy.org/elk/trunk@3 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-19 19:24:23 +00:00
..
README.Debian elk (3.0-9) unstable; urgency=low 2003-08-19 19:24:23 +00:00
changelog elk (3.0-9) unstable; urgency=low 2003-08-19 19:24:23 +00:00
control * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
copyright * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
dirs * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
elk.docs * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
elk.ini elk (3.0-9) unstable; urgency=low 2003-08-19 19:24:23 +00:00
elk.postinst * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
elk.prerm * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
elkdoc.docs * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
ldflags-elk.1 * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
linkscheme.1 * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
makedl.1 * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
manpages * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
menu * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
rules elk (3.0-9) unstable; urgency=low 2003-08-19 19:24:23 +00:00
scheme-elk.1 * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
scheme-warning-elk * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00
scheme-warning-elk.1 * Imported the original 3.0-8.1 Debian diff. 2003-08-19 19:22:48 +00:00

README.Debian

elk for Debian
--------------

New location of files in Debian GNU/Linux version of Elk:
---------------------------------------------------------

	The default install location of files and directories in the
Elk distribution does not comply with the FSSTND. This is the reason 
why some reordering has been done for the Debian packaged version. 
	However the documentation has not been changed. All relative
and absolute paths referred therein are the original.
	The following table relates the original locations to the new ones:

	Original location		New location
	.................		............

$install_dir/bin/scheme			/usr/bin/scheme

$install_dir/include/			/usr/include/elk/

$install_dir/runtime/scm/		/usr/share/elk/scm/

$install_dir/runtime/obj/		/usr/lib/elk/obj/

$install_dir/lib/*.o			/usr/lib/elk/*.o

$install_dir/lib/{linkscheme,makedl}	/usr/bin/{linkscheme,makedl}

$install_dir/lib/ldflags		/usr/bin/ldflags-elk


 -- Enrique Zanardi <ezanard@debian.org>  Mon, 26 Mar 2001 20:19:04 +0100
 -- Samuel Hocevar <sam@zoy.org>  Mon, 31 Mar 2003 15:00:23 +0200