aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.