From: Jon Dowland Date: Mon, 5 Dec 2011 16:06:28 +0000 (+0000) Subject: don't depend on pandoc for some architectures X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d88c79c5f35c82623c05a5abd266dea6f754b38e;p=packages%2Fb%2Fbup.git don't depend on pandoc for some architectures --- diff --git a/debian/changelog b/debian/changelog index ede6f7d..c47e483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,10 +11,12 @@ bup (0.25~git2011.11.04-1) unstable; urgency=low - override dh_auto_clean: Remove files generated by configure. [ Jon Dowland ] - * Acknowledge NMU. Thanks Julien Cristau! - * We've merged upstream commit 8953dc8, two ahead of 0.25-rc1 + * We've merged upstream commit 8953dc8 (a couple ahead of bup-0.25-rc1) + * Acknowledge NMU. Thanks Julien Cristau! + * Don't use pandoc on architectures where it's missing. + Thanks Julien Cristau. Closes: #641637. - -- Jon Dowland Thu, 01 Dec 2011 22:08:58 +0000 + -- Jon Dowland Mon, 05 Dec 2011 15:26:58 +0000 bup (0.24b-1.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 731f1c6..58bd1e8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: bup Section: admin Priority: extra Maintainer: Jon Dowland -Build-Depends: debhelper (>= 7.0.50~), pandoc, python-dev, python-support, +Build-Depends: debhelper (>= 7.0.50~), + pandoc [!ia64 !mipsel !s390 !hurd-i386], + python-dev, python-support, git (>= 1:1.7.0.4-2) | git-core Standards-Version: 3.9.2 Homepage: http://github.com/apenwarr/bup