]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
don't depend on pandoc for some architectures
authorJon Dowland <jmtd@debian.org>
Mon, 5 Dec 2011 16:06:28 +0000 (16:06 +0000)
committerJon Dowland <jmtd@debian.org>
Mon, 5 Dec 2011 16:06:28 +0000 (16:06 +0000)
debian/changelog
debian/control

index ede6f7dfdc82df8e2179bba1f2782910e55a0fbc..c47e48335dfb802ac32660ff91f7f9743f0344a2 100644 (file)
@@ -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 <jmtd@debian.org>  Thu, 01 Dec 2011 22:08:58 +0000
+ -- Jon Dowland <jmtd@debian.org>  Mon, 05 Dec 2011 15:26:58 +0000
 
 bup (0.24b-1.1) unstable; urgency=low
 
index 731f1c680e0a9473f934049eaba3b0909e1eac5c..58bd1e88ff409882bf99adb7094de45404175ef8 100644 (file)
@@ -2,7 +2,9 @@ Source: bup
 Section: admin
 Priority: extra
 Maintainer: Jon Dowland <jmtd@debian.org>
-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