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

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 24 09:21:31 UTC 2009


Author: allison
Date: Tue Mar 24 09:21:24 2009
New Revision: 37674
URL: https://trac.parrot.org/parrot/changeset/37674

Log:
[debian] The parrot-devel package also needs the header files installed
with the libparrot-dev package.

Modified:
   trunk/ports/debian/control.in

Modified: trunk/ports/debian/control.in
==============================================================================
--- trunk/ports/debian/control.in	Tue Mar 24 09:16:20 2009	(r37673)
+++ trunk/ports/debian/control.in	Tue Mar 24 09:21:24 2009	(r37674)
@@ -56,7 +56,7 @@
 Package: parrot-devel
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}, parrot, perl
+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 )


More information about the parrot-commits mailing list