From 436e8695c2363073d77b5d802ce4762ed27acde3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 29 Nov 2019 14:33:08 -0700 Subject: Add build-deps on pandoc & pandoc-citeproc Signed-off-by: Sean Whitton --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9dd48fe..0c607f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pandoc-citeproc-preamble (1.4) UNRELEASED; urgency=medium * Add CONTRIBUTING.rst & DEVELOPER-CERTIFICATE. * Tweak GitHub pull request template. * Add debian/tests/control. + * Add override_dh_auto_test to run the integration test. + - Add build-deps on pandoc & pandoc-citeproc. -- Sean Whitton Fri, 29 Nov 2019 14:26:39 -0700 diff --git a/debian/control b/debian/control index 2feca93..3ec2d84 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.8), libghc-text-conversions-dev, libghc-pandoc-types-dev (>= 1.20), + pandoc , + pandoc-citeproc , Standards-Version: 3.9.8 Homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/ Vcs-Git: https://git.spwhitton.name/pandoc-citeproc-preamble -- cgit v1.2.3