diff --git a/debian/control b/debian/control
index 8f6c27bf28c99737ec0e2468f583102a9abe4f1f..68aded8a7fc951311517786032545e7ab6d575e4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: ruby-openid
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <boutil@debian.org>, Paul van Tilburg <paulvt@debian.org>
-Build-Depends: debhelper (>= 9~), gem2deb, ruby-minitest, ruby-hmac
+Uploaders: Cédric Boutillier <boutil@debian.org>,
+           Paul van Tilburg <paulvt@debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-hmac,
+               ruby-minitest
 Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-openid.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-openid.git
@@ -13,7 +17,10 @@ XS-Ruby-Versions: all
 Package: ruby-openid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hmac
+Depends: ruby | ruby-interpreter,
+         ruby-hmac,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library for verifying and serving OpenID identities
  Ruby OpenID makes it easy to add OpenID authentication to your web
  applications.
diff --git a/debian/copyright b/debian/copyright
index 2110b4f5592613cf0697c75cd0b4bd663f49da7f..04287cea7e44c2fdb507143cb32768add14a0b21 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -116,9 +116,9 @@ License: Ruby
       files under the ./missing directory.  See each file for the copying
       condition.
  .
-   5. The scripts and library files supplied as input to or produced as 
+   5. The scripts and library files supplied as input to or produced as
       output from the software do not automatically fall under the
-      copyright of the software, but belong to whomever generated them, 
+      copyright of the software, but belong to whomever generated them,
       and may be sold commercially, and may be aggregated with this
       software.
  .
@@ -126,4 +126,3 @@ License: Ruby
       IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       PURPOSE.
-