* debian/control: Added proper conflict/replace rules.

git-svn-id: svn://svn.zoy.org/elk/trunk@20 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-21 12:43:01 +00:00
parent 1c03bfe4a9
commit c32ad30f5b
1 changed files with 19 additions and 19 deletions

38
debian/control vendored
View File

@ -8,25 +8,25 @@ Standards-Version: 3.6.0
Package: elk Package: elk
Architecture: any Architecture: any
Section: interpreters Section: interpreters
Priority: optional
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Conflicts: pact (<= 980714-1) Conflicts: pact (<= 980714-1)
Description: the Elk Scheme interpreted Description: the Elk Scheme interpreted
Elk is an implementation of the Scheme programming language, Elk is an implementation of the Scheme programming language, designed
designed specifically as an embeddable, reusable extension specifically as an embeddable, reusable extension language subsystem for
language subsystem for applications written in C or C++. applications written in C or C++.
. .
This package contains the Elk Scheme interpreter. This package contains the Elk Scheme interpreter.
Package: libelk0 Package: libelk0
Architecture: any Architecture: any
Section: libs Section: libs
Priority: optional
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Conflicts: elk (<< 3.99-1)
Replaces: elk (<< 3.99-1)
Description: implementation of Scheme (the Extension Language Kit) Description: implementation of Scheme (the Extension Language Kit)
Elk is an implementation of the Scheme programming language, Elk is an implementation of the Scheme programming language, designed
designed specifically as an embeddable, reusable extension specifically as an embeddable, reusable extension language subsystem for
language subsystem for applications written in C or C++. applications written in C or C++.
. .
This package contains the libelk0 runtime library, as well as several plugins 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 shipped with Elk. They provide hooks for Unix system calls, the X Window
@ -36,23 +36,23 @@ Description: implementation of Scheme (the Extension Language Kit)
Package: libelk0-dev Package: libelk0-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Priority: optional
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Conflicts: elk (<< 3.99-1)
Replaces: elk (<< 3.99-1)
Description: development files for libelk0 Description: development files for libelk0
Elk is an implementation of the Scheme programming language, Elk is an implementation of the Scheme programming language, designed
designed specifically as an embeddable, reusable extension specifically as an embeddable, reusable extension language subsystem for
language subsystem for applications written in C or C++. applications written in C or C++.
. .
This package contains the header files and static library needed to This package contains the header files and static library needed to compile
compile applications that use libelk0. applications that use libelk0.
Package: elkdoc Package: elkdoc
Architecture: all Architecture: all
Section: doc Section: doc
Priority: optional
Description: documentation for the Extension Language Kit Description: documentation for the Extension Language Kit
Elk is an implementation of the Scheme programming language, Elk is an implementation of the Scheme programming language, designed
designed specifically as an embeddable, reusable extension specifically as an embeddable, reusable extension language subsystem for
language subsystem for applications written in C or C++. applications written in C or C++.
. .
Elk is also useful as a stand-alone Scheme implementation. This package contains the Elk documentation.