Author: rafl
Date: Fri Oct 28 04:33:30 2005
New Revision: 9612
Modified:
/ (props changed)
branches/debian/debian/control
branches/debian/debian/parrot-doc.install
Log:
[EMAIL PROTECTED]: rafl | 2005-10-28 13:31:39 +0200
* Install imcc docs+examples in parrot-doc.
* Adjusted package relations in debian/control.
Modified: branches/debian/debian/control
==============================================================================
--- branches/debian/debian/control (original)
+++ branches/debian/debian/control Fri Oct 28 04:33:30 2005
@@ -7,7 +7,9 @@ Standards-Version: 3.6.2
Package: parrot
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}
+Suggests: parrot-doc
+Recommends: perl
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.
@@ -16,7 +18,7 @@ Description: virtual machine to execute
Package: parrot-dev
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: parrot (= ${Source-Version})
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.
@@ -27,7 +29,7 @@ Description: virtual machine to execute
Package: parrot-doc
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
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.
Modified: branches/debian/debian/parrot-doc.install
==============================================================================
--- branches/debian/debian/parrot-doc.install (original)
+++ branches/debian/debian/parrot-doc.install Fri Oct 28 04:33:30 2005
@@ -1,2 +1,4 @@
-usr/examples/* usr/share/doc/parrot-doc/examples/
-usr/docs/* usr/share/doc/parrot-doc/docs/
+usr/examples/* usr/share/doc/parrot-doc/examples/
+usr/imcc/examples/* usr/share/doc/parrot-doc/examples/imcc/
+usr/docs/* usr/share/doc/parrot-doc/docs/
+usr/imcc/docs/* usr/share/doc/parrot-doc/docs/imcc/