Skip to content
Snippets Groups Projects
Commit 55f06832 authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Normalize packaging (wrap-and-sort -abst)


Also change (>=0...) to conventional (>= 0...) in versioned
dependencies.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent cb5db14c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Build-Depends:
libclutter-gst-3.0-dev,
libgirepository1.0-dev,
libglib2.0-dev,
libthornbury-dev (>=0.1703.0)
libthornbury-dev (>= 0.1703.0),
Standards-Version: 3.9.2
Package: gir1.2-liblightwood-1
......@@ -23,9 +23,11 @@ Multi-arch: same
Depends:
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Breaks: gir1.2-liblightwood-0
Replaces: gir1.2-liblightwood-0
${shlibs:Depends},
Breaks:
gir1.2-liblightwood-0,
Replaces:
gir1.2-liblightwood-0,
Description: introspection data for liblightwood
liblightwood is a widget library for use by applications. It provides
interfaces and base implementations for widgets. Vendors may provide
......@@ -50,7 +52,8 @@ Description: widget library for use by applications (shared libraries)
Package: liblightwood-dev
Section: libdevel
Provides: liblightwood-1-dev
Provides:
liblightwood-1-dev,
Architecture: any
Multi-arch: same
Depends:
......@@ -58,11 +61,11 @@ Depends:
libchamplain-0.12-dev,
libglib2.0-dev,
liblightwood-1-0 (= ${binary:Version}),
libthornbury-dev (>=0.1703.0),
libthornbury-dev (>= 0.1703.0),
${misc:Depends},
${shlibs:Depends}
${shlibs:Depends},
Recommends:
liblightwood-doc
liblightwood-doc,
Description: widget library for use by applications (development files)
liblightwood is a widget library for use by applications. It provides
interfaces and base implementations for widgets. Vendors may provide
......@@ -75,9 +78,10 @@ Package: liblightwood-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Provides: liblightwood-1-doc
Provides:
liblightwood-1-doc,
Depends:
${misc:Depends}
${misc:Depends},
Description: widget library for use by applications (documentation)
liblightwood is a widget library for use by applications. It provides
interfaces and base implementations for widgets. Vendors may provide
......@@ -89,11 +93,12 @@ Description: widget library for use by applications (documentation)
Package: liblightwood-tests
Section: libdevel
Architecture: any
Provides: liblightwood-1-tests
Provides:
liblightwood-1-tests,
Depends:
liblightwood-1-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
${shlibs:Depends},
Description: widget library for use by applications (tests)
liblightwood is a widget library for use by applications. It provides
interfaces and base implementations for widgets. Vendors may provide
......@@ -101,4 +106,3 @@ Description: widget library for use by applications (tests)
differing behaviour or appearance.
.
This package provides tests for liblightwood.
usr/lib/*/*.so
usr/lib/*/*.a
usr/include/liblightwood-*/*
usr/lib/*/*.a
usr/lib/*/*.so
usr/lib/*/pkgconfig/
usr/share/gir*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment