[svn:parrot] r37471 - trunk/ports/ubuntu
allison at svn.parrot.org
allison at svn.parrot.org
Mon Mar 16 07:38:35 UTC 2009
Author: allison
Date: Mon Mar 16 07:38:35 2009
New Revision: 37471
URL: https://trac.parrot.org/parrot/changeset/37471
Log:
[ubuntu] All Sections specify 'universe'.
Modified:
trunk/ports/ubuntu/control.in
Modified: trunk/ports/ubuntu/control.in
==============================================================================
--- trunk/ports/ubuntu/control.in Mon Mar 16 07:08:31 2009 (r37470)
+++ trunk/ports/ubuntu/control.in Mon Mar 16 07:38:35 2009 (r37471)
@@ -18,7 +18,7 @@
Package: libparrot%SOVERSION%
Architecture: any
-Section: libs
+Section: universe/libs
Depends: ${shlibs:Depends}
Provides: libparrot
Conflicts: libparrot
@@ -28,14 +28,14 @@
Package: libparrot-dev
Architecture: any
-Section: libdevel
+Section: universe/devel
Depends: libparrot%SOVERSION% (= ${binary:Version}), parrot
Description: Parrot shared library development files
This package contains files needed to develop applications which embed Parrot.
Package: parrot-doc
Architecture: all
-Section: doc
+Section: universe/doc
Suggests: perl-doc
Description: Parrot documentation
Parrot manual pages and raw Pod documentation. If you are developing a
More information about the parrot-commits
mailing list