summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-11-28 16:23:59 +0200
committerAndrew Shadura <bugzilla@tut.by>2011-11-28 16:23:59 +0200
commit5092cd8d1348256654f396fc23ffa5866485cb7c (patch)
tree6605a0e8f5ff69ce37a6d54a45d70edbd37fdf19 /debian/control
parentc366a3db4436a7bef8bed62fcbd2541b9ea5ccba (diff)
fix the descriptions
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index ebe3043..2d2c962 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libmowgli-dev
Section: libdevel
Architecture: any
Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
-Description: high performance development framework for C
+Description: high performance development framework for C (development)
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
@@ -36,6 +36,6 @@ Priority: extra
Section: debug
Architecture: any
Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
-Description: high performance development framework for C
+Description: high performance development framework for C (debug)
This package contains the debug symbols needed to create meaningful backtraces
for applications that use the mowgli library.