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

allison at svn.parrot.org allison at svn.parrot.org
Tue Feb 3 23:28:21 UTC 2009


Author: allison
Date: Tue Feb  3 23:28:21 2009
New Revision: 36342
URL: https://trac.parrot.org/parrot/changeset/36342

Log:
[cage] Adding generated debian control file explicitly, so it can be
used in Ubuntu packaging unchanged.

Added:
   trunk/ports/debian/control
Modified:
   trunk/ports/debian/   (props changed)

Added: trunk/ports/debian/control
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/ports/debian/control	Tue Feb  3 23:28:21 2009	(r36342)
@@ -0,0 +1,56 @@
+Source: parrot
+Section: interpreters
+Priority: optional
+Maintainer: Parrot Developers <parrot-dev at lists.parrot.org>
+Uploaders: Allison Randal <allison at parrot.org>, Nuno Carvalho <mestre.smash at gmail.com>, Patrick Michaud <pmichaud at pobox.com>
+Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgdbm-dev, libreadline-dev
+Standards-Version: 3.7.2
+
+Package: parrot
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: parrot-doc
+Recommends: perl
+Description: Virtual machine for dynamic languages
+ Parrot is a virtual machine designed to efficiently compile and execute
+ bytecode for dynamic languages. Parrot currently hosts a variety of language
+ implementations in various stages of completion, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+
+Package: libparrot0.9.0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Provides: libparrot
+Conflicts: libparrot
+Description: Virtual machine for dynamic languages
+ Parrot is a virtual machine designed to efficiently compile and execute
+ bytecode for dynamic languages. Parrot currently hosts a variety of language
+ implementations in various stages of completion, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+ .
+ This package contains the Parrot shared library.
+ 
+Package: libparrot-dev
+Architecture: any
+Section: libdevel
+Depends: libparrot0.9.0 (= ${binary:Version}), parrot
+Description: Virtual machine for dynamic languages
+ Parrot is a virtual machine designed to efficiently compile and execute
+ bytecode for dynamic languages. Parrot currently hosts a variety of language
+ implementations in various stages of completion, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+ .
+ This package contains files needed to develop applications which embed Parrot.
+
+Package: parrot-doc
+Architecture: all
+Section: doc
+Suggests: perl-doc
+Description: Virtual machine for dynamic languages
+ Parrot is a virtual machine designed to efficiently compile and execute
+ bytecode for dynamic languages. Parrot currently hosts a variety of language
+ implementations in various stages of completion, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+ .
+ This package contains various documentation for Parrot.


More information about the parrot-commits mailing list