summaryrefslogtreecommitdiff
path: root/p/haskell-raaz
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-28 10:16:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-28 10:16:47 -0700
commit28985acc9e0c2ffd8f126fae103a31a3b7b7b368 (patch)
treedabbfc68cf48e409ec1bb859752354ae13c50ee2 /p/haskell-raaz
parent894d8e11d4f4c641585b0e640ed6f3e26c7885f5 (diff)
downloadDHG_packages-28985acc9e0c2ffd8f126fae103a31a3b7b7b368.tar.gz
raaz: missing versioned dpkg-dev build dep
Diffstat (limited to 'p/haskell-raaz')
-rw-r--r--p/haskell-raaz/debian/changelog2
-rw-r--r--p/haskell-raaz/debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/p/haskell-raaz/debian/changelog b/p/haskell-raaz/debian/changelog
index 2fbd87afe..9b4ca5d1f 100644
--- a/p/haskell-raaz/debian/changelog
+++ b/p/haskell-raaz/debian/changelog
@@ -1,6 +1,8 @@
haskell-raaz (0.1.0-2) UNRELEASED; urgency=medium
* Install new 'raaz' utility in new haskell-raaz-utils binary package.
+ * Add missing versioned build-dep on dpkg-dev.
+ We are using <!nocheck>.
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 28 Feb 2017 09:55:10 -0700
diff --git a/p/haskell-raaz/debian/control b/p/haskell-raaz/debian/control
index 9e4454585..b24c1245c 100644
--- a/p/haskell-raaz/debian/control
+++ b/p/haskell-raaz/debian/control
@@ -7,6 +7,7 @@ Section: haskell
Build-Depends:
cdbs,
debhelper (>= 10),
+ dpkg-dev (>= 1.17.14),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),