Added utf8-string library to depends in debian/control.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1352 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-08-01 00:45:26 +00:00
parent 0c6dd105b7
commit 17b4cb7ab7

4
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: pandoc
Section: text Section: text
Priority: optional Priority: optional
Maintainer: Recai Oktaş <roktas@debian.org> Maintainer: Recai Oktaş <roktas@debian.org>
Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.8.2-1), libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.8.2-1), libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, libghc6-utf8-string-dev
Build-Depends-Indep: haddock Build-Depends-Indep: haddock
Standards-Version: 3.7.3 Standards-Version: 3.7.3
Homepage: http://johnmacfarlane.net/pandoc/ Homepage: http://johnmacfarlane.net/pandoc/
@ -38,7 +38,7 @@ Description: general markup converter
Package: libghc6-pandoc-dev Package: libghc6-pandoc-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, libghc6-utf8-string-dev
Suggests: pandoc-doc Suggests: pandoc-doc
Description: general markup converter Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to Pandoc is a Haskell library for converting from one markup format to