aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
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 <!nocheck> build-deps on pandoc & pandoc-citeproc.
-- Sean Whitton <spwhitton@spwhitton.name> 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 <!nocheck>,
+ pandoc-citeproc <!nocheck>,
Standards-Version: 3.9.8
Homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/
Vcs-Git: https://git.spwhitton.name/pandoc-citeproc-preamble