summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 11:13:52 +0300
committerAndrew O. Shadoura <bugzilla@tut.by>2010-10-10 11:13:52 +0300
commitaba9c2b9398052555cabf4567d4daf7abe3034de (patch)
treed0a5378b60ba380970641233023d6ef3acb79cb6 /debian/control
parentcece48595785ebfb2232ff27605f311256dca8ba (diff)
initial packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..611b6ea
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+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)
+Standards-Version: 3.9.1
+Section: libs
+Homepage: http://hg.atheme.org/libguess/
+Vcs-git: http://hg.debian.org/collab-maint/libguess
+Vcs-Browser: http://hg.debian.org/collab-maint/libguess/summary
+
+Package: libguess-dev
+Section: libdevel
+Architecture: any
+Depends: libguess0 (= ${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
+ in parallel, and quickly.
+ .
+ This package contains files needed for development with natspec.
+
+Package: libguess-examples
+Section: devel
+Architecture: any
+Depends: libguess-dev (= ${binary:Version}), ${misc:Depends}
+Description: a high-speed character set detection library (examples)
+ 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 source code of some examples of using natspec.
+
+Package: libguess1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a 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.
+