debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ded7abc75bc74601f3f9b95f644fb442ca0a3277 Author: Drew Parsons <[email protected]> Date: Thu Oct 29 17:52:08 2009 +1100 libxfontp1-dbg depends on libxfontp1 and goes in Section: debug diff --git a/debian/control b/debian/control index a141eb7..e464a80 100644 --- a/debian/control +++ b/debian/control @@ -37,10 +37,10 @@ Description: X11 font rasterisation library git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfontp1-dbg -Section: libdevel +Section: debug Architecture: any Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libxfontp1 (= ${binary:Version}) Description: X11 font rasterisation library (debug package) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

