summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-11-28 15:48:31 +0200
committerAndrew Shadura <bugzilla@tut.by>2011-11-28 15:48:31 +0200
commit61eb2cda944fc399dc97215702e8e524a63dc447 (patch)
tree9fe09be9b13d88fb6bc8422595010d7d975eafc3
parentf9f162b5f99a18da91109f3ab7bb2f9244a888aa (diff)
merge changes from Patrick
-rw-r--r--debian/control8
1 files 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.