[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Small patch for pandoc



Hi Jonas.

Could you please apply the attached patch to pandoc? It's needed to have
a better handling of dependencies of data files provided by Haskell
packages.

BTW, the same patch is already in the repository, in the branch
data-tracker.

Thanks, Gio.
-- 
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascellani@jabber.org / giovanni@elabor.homelinux.org
diff --git a/debian/changelog b/debian/changelog
index 6dbccf3..9019e7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pandoc (1.8.1.1-2) unstable; urgency=low
+
+  * Team upload.
+  * Using new data packages tracker.
+
+ -- Giovanni Mascellani <gio@debian.org>  Tue, 26 Jul 2011 00:32:27 +0200
+
 pandoc (1.8.1.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1323b2d..6af54e1 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: cdbs (>= 0.4.70~),
  libghc-testpack-dev,
  hscolour (>= 1.8),
  ghc-doc,
- haskell-devscripts (>=0.5.12)
+ haskell-devscripts (>=0.8.8)
 Build-Depends-Indep: haddock
 Standards-Version: 3.9.2
 Homepage: http://johnmacfarlane.net/pandoc/
diff --git a/debian/rules b/debian/rules
index 010723e..c9774b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
+DEB_GHC_EXTRA_PACKAGES := pandoc (>= $(CABAL_VERSION))
+
 # ABI by default follows upstream version (without repackaging suffix)
 abi = $(DEB_UPSTREAM_TARBALL_VERSION)
 

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: