diff --git a/debian/control b/debian/control
index 5eeeacf909a0ab38773652f7ed88af28ea0a6c96..f29f7ff3ce81b8259290387943b7a67c205ce01f 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 2cd214c970889fc1a3ce679ad65a2c57f02183e3..8cf5b501d3faa7c1383d2888ee63bf5f859349b4 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'.
-