diff --git a/debian/changelog b/debian/changelog index 981695a..450164f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ elk (3.99.0-1) unstable; urgency=low - * Pending release. + * New release. + * elk is now split into the library and the interpreter. - -- Sam Hocevar (Debian packages) Thu, 21 Aug 2003 12:55:31 +0200 + -- Sam Hocevar (Debian packages) Wed, 3 Sep 2003 01:38:09 +0200 elk (3.0-16) unstable; urgency=low diff --git a/debian/control b/debian/control index d8386d9..6c6de5a 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,15 @@ Architecture: any Section: interpreters Depends: ${shlibs:Depends} Conflicts: pact (<= 980714-1) -Description: the Elk Scheme interpreted +Description: the Elk Scheme interpreter Elk is an implementation of the Scheme programming language, designed specifically as an embeddable, reusable extension language subsystem for applications written in C or C++. . - This package contains the Elk Scheme interpreter. + This package contains the Elk Scheme interpreter, as well as several plugins + shipped with Elk. They provide hooks for Unix system calls, the X Window + System, as well as the X Athena Widgets and the Motif toolkits. Example + scripts on how to use these plugins are provided in the elkdoc package. Package: libelk0 Architecture: any @@ -28,10 +31,7 @@ Description: implementation of Scheme (the Extension Language Kit) specifically as an embeddable, reusable extension language subsystem for applications written in C or C++. . - This package contains the libelk0 runtime library, as well as several plugins - shipped with Elk. They provide hooks for Unix system calls, the X Window - System, as well as the X Athena Widgets and the Motif toolkits. Example - scripts on how to use these plugins are provided in the elkdoc package. + This package contains the libelk0 runtime library. Package: libelk0-dev Architecture: any diff --git a/debian/rules b/debian/rules index 4c4be73..1e9d49f 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,8 @@ binary-indep: build install dh_testroot # dh_installdebconf dh_installdocs + rm -Rf `find $(CURDIR)/debian/elkdoc/usr/share/doc/elkdoc/ -type d -name .svn` + rm -f `find $(CURDIR)/debian/elkdoc/usr/share/doc/elkdoc/ -type f -name 'Makefile*'` # dh_installexamples # dh_installmenu # dh_installemacsen