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 | |
parent | 0d0f0802632e3af2788846d0f64f15c61c24fdff (diff) |
persistent-sqlite is now a hard build dependency, since v6 repository mode needs it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 1ce79936e..6e62cd97d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (6.20151225) unstable; urgency=medium +git-annex (5.20151219) UNRELEASED; urgency=medium * Added v6 repository mode, but v5 is still the default for now. * The upgrade to version 6 is not done fully automatically, because @@ -16,11 +16,8 @@ git-annex (6.20151225) unstable; urgency=medium * add: In v6 mode, adds modified files to the annex. * assistant: In v6 mode, adds files in unlocked mode, so they can continue to be modified. - - -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:14:03 -0400 - -git-annex (5.20151219) UNRELEASED; urgency=medium - + * persistent-sqlite is now a hard build dependency, since v6 repository + mode needs it. * status: On crippled filesystems, was displaying M for all annexed files that were present. Probably caused by a change to what git status displays in this situation. Fixed by treating files git thinks are 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, |