[svn:parrot] r37694 - trunk/ports/debian

allison at svn.parrot.org allison at svn.parrot.org
Wed Mar 25 03:37:16 UTC 2009


Author: allison
Date: Wed Mar 25 03:37:11 2009
New Revision: 37694
URL: https://trac.parrot.org/parrot/changeset/37694

Log:
[debian] Fixing notation in dependency versions, fixing conflict between
shared libparrot versions. Thanks to Colin Watson for the patch.

Modified:
   trunk/ports/debian/control.in

Modified: trunk/ports/debian/control.in
==============================================================================
--- trunk/ports/debian/control.in	Wed Mar 25 03:33:38 2009	(r37693)
+++ trunk/ports/debian/control.in	Wed Mar 25 03:37:11 2009	(r37694)
@@ -19,8 +19,8 @@
 Package: parrot-minimal
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: parrot ( < 1.0.0 )
-Replaces: parrot ( < 1.0.0 )
+Conflicts: parrot ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 )
 Description: A minimal install of the Parrot VM
  This package contains the core Parrot virtual machine. It's all that you need
  to get up and running in the average use case, and is sufficient to run most
@@ -30,8 +30,6 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
-Provides: libparrot
-Conflicts: libparrot
 Description: Parrot shared library
  This package contains the Parrot shared library, used by the Parrot virtual
  machine and by programs that embed Parrot.
@@ -58,8 +56,8 @@
 Section: devel
 Depends: ${shlibs:Depends}, parrot, libparrot-dev, perl
 Provides: parrot-pge, parrot-tge, parrot-pct, parrot-nqp
-Conflicts: parrot ( < 1.0.0 ), libparrot-dev ( < 1.0.0 )
-Replaces: parrot ( < 1.0.0 ), libparrot-dev ( < 1.0.0 )
+Conflicts: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
 Description: Parrot development tools
  This package contains development tools for the Parrot virtual machine. It is
  essential for developing language implementations to run on Parrot, but not


More information about the parrot-commits mailing list