From 5b9875f942b607107705ec6fef2d2c5c5214f471 Mon Sep 17 00:00:00 2001 From: shadoi Date: Fri, 23 Sep 2005 21:06:09 +0000 Subject: [PATCH] Add generic provides. SVN revision: 16887 --- legacy/embryo/debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/embryo/debian/control b/legacy/embryo/debian/control index 30afa62f27..c85f402505 100644 --- a/legacy/embryo/debian/control +++ b/legacy/embryo/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.6.0 Package: embryo0-bin Section: graphics Architecture: any +Provides: embryo-bin Depends: ${shlibs:Depends} Description: SMALL compiler creating Embryo bytecode This package contains the compiler embryo_cc. @@ -15,6 +16,7 @@ Description: SMALL compiler creating Embryo bytecode Package: libembryo0-dev Section: devel Architecture: any +Provides: libembryo-dev Depends: libembryo0 (= ${Source-Version}), libc6-dev | libc-dev Description: Development files for libembryo0 Headers, static libraries and documentation for Embryo. @@ -22,6 +24,7 @@ Description: Development files for libembryo0 Package: libembryo0 Section: libs Architecture: any +Provides: libembryo Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: embryo0-bin (= ${Source-Version}) Description: SMALL-based abstract machine (AMX) bytecode interpreter