summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 20:45:37 +0200
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 20:45:37 +0200
commitaa023453b9831784ffa54316a8da45e2c7898542 (patch)
tree3db3f9aa8b2555fddc028a7612e976736625be5c /debian
parentc8f35da4b5f3b445eb55fb4f5ce5f3380ccf74ed (diff)
debian/control: fix build deps, use proper wording
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 4bb50e4..6ca85b3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libguess
Priority: extra
Maintainer: Andrew O. Shadoura <bugzilla@tut.by>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, libmowgli-dev (>= 0.7.0)
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, libmowgli-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.1
Section: libs
Homepage: http://www.atheme.org/project/libguess
@@ -12,17 +12,17 @@ Package: libguess-dev
Section: libdevel
Architecture: any
Depends: libguess1 (= ${binary:Version}), ${misc:Depends}
-Description: a high-speed character set detection library (development)
+Description: high-speed character set detection library (development)
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
in parallel, and quickly.
.
- This package contains files needed for development with natspec.
+ This package contains files needed for development with libguess.
Package: libguess1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a high-speed character set detection library
+Description: high-speed character set detection library
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
in parallel, and quickly.