aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-28 12:58:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-28 13:31:32 -0700
commit69c667861b817fa334383d36467bfb803085d7d1 (patch)
tree59aa01b1e8efce0dffb9cbb9f1a34bcd369a5b31
parentec566b372004e53d8d9dde498bd6db869f619ea3 (diff)
downloadgit-remote-gcrypt-69c667861b817fa334383d36467bfb803085d7d1.tar.gz
suggest rclone
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f62f438..9b9a6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
git-remote-gcrypt (1.1-1) UNRELEASED; urgency=medium
+ Upstream:
* Add CONTRIBUTING.md and DEVELOPER-CERTIFICATE.
* Add experimental rclone backend (for early adoptors only).
Thanks Beren Minor for the patch.
+ Debian packaging:
+ * Suggest rclone.
+
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 18 Apr 2018 11:01:03 -0700
git-remote-gcrypt (1.0.3-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index fcf6659..46961aa 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Package: git-remote-gcrypt
Architecture: all
Depends: git, gpg | gnupg1, ${misc:Depends}
Recommends: rsync, curl, gnupg
+Suggests: rclone
Description: encrypted git repositories
This lets git store git repositories in encrypted form.
It supports storing repositories on rsync or sftp servers.