Git no longer supports rsync (2016 change).  Remove `Recommends: rsync`
from the `git` package.

See git commit 0d0bac67ce3b3f2301702573f6acc100798d7edd.

Also, it looks like git-archimport calls rsync.
git-archimport is split out into a separate package `git-arch`.
Add `Depends: rsync` to `git-arch`.

Signed-off-by: Alan Jenkins <alan.christopher.jenk...@gmail.com>
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 76a88ff..483419f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git (1:2.11.0-4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * git: remove Recommends: rsync (closes #862435)
+    * git-arch: Depends: rsync
+
+ -- Alan Jenkins <alan.christopher.jenk...@gmail.com>  Sat, 13 May 2017 
11:48:48 +0100
+
 git (1:2.11.0-3) unstable; urgency=high
 
   * Do not allow git helpers run via git-shell to launch a pager
diff --git a/debian/control b/debian/control
index eca6c87..81474d8 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}, perl, liberror-perl,
  git-man (>> ${source:Upstream-Version}), git-man (<< 
${source:Upstream-Version}-.)
 Pre-Depends: ${misc:Pre-Depends}
-Recommends: patch, less, rsync, ssh-client
+Recommends: patch, less, ssh-client
 Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit,
  git-doc, git-el, git-email, git-gui, gitk, gitweb,
  git-arch, git-cvs, git-mediawiki, git-svn
@@ -117,7 +117,7 @@ Description: fast, scalable, distributed revision control 
system (documentation)
 Package: git-arch
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}, git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), tla
+Depends: ${misc:Depends}, git (>> ${source:Upstream-Version}), git (<< 
${source:Upstream-Version}-.), tla, rsync
 Suggests: git-doc
 Description: fast, scalable, distributed revision control system (arch 
interoperability)
  Git is popular version control system designed to handle very large
-- 
2.9.3

Reply via email to