summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-25 12:56:40 +0200
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-25 12:56:40 +0200
commit4268fce55870a8935b1b23c7d6961e1cc8439599 (patch)
treedf3749602e884387006e3be88e0e4bc332052c24 /debian
parented8b1667e0f50aa3f3e46197632e19209a992987 (diff)
-dev package must depend on libmowgli-dev
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6f2988a..478c32f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://hg.debian.org/hg/collab-maint/libguess/summary
Package: libguess-dev
Section: libdevel
Architecture: any
-Depends: libguess1 (= ${binary:Version}), ${misc:Depends}
+Depends: libguess1 (= ${binary:Version}), ${misc:Depends}, libmowgli-dev (>= 0.7.0)
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