From 61eb2cda944fc399dc97215702e8e524a63dc447 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 28 Nov 2011 15:48:31 +0200 Subject: merge changes from Patrick --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 2ea1a75..20e10cd 100644 --- a/debian/control +++ b/debian/control @@ -13,13 +13,13 @@ Package: libmowgli-dev Section: libdevel Architecture: any Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends} -Description: a high performance development framework for C +Description: high performance development framework for C Mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well - as a high performance block allocator. + as high performance block allocator. . This package contains files needed for development with this library and code examples. @@ -28,7 +28,7 @@ Package: libmowgli2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: a high performance development framework for C +Description: high performance development framework for C This package contains the shared library needed to run programs that use the mowgli library. @@ -37,6 +37,6 @@ Priority: extra Section: debug Architecture: any Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends} -Description: a high performance development framework for C +Description: high performance development framework for C This package contains the debug symbols needed to create meaningful backtraces for applications that use the mowgli library. -- cgit v1.2.3