Bug#613256: Dependencies packaged

2011-05-26 Thread Giovanni Mascellani
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 mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
From 81da51a14509badc012bdc65469f1b9575f7bb6f Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani mascell...@poisson.phc.unipi.it
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 d...@jones.dk  Thu, 14 Apr 2011 02:03:54 +0200
+  [ Giovanni Mascellani ]
+  * Fix dependencies not agreeing with cabal description.
+
+ -- Giovanni Mascellani g...@debian.org  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 ( 4200),
+ 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 mascell...@poisson.phc.unipi.it
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 mascell...@poisson.phc.unipi.it
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


Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
tags 613256 pending
thanks

On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
 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.


Awesome. Thanks!


Actually, some of your patches I already had on my desktop, just not 
commit'ed to git yet.  But the package renamings I had missed, so thanks 
again!


I am preparing a release for unstable now.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
tags 613256 -pending
thanks

On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
 On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
  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).

libghc-citeproc-hs-dev still missing :-(


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#613256: Dependencies packaged

2011-05-26 Thread Giovanni Mascellani
On 26/05/2011 13:05, Jonas Smedegaard wrote:
 tags 613256 -pending
 thanks
 
 On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
 On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
 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).
 
 libghc-citeproc-hs-dev still missing :-(

Yes, I forgot, it's sill in NEW.

In the meantime you can find it here:

http://poisson.phc.unipi.it/~mascellani/unstable/

It's the very same .changes file uploaded to the archive.

Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
On 11-05-26 at 01:08pm, Giovanni Mascellani wrote:
 On 26/05/2011 13:05, Jonas Smedegaard wrote:
  tags 613256 -pending
  thanks
  
  On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
  On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
  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).
  
  libghc-citeproc-hs-dev still missing :-(
 
 Yes, I forgot, it's sill in NEW.
 
 In the meantime you can find it here:
 
 http://poisson.phc.unipi.it/~mascellani/unstable/
 
 It's the very same .changes file uploaded to the archive.


Thanks!

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature