diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 18:07:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 18:07:13 -0400 |
commit | b116facc4a99ee63c82fa2ecec0de634c908c236 (patch) | |
tree | a9e6642e6c4077880cb894270f858f0e376fdbc2 /debian | |
parent | 6585821a3528b29a0e75b461d429eba54dae12b5 (diff) |
remaining dataenc to sandi conversions
I've tested all the dataenc to sandi conversions except Assistant.XMPP,
and all have unchanged behavior, including behavior on large unicode code
points.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e5e7ed13e..932b022fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,8 @@ git-annex (5.20150421) UNRELEASED; urgency=medium honoring the setting of HOME. Instead, copy msysgit's ssh into PATH. * Windows: Roll back to an older version of rsync from cygwin. The newer version has some dependency on a newer ssh from cygwin. + * Switch from the obsolete dataenc library for base64 encoding to sandi. + (Thanks, Magnus Therning) -- Joey Hess <id@joeyh.name> Tue, 21 Apr 2015 15:54:10 -0400 diff --git a/debian/control b/debian/control index ce7ce7504..133c2ee49 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libghc-hslogger-dev, libghc-pcre-light-dev, libghc-cryptohash-dev (>= 0.11.0), - libghc-dataenc-dev, + libghc-sandi-dev, libghc-utf8-string-dev, libghc-aws-dev (>= 0.9.2-2~), libghc-conduit-dev, |