aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-29 14:33:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-29 14:33:08 -0700
commit436e8695c2363073d77b5d802ce4762ed27acde3 (patch)
tree753c6b437abb1d53eaf0bdc19e7f00b053f06eb7 /debian
parent41027b6a1b518b7f0c4330dd5906c5f7bba68d0c (diff)
downloadpandoc-citeproc-preamble-436e8695c2363073d77b5d802ce4762ed27acde3.tar.gz
Add <!nocheck> build-deps on pandoc & pandoc-citeproc
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-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