[pkg-pnet-commits] [SCM] pnet branch, master, updated. ea3134b3450f2d95c5499e071cb3a2bdb0cec399

David Paleino d.paleino at gmail.com
Tue Feb 24 10:46:22 UTC 2009


The following commit has been merged in the master branch:
commit ea3134b3450f2d95c5499e071cb3a2bdb0cec399
Author: David Paleino <d.paleino at gmail.com>
Date:   Tue Feb 24 11:45:45 2009 +0100

    First binary layout draft

diff --git a/debian/control b/debian/control
index cd584a9..c8d9e3a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,66 @@ Vcs-Git: git://git.debian.org/git/pkg-pnet/packages/pnet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-pnet/packages/pnet.git
 
 Package: pnet
+Architecture: all
+Depends: pnet-interpreter,
+ pnet-compiler,
+ pnet-tools,
+ pnet-embed,
+ pnet-embded-dev,
+ ${misc:Depends}
+Description: DotGNU Portable .NET
+ The goal of this project is to build a suite of Free Software tools to
+ build and execute portable executable (.NET, JavaTM, Parrot)
+ applications, including compilers, an assembler, a disassembler, and
+ runtime engine capable of executing multiple stack-based bytecode
+ formats.
+ .
+ This is a meta-package, and will install the complete DotGNU Portable
+ .NET suite.
+
+Package: pnet-interpreter
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: interpreter for DotGNU Portable .NET
+ The DotGNU Portable .NET interpreter.  It executes multiple kinds
+ of portable executables, including IL (".NET"), JavaTM classes
+ and Parrot assemblies.
+
+Package: pnet-compiler
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: compilers for DotGNU Portable .NET
+ The DotGNU Portable. NET compiler suite.  This collection allows
+ multiple input languages and multiple output bytecodes, much like
+ GCC.  Current languages include C# and C; current output formats
+ include IL assembly (".NET"), JavaTM assembly, and imcc (Parrot
+ (Perl6) high-level assembly).
+
+Package: pnet-tools
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: binutils for DotGNU Portable .NET  
+ A toolkit for the Portable .NET compiler and interpreter.
+ This includes csant, a replacement for make, and various
+ tools to deal with IL binaries.
+
+Package: pnet-embed
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: shared garbage collector for DotGNU Portable .NET
+ Portable .NET builds and installs a shared garbage-collection library,
+ intended for use with embedded CLR.
+
+Package: pnet-embed-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Section: devel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ pnet-embed (>= ${source:Version})
+Description: static libraries and headers for embedding DotGNU Portable .NET
+ Static libraries and headers needed to compile programs that embed
+ Portable .NET.

-- 
pnet



More information about the pkg-pnet-commits mailing list