Extend package descriptions a bit

This commit is contained in:
Simon McVittie 2016-01-27 13:05:28 +01:00
parent d32931e44e
commit 46a386cd0a
2 changed files with 33 additions and 8 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
ostree (2016.1-1) UNRELEASED; urgency=medium
* Remove -dbg package, rely on automatic dbgsym packages instead
* Extend package descriptions a bit
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100

36
debian/control vendored
View File

@ -33,11 +33,13 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Suggests: dracut
Description: git for operating system binaries
Description: content-addressed filesystem for operating system binaries
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package contains the executables.
Package: libostree-1-1
Architecture: any
@ -46,11 +48,13 @@ Depends:
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-arch: same
Description: git for operating system binaries (library)
Description: content-addressed filesystem for operating system binaries (library)
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package contains the shared library.
Package: gir1.2-ostree-1.0
Architecture: any
@ -58,7 +62,12 @@ Section: introspection
Depends:
${misc:Depends},
${gir:Depends}
Description: git for operating system binaries (introspection)
Description: content-addressed filesystem for operating system binaries (introspection)
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
@ -72,7 +81,12 @@ Depends:
pkg-config
Suggests: libostree-doc
Description: Development files for the ostree library
Development headers and pkg-config file for ostree.
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package contains development headers and the pkg-config file for ostree.
Package: libostree-doc
Architecture: all
@ -80,7 +94,12 @@ Section: doc
Depends: ${misc:Depends}
Suggests: devhelp
Description: Development documentation for the ostree library
Development documentation for ostree.
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package contains development documentation for ostree.
Package: ostree-grub2
Architecture: all
@ -89,4 +108,9 @@ Depends:
${misc:Depends},
grub2
Description: GRUB 2 configuration for ostree
Configuration snippets for using ostree with GRUB 2.
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
It is not a package system; nor is it a tool for managing full disk images.
Instead, it sits between those levels, offering a blend of the advantages (and
disadvantages) of both.
.
This package contains configuration snippets for using ostree with GRUB 2.