diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-26 13:00:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-26 13:00:52 -0400 |
commit | 7ed1ce981efe3062d5823d1d69ed59d7f04a020f (patch) | |
tree | 12368a3cc266929a9b45bda63924d3f042a6b000 /debian/control | |
parent | 0d0f0802632e3af2788846d0f64f15c61c24fdff (diff) |
persistent-sqlite is now a hard build dependency, since v6 repository mode needs it.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index ff065d380..cca9bda90 100644 --- a/debian/control +++ b/debian/control @@ -43,10 +43,10 @@ Build-Depends: libghc-wai-dev [i386 amd64 armel armhf armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x], libghc-wai-extra-dev [i386 amd64 armel armhf armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x], libghc-dav-dev (>= 1.0) [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x hurd-i386], - libghc-persistent-dev [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x hurd-i386], - libghc-persistent-template-dev [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x hurd-i386], - libghc-persistent-sqlite-dev [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x hurd-i386], - libghc-esqueleto-dev [i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 powerpc ppc64el s390x hurd-i386], + libghc-persistent-dev + libghc-persistent-template-dev + libghc-persistent-sqlite-dev + libghc-esqueleto-dev, libghc-securemem-dev, libghc-byteable-dev, libghc-dns-dev, |