Merge tag '10.20220504'
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 8 May 2022 21:24:37 +0000 (14:24 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sun, 8 May 2022 21:26:56 +0000 (14:26 -0700)
tagging package git-annex version 10.20220504

1  2 
COPYRIGHT
debian/control
git-annex.cabal

diff --cc COPYRIGHT
Simple merge
diff --cc debian/control
index 330899559bda6d6bd05eb19648cf185e481e7dd8,762052186a3672630927a91c7e3344a4490f174f..d2c5b2d3d2df202374bcb6d2224cc6b675b36be8
@@@ -70,19 -71,16 +71,19 @@@ Build-Depends
        libghc-tasty-hunit-dev,
        libghc-tasty-quickcheck-dev,
        libghc-tasty-rerun-dev,
-       libghc-optparse-applicative-dev (>= 0.14.1),
 +      libghc-cabal-dev,
+       libghc-ansi-terminal-dev,
+       libghc-optparse-applicative-dev (>= 0.11.0),
        libghc-torrent-dev,
 -      libghc-concurrent-output-dev,
 +      libghc-concurrent-output-dev (>= 1.10),
        libghc-disk-free-space-dev,
        libghc-mountpoints-dev,
        libghc-magic-dev,
        libghc-socks-dev,
        libghc-vector-dev,
 +        libghc-unliftio-core-dev,
        libghc-filepath-bytestring-dev,
-       libghc-http-client-restricted-dev,
 +      libghc-git-lfs-dev,
        libghc-criterion-dev,
        lsof [linux-any],
        ikiwiki,
@@@ -129,13 -124,13 +130,14 @@@ Suggests
        tahoe-lafs,
        libnss-mdns,
        uftp,
 -Breaks: datalad (< 0.12.3~)
 +      youtube-dl,
 +Breaks: datalad (<< 0.12.3~)
  Description: manage files with git, without checking their contents into git
-  git-annex allows managing files with git, without checking the file
-  contents into git. While that may seem paradoxical, it is useful when
-  dealing with files larger than git can currently easily handle, whether due
-  to limitations in memory, time, or disk space.
+  git-annex allows managing large files with git, without storing the file 
+  contents in git. It can sync, backup, and archive your data, offline
+  and online. Checksums and encryption keep your data safe and secure. Bring
+  the power and distributed nature of git to bear on your large files with
+  git-annex.
   .
   It can store large files in many places, from local hard drives, to a
   large number of cloud storage services, including S3, WebDAV,
diff --cc git-annex.cabal
Simple merge