From 659441f51032626bd230aa936c91305a35678668 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 5 Jun 2014 23:02:25 -0400 Subject: [PATCH] wrap and sort debian/control for better diff-ability --- debian/control | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 248df84..fe099be 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,13 @@ Source: libpsl Priority: optional Maintainer: Tim Ruehsen -Build-Depends: debhelper (>=9), autotools-dev, automake, pkg-config, gtk-doc-tools, libicu-dev | idn2 +Build-Depends: + automake, + autotools-dev, + debhelper (>=9), + gtk-doc-tools, + libicu-dev | idn2, + pkg-config Standards-Version: 3.9.5 Section: libs Homepage: https://github.com/rockdaboot/libpsl @@ -11,7 +17,9 @@ Homepage: https://github.com/rockdaboot/libpsl Package: libpsl-dev Section: libdevel Architecture: any -Depends: libpsl (= ${binary:Version}), ${misc:Depends} +Depends: + libpsl (= ${binary:Version}), + ${misc:Depends} Description: Library for the Public Suffix List Libpsl allows checking domains against the Public Suffix List, It can be used to avoid privacy-leaking 'super-cookies', @@ -23,8 +31,11 @@ Description: Library for the Public Suffix List Package: libpsl Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} +Pre-Depends: + ${misc:Pre-Depends} Multi-Arch: same Description: Library for the Public Suffix List Libpsl allows checking domains against the Public Suffix List, @@ -37,8 +48,11 @@ Description: Library for the Public Suffix List Package: libpsl-dbg Section: debug Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: + ${misc:Pre-Depends} Multi-Arch: same Description: Library for the Public Suffix List Libpsl allows checking domains against the Public Suffix List, @@ -47,4 +61,3 @@ Description: Library for the Public Suffix List sorting domain lists by site and more. . This package contains runtime libraries. -