Author: rafl
Date: Sun Nov 6 05:43:06 2005
New Revision: 9812
Modified:
trunk/debian/control.in
Log:
* Debian: Let libparrot$(SOVERSION) provide libparrot and conflict against
libparrot.
Modified: trunk/debian/control.in
==============================================================================
--- trunk/debian/control.in (original)
+++ trunk/debian/control.in Sun Nov 6 05:43:06 2005
@@ -20,6 +20,8 @@ Package: libparrot%SOVERSION%
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
+Provides: libparrot
+Conflicts: libparrot
Description: virtual machine to execute bytecode for interpreted languages
Parrot is a virtual machine designed to execute bytecode for interpreted
languages efficiently. Parrot will be the target for the Perl 6 compiler.