From 1a80813009dce1a12040f39a675a02718736ccd1 Mon Sep 17 00:00:00 2001 From: roktas Date: Sat, 9 Feb 2008 03:12:03 +0000 Subject: * Debian packaging changes: + Migrate to GHC 6.8.2. Closes: #461606 + Add new dependencies libghc6-regex-compat-dev and libghc6-uulib-dev. + Remove the code in debian/rules which attempts to remove empty ghc6.6 include directory. This code may cause an installation failure for the -dev package. Closes: #460658 + Fix doc-base to prevent a lintian warning. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1197 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1300449a6..c83a813e3 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: pandoc Section: text Priority: optional Maintainer: Recai Oktaş -Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, perl +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-regex-compat-dev, libghc6-uulib-dev, perl Build-Depends-Indep: haddock -Build-Conflicts: ghc6 (>= 6.8), ghc6 (<= 6.4) Standards-Version: 3.7.3 Homepage: http://johnmacfarlane.net/pandoc/ XS-Vcs-Svn: http://pandoc.googlecode.com/svn/trunk @@ -38,7 +37,7 @@ Description: general markup converter Package: libghc6-pandoc-dev Section: libdevel 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-regex-compat-dev, libghc6-uulib-dev Suggests: pandoc-doc Description: general markup converter Pandoc is a Haskell library for converting from one markup format to -- cgit v1.2.3