diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-05-26 11:45:15 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-05-26 11:45:15 +0000 |
commit | cfd9ff738165e7c3df66397835b39e01583fd6ca (patch) | |
tree | 1be0917614b874ad642561f2380eaad9c7c77aff | |
parent | aedc2095f53e68d6b7143235dead4e7582b4f995 (diff) | |
download | pandoc-cfd9ff738165e7c3df66397835b39e01583fd6ca.tar.gz |
Adjust Debian package dependencies:
+ add libghc6-mtl-dev
+ remove version condition from libghc6-xhtml-dev
git-svn-id: https://pandoc.googlecode.com/svn/trunk@601 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b73d052e6..191286b21 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pandoc Section: text Priority: optional Maintainer: Recai Oktaş <roktas@debian.org> -Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev (>= 2006.9.13-3), perl +Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, perl Build-Depends-Indep: haddock Standards-Version: 3.7.2.0 |