diff --git a/cabal-debian.cabal b/cabal-debian.cabal
--- a/cabal-debian.cabal
+++ b/cabal-debian.cabal
@@ -1,5 +1,5 @@
 Name:           cabal-debian
-Version:        4.31.6
+Version:        4.31.7
 Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw
 License:        BSD3
 License-File:   LICENSE
@@ -194,7 +194,7 @@
     unix,
     Unixutils >= 1.53,
     utf8-string,
-    optparse-applicative == 0.11.*,
+    optparse-applicative >= 0.11,
     ansi-wl-pprint == 0.6.*
   Exposed-Modules:
     Data.Maybe.Extended
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+haskell-cabal-debian (4.31.6) unstable; urgency=low
+
+  * Signature change in Debian.Version.parseDebianVersion
+
+ -- David Fox <dsf@seereason.com>  Tue, 22 Sep 2015 06:56:28 -0700
+
+haskell-cabal-debian (4.31.5) unstable; urgency=low
+
+  * If there is no Setup.hs or Setup.lhs file we cannot build
+    debian/hlibrary.setup, therefore we should set DEB_SETUP_BIN_NAME to
+    "cabal".
+
+ -- David Fox <dsf@seereason.com>  Thu, 17 Sep 2015 08:21:46 -0700
+
 haskell-cabal-debian (4.31.4) unstable; urgency=low
 
   * The test suite was failing during the debian package build because
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -40,9 +40,7 @@
  libghc-newtype-generics-dev (>= 0.4),
  libghc-newtype-generics-prof (>= 0.4),
  libghc-optparse-applicative-dev (>= 0.11),
- libghc-optparse-applicative-dev (<< 0.12),
  libghc-optparse-applicative-prof (>= 0.11),
- libghc-optparse-applicative-prof (<< 0.12),
  libghc-parsec3-dev (>= 3),
  libghc-parsec3-prof (>= 3),
  libghc-puremd5-dev,
