From 26d9d0fb1d0ab596657f968425318456e45ea660 Mon Sep 17 00:00:00 2001 Message-Id: <26d9d0fb1d0ab596657f968425318456e45ea660.1715163272.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 15 Feb 2006 12:30:12 +0000 Subject: [PATCH] debian: Fix package sections. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 576aa11..d0a0e61 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,7 @@ Source: python-mlib -Section: libs +Section: python Priority: extra -Build-Depends: - mlib-dev, +Build-Depends: mlib-dev, python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex Maintainer: Mark Wooding Standards-Version: 3.1.1 -- [mdw]