wrap and sort debian/control for better diff-ability
This commit is contained in:
parent
b62b9285e5
commit
659441f510
|
@ -1,7 +1,13 @@
|
||||||
Source: libpsl
|
Source: libpsl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Tim Ruehsen <tim.ruehsen@gmx.de>
|
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
|
Standards-Version: 3.9.5
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://github.com/rockdaboot/libpsl
|
Homepage: https://github.com/rockdaboot/libpsl
|
||||||
|
@ -11,7 +17,9 @@ Homepage: https://github.com/rockdaboot/libpsl
|
||||||
Package: libpsl-dev
|
Package: libpsl-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libpsl (= ${binary:Version}), ${misc:Depends}
|
Depends:
|
||||||
|
libpsl (= ${binary:Version}),
|
||||||
|
${misc:Depends}
|
||||||
Description: Library for the Public Suffix List
|
Description: Library for the Public Suffix List
|
||||||
Libpsl allows checking domains against the Public Suffix List,
|
Libpsl allows checking domains against the Public Suffix List,
|
||||||
It can be used to avoid privacy-leaking 'super-cookies',
|
It can be used to avoid privacy-leaking 'super-cookies',
|
||||||
|
@ -23,8 +31,11 @@ Description: Library for the Public Suffix List
|
||||||
Package: libpsl
|
Package: libpsl
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends:
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Pre-Depends:
|
||||||
|
${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Library for the Public Suffix List
|
Description: Library for the Public Suffix List
|
||||||
Libpsl allows checking domains against 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
|
Package: libpsl-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends:
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
${shlibs:Depends},
|
||||||
|
${misc:Depends}
|
||||||
|
Pre-Depends:
|
||||||
|
${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Library for the Public Suffix List
|
Description: Library for the Public Suffix List
|
||||||
Libpsl allows checking domains against 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.
|
sorting domain lists by site and more.
|
||||||
.
|
.
|
||||||
This package contains runtime libraries.
|
This package contains runtime libraries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue