[svn:parrot] r38780 - trunk/ports/ubuntu

allison at svn.parrot.org allison at svn.parrot.org
Thu May 14 22:34:59 UTC 2009


Author: allison
Date: Thu May 14 22:34:57 2009
New Revision: 38780
URL: https://trac.parrot.org/parrot/changeset/38780

Log:
[ubuntu] Don't bother with custom Ubuntu section names.

Modified:
   trunk/ports/ubuntu/control.in

Modified: trunk/ports/ubuntu/control.in
==============================================================================
--- trunk/ports/ubuntu/control.in	Thu May 14 21:45:02 2009	(r38779)
+++ trunk/ports/ubuntu/control.in	Thu May 14 22:34:57 2009	(r38780)
@@ -1,5 +1,5 @@
 Source: parrot
-Section: universe/interpreters
+Section: interpreters
 Priority: optional
 Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
 XSBC-Original-Maintainer: Debian Parrot Maintainers <pkg-parrot-devel at lists.alioth.debian.org>
@@ -28,7 +28,7 @@
 
 Package: libparrot at SOVERSION@
 Architecture: any
-Section: universe/libs
+Section: libs
 Depends: ${shlibs:Depends}
 Description: Parrot shared library
  This package contains the Parrot shared library, used by the Parrot virtual
@@ -36,7 +36,7 @@
  
 Package: libparrot-dev
 Architecture: any
-Section: universe/devel
+Section: libdevel
 Depends: libparrot at SOVERSION@ (= ${binary:Version}), parrot
 Description: Parrot shared library development files
  This package contains header files and a static library, needed to develop
@@ -44,7 +44,7 @@
 
 Package: parrot-doc
 Architecture: all
-Section: universe/doc
+Section: doc
 Suggests: perl-doc
 Description: Parrot documentation
  Parrot manual pages and raw Pod documentation. If you are developing a
@@ -53,7 +53,7 @@
 
 Package: parrot-devel
 Architecture: any
-Section: universe/devel
+Section: devel
 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 )


More information about the parrot-commits mailing list