From 07e9af88faad9612ce40eae5fe3424d610f36d8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= <boutil@moszumanska.debian.org>
Date: Fri, 4 Mar 2016 15:15:08 +0000
Subject: [PATCH] Run wrap-and-sort on packaging files

---
 debian/control   | 13 ++++++++++---
 debian/copyright |  5 ++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 8f6c27b..68aded8 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 2110b4f..04287ce 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.
-
-- 
GitLab