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

allison at svn.parrot.org allison at svn.parrot.org
Mon Mar 16 07:07:09 UTC 2009


Author: allison
Date: Mon Mar 16 07:07:08 2009
New Revision: 37469
URL: https://trac.parrot.org/parrot/changeset/37469

Log:
[debian] Storing the generated file causes more problems than it solves.

Deleted:
   trunk/ports/debian/control

Deleted: trunk/ports/debian/control
==============================================================================
--- trunk/ports/debian/control	Mon Mar 16 07:07:08 2009	(r37468)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,56 +0,0 @@
-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