wrap and sort debian/control for better diff-ability

This commit is contained in:
Daniel Kahn Gillmor 2014-06-05 23:02:25 -04:00
parent b62b9285e5
commit 659441f510
1 changed files with 20 additions and 7 deletions

27
debian/control vendored
View File

@ -1,7 +1,13 @@
Source: libpsl
Priority: optional
Maintainer: Tim Ruehsen <tim.ruehsen@gmx.de>
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.