                                                                                                                                                                                                                                                               
Delivered-To: richih.mailinglist+debian.org@gmail.com
Received: by 10.27.219.143 with SMTP id s137csp1413747wlg;
        Sat, 5 Dec 2015 21:24:37 -0800 (PST)
X-Received: by 10.28.140.136 with SMTP id o130mr14021135wmd.78.1449379477598;
        Sat, 05 Dec 2015 21:24:37 -0800 (PST)
Return-Path: <pabs3@bonedaddy.net>
Received: from master.debian.org (master.debian.org. [2001:41b8:202:deb:216:36ff:fe40:4001])
        by mx.google.com with ESMTPS id x6si16033578wmb.111.2015.12.05.21.24.36
        for <richih.mailinglist+debian.org@gmail.com>
        (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Sat, 05 Dec 2015 21:24:36 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning pabs3@bonedaddy.net does not designate 2001:41b8:202:deb:216:36ff:fe40:4001 as permitted sender) client-ip=2001:41b8:202:deb:216:36ff:fe40:4001;
Authentication-Results: mx.google.com;
       spf=softfail (google.com: domain of transitioning pabs3@bonedaddy.net does not designate 2001:41b8:202:deb:216:36ff:fe40:4001 as permitted sender) smtp.mailfrom=pabs3@bonedaddy.net
Received: from localhost ([::1] helo=chianamo.localdomain)
	by master.debian.org with esmtp (Exim 4.84)
	(envelope-from <pabs3@bonedaddy.net>)
	id 1a5RoJ-0000DE-3J; Sun, 06 Dec 2015 05:24:35 +0000
From: Paul Wise <pabs3@bonedaddy.net>
To: Joey Hess <joeyh@joeyh.name>,
	Richard Hartmann <richih@debian.org>
Cc: Paul Wise <pabs3@bonedaddy.net>
Subject: [myrepos] [PATCH 1/4] Wrap and sort the Debian control information
Date: Sun,  6 Dec 2015 13:24:16 +0800
Message-Id: <1449379459-3296-1-git-send-email-pabs3@bonedaddy.net>
X-Mailer: git-send-email 2.6.2

This makes it easier to view diffs of dependency changes

Changes-by: wrap-and-sort -sa
---
 debian/control | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0f8cd85..db26c5d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: myrepos
 Section: vcs
 Priority: optional
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0)
+Build-Depends:
+ debhelper (>= 9),
+ dpkg-dev (>= 1.9.0)
 Maintainer: Richard Hartmann <richih@debian.org>
 Standards-Version: 3.9.6
 Homepage: http://myrepos.branchable.com/
@@ -10,11 +12,31 @@ Vcs-Git: git://myrepos.branchable.com/
 Package: myrepos
 Architecture: all
 Section: vcs
-Depends: ${misc:Depends}
-Suggests: subversion, subversion-tools, git-core | git (>= 1:1.7), cvs, kdesdk-scripts, bzr, mercurial, darcs, fossil, vcsh, liburi-perl, curl, ack-grep
-Provides: mr
-Replaces: mr
-Recommends: libwww-perl, libhtml-parser-perl, libio-pty-easy-perl, perl
+Depends:
+ ${misc:Depends}
+Suggests:
+ ack-grep,
+ bzr,
+ curl,
+ cvs,
+ darcs,
+ fossil,
+ git-core | git (>= 1:1.7),
+ kdesdk-scripts,
+ liburi-perl,
+ mercurial,
+ subversion,
+ subversion-tools,
+ vcsh
+Provides:
+ mr
+Replaces:
+ mr
+Recommends:
+ libhtml-parser-perl,
+ libio-pty-easy-perl,
+ libwww-perl,
+ perl
 Description: tool to manage all your version control repos
  The mr(1) command can checkout, update, or perform other actions on
  a set of repositories as if they were one combined respository. It
-- 
2.6.2

