Hi. I packages the last missing dependencies for pandoc and could compile it using the attached patches (that could require some more polish work, because I didn't use the *.in generators).
Please, upload the new pandoc ASAP, as I need it for gitit. Thanks, Giovanni. -- Giovanni Mascellani <[email protected]> Pisa, Italy Web: http://poisson.phc.unipi.it/~mascellani Jabber: [email protected] / [email protected]
From 81da51a14509badc012bdc65469f1b9575f7bb6f Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani <[email protected]> Date: Wed, 25 May 2011 10:16:22 +0200 Subject: [PATCH 1/3] Fixed HTTP dependency. --- debian/changelog | 6 +++++- debian/control | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1b69e4..2ac916a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pandoc (1.8.0.3-1) UNRELEASED; urgency=low + [ Jonas Smedegaard ] * New upstream release. * Update copyright file format to DEP5 draft 174. * Update long descriptions to mention newly supported formats and @@ -10,7 +11,10 @@ pandoc (1.8.0.3-1) UNRELEASED; urgency=low * Bump policy compliance to standards-version 3.9.2. * Adapt (build-)dependencies to new GHC naming scheme. - -- Jonas Smedegaard <[email protected]> Thu, 14 Apr 2011 02:03:54 +0200 + [ Giovanni Mascellani ] + * Fix dependencies not agreeing with cabal description. + + -- Giovanni Mascellani <[email protected]> Wed, 25 May 2011 10:15:18 +0200 pandoc (1.6-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 1a7aced..7f9e7b3 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: cdbs (>= 0.4.70~), libghc-zip-archive-dev (<< 0.2), libghc-utf8-string-dev, libghc-old-time-dev, - libghc-http-dev (<< 40000200), + libghc-http-dev (<< 1:4000.2), libghc-texmath-dev (<< 0.6), libghc-xml-dev (<< 1.4), libghc-random-dev, -- 1.7.5.1
From 3ac37b9933430c665d84e21006028d665ce7899f Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani <[email protected]> Date: Wed, 25 May 2011 16:06:55 +0200 Subject: [PATCH 2/3] Version fixed. --- debian/changelog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ac916a..f446773 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pandoc (1.8.0.3-1) UNRELEASED; urgency=low +pandoc (1.8.1.1-1) UNRELEASED; urgency=low [ Jonas Smedegaard ] * New upstream release. -- 1.7.5.1
From 068ad55e5c234466ffbb61591e91f824613b4b9c Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani <[email protected]> Date: Wed, 25 May 2011 19:07:30 +0200 Subject: [PATCH 3/3] Fixing packages names. --- debian/control | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7f9e7b3..63d0367 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,7 @@ Description: general markup converter markdown2pdf for converting markdown documents to PDFs via LaTeX (requires texlive-latex-extra) or XeLaTeX (requires texlive-xetex). -Package: libghc6-pandoc-dev +Package: libghc-pandoc-dev Section: haskell Priority: extra Architecture: any @@ -107,7 +107,7 @@ Description: general markup converter . This package contains the libraries compiled for GHC 6. -Package: libghc6-pandoc-doc +Package: libghc-pandoc-doc Section: doc Priority: extra Architecture: all -- 1.7.5.1
signature.asc
Description: OpenPGP digital signature

