From 872b4c777e4d83611828d863c150a70e27acb663 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 1 Aug 2012 17:31:35 +0200
Subject: [PATCH] Apply `wrap-and-sort -a`

---
 debian/control   | 11 ++++++++---
 debian/copyright |  1 -
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5eeeacf..f29f7ff 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,20 @@ Maintainer: Richard Hartmann <richih.mailinglist@gmail.com>
 Section: misc
 Priority: optional
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 7), ruby-ronn (>= 0.7.3), git
+Build-Depends: debhelper (>= 7),
+               git,
+               ruby-ronn (>= 0.7.3)
 Vcs-Git: git://github.com/RichiH/vcsh.git
 Vcs-Browser: https://github.com/RichiH/vcsh
 Homepage: https://github.com/RichiH/vcsh/blob/master/README.md
 
 Package: vcsh
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, git
-Recommends: mr (>= 1.07), ssh-client
+Depends: git,
+         ${misc:Depends},
+         ${shlibs:Depends}
+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
  trees in $HOME without clobbering each other. That, in turn, means you can have
diff --git a/debian/copyright b/debian/copyright
index 2cd214c..8cf5b50 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -34,4 +34,3 @@ License: GPL-2+
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
-
-- 
GitLab