summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 13:50:39 +0300
committerAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 13:50:39 +0300
commit1b009a95f292e78d08dc677971ae3bf09427c1e6 (patch)
tree2ecbbbf8d4d6cfa12f2717499b27a9fc29f83c41 /debian
parent26bd005eaf4c93d0326bc02e685bbbe1822834a3 (diff)
correct the dependency
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 2f240e6..e396a87 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://hg.debian.org/collab-maint/libguess/summary
Package: libguess-dev
Section: libdevel
Architecture: any
-Depends: libguess0 (= ${binary:Version}), ${misc:Depends}
+Depends: libguess1 (= ${binary:Version}), ${misc:Depends}
Description: a 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