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

Normalize order of debian/control (wrap-and-sort -abst)


If we keep the binary packages in a canonical order, it'll minimize
spurious diffs later. This is the same principle as sorting lists of
files in the build system alphabetically.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8a7e3cb2
Branches
Tags
1 merge request!6Improve and package API documentation
......@@ -18,6 +18,21 @@ Build-Depends-Indep:
Vcs-Git: https://gitlab.steamos.cloud/steam/steam-runtime-tools.git
Vcs-Browser: https://gitlab.steamos.cloud/steam/steam-runtime-tools
Package: libsteam-runtime-tools-0-0
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libsteam-runtime-tools-0-helpers,
${misc:Depends},
${shlibs:Depends},
Description: Steam Runtime utility library - shared library
The Steam Runtime is the library stack used to run the Steam client
on Linux. The Steam Runtime Tools utility library contains open-source
supporting code used by the Steam client to discover system information.
.
This package contains the shared library.
Package: libsteam-runtime-tools-0-dev
Architecture: any
Multi-Arch: same
......@@ -48,21 +63,6 @@ Description: Steam Runtime utility library - documentation
.
This package contains documentation.
Package: libsteam-runtime-tools-0-0
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
${shlibs:Depends},
libsteam-runtime-tools-0-helpers,
Description: Steam Runtime utility library - shared library
The Steam Runtime is the library stack used to run the Steam client
on Linux. The Steam Runtime Tools utility library contains open-source
supporting code used by the Steam client to discover system information.
.
This package contains the shared library.
Package: libsteam-runtime-tools-0-helpers
Architecture: amd64 i386
Multi-Arch: same
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment