From f2bdb60000dc1c51f38ef78ffa32aba1e9567b46 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Tue, 27 Mar 2012 00:33:10 +0200
Subject: [PATCH] Improve order of Debian dependencies
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 58986b8..5eeeacf 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: https://github.com/RichiH/vcsh/blob/master/README.md
Package: vcsh
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, git
+Depends: ${misc:Depends}, ${shlibs:Depends}, git
Recommends: mr (>= 1.07), ssh-client
Description: manage config files in $HOME via fake bare git repositories
vcsh allows you to have several git repositories, all maintaining their working
--
GitLab