use wrap-and-sort on debian/ for orderliness
This commit is contained in:
parent
2192c32f9b
commit
b018527b5b
|
@ -2,8 +2,7 @@ Source: libpsl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
|
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
|
||||||
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
||||||
Build-Depends:
|
Build-Depends: automake,
|
||||||
automake,
|
|
||||||
debhelper (>=9),
|
debhelper (>=9),
|
||||||
dh-autoreconf,
|
dh-autoreconf,
|
||||||
gtk-doc-tools,
|
gtk-doc-tools,
|
||||||
|
@ -20,9 +19,7 @@ Vcs-Browser: https://github.com/rockdaboot/libpsl
|
||||||
Package: libpsl-dev
|
Package: libpsl-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: libpsl0 (= ${binary:Version}), ${misc:Depends}
|
||||||
libpsl0 (= ${binary:Version}),
|
|
||||||
${misc:Depends}
|
|
||||||
Description: Library for Public Suffix List (development headers)
|
Description: Library for Public Suffix List (development headers)
|
||||||
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',
|
||||||
|
@ -36,9 +33,7 @@ Description: Library for Public Suffix List (development headers)
|
||||||
|
|
||||||
Package: libpsl0
|
Package: libpsl0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Library for Public Suffix List (shared libraries)
|
Description: Library for Public Suffix List (shared libraries)
|
||||||
Libpsl allows checking domains against the Public Suffix List.
|
Libpsl allows checking domains against the Public Suffix List.
|
||||||
|
@ -53,9 +48,7 @@ Description: Library for Public Suffix List (shared libraries)
|
||||||
Package: psl
|
Package: psl
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: Explore the Public Suffix List
|
Description: Explore the Public Suffix List
|
||||||
Libpsl allows checking domains against the Public Suffix List.
|
Libpsl allows checking domains against the Public Suffix List.
|
||||||
|
@ -72,9 +65,7 @@ Package: libpsl0-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: libpsl0 (= ${binary:Version}), ${misc:Depends}
|
||||||
libpsl0 (= ${binary:Version}),
|
|
||||||
${misc:Depends}
|
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Library for the Public Suffix List (debug symbols)
|
Description: Library for the Public Suffix List (debug symbols)
|
||||||
Libpsl allows checking domains against the Public Suffix List.
|
Libpsl allows checking domains against the Public Suffix List.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
|
AUTHORS
|
||||||
NEWS
|
NEWS
|
||||||
README.md
|
README.md
|
||||||
AUTHORS
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
usr/share/gtk-doc/html/libpsl/*
|
|
||||||
usr/include/*
|
usr/include/*
|
||||||
usr/lib/*/lib*.so
|
usr/lib/*/lib*.so
|
||||||
usr/lib/*/pkgconfig/*
|
usr/lib/*/pkgconfig/*
|
||||||
|
usr/share/gtk-doc/html/libpsl/*
|
||||||
|
|
Loading…
Reference in New Issue