debian/control: improve description based on v2016.3's README
This commit is contained in:
parent
a8ba90063f
commit
b43fe10e02
|
|
@ -29,6 +29,7 @@ ostree (2016.1+deb-1) UNRELEASED; urgency=medium
|
||||||
symlink in ostree-grub2
|
symlink in ostree-grub2
|
||||||
* Document the limited situations in which ostree-grub2 will work in
|
* Document the limited situations in which ostree-grub2 will work in
|
||||||
practice
|
practice
|
||||||
|
* debian/control: improve description based on v2016.3's README
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,13 +39,11 @@ Depends:
|
||||||
${gir:Depends},
|
${gir:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: content-addressed filesystem 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.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
trees. See the ostree package's description for more details.
|
||||||
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
|
This package contains GObject-Introspection metadata, which can be used
|
||||||
generate dynamic bindings.
|
to generate dynamic bindings into languages such as Python and JavaScript.
|
||||||
|
|
||||||
Package: libostree-1-1
|
Package: libostree-1-1
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
@ -57,10 +55,14 @@ Pre-Depends:
|
||||||
${misc:Pre-Depends},
|
${misc:Pre-Depends},
|
||||||
Multi-arch: same
|
Multi-arch: same
|
||||||
Description: content-addressed filesystem 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.
|
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
filesystem trees. It is like git in that it checksums individual files
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
and has a content-addressed object store; unlike git, it "checks out"
|
||||||
disadvantages) of both.
|
the files using hardlinks into an immutable directory tree. This
|
||||||
|
can be used to provide atomic upgrades with rollback, history and
|
||||||
|
parallel-installation, particularly useful on "fixed purpose" systems
|
||||||
|
such as embedded devices. It is also used by the xdg-app application
|
||||||
|
runtime system.
|
||||||
.
|
.
|
||||||
This package contains the shared library.
|
This package contains the shared library.
|
||||||
|
|
||||||
|
|
@ -76,10 +78,14 @@ Depends:
|
||||||
Suggests:
|
Suggests:
|
||||||
libostree-doc,
|
libostree-doc,
|
||||||
Description: Development files for the ostree library
|
Description: Development files for the ostree library
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
filesystem trees. It is like git in that it checksums individual files
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
and has a content-addressed object store; unlike git, it "checks out"
|
||||||
disadvantages) of both.
|
the files using hardlinks into an immutable directory tree. This
|
||||||
|
can be used to provide atomic upgrades with rollback, history and
|
||||||
|
parallel-installation, particularly useful on "fixed purpose" systems
|
||||||
|
such as embedded devices. It is also used by the xdg-app application
|
||||||
|
runtime system.
|
||||||
.
|
.
|
||||||
This package contains development headers and the pkg-config file for ostree.
|
This package contains development headers and the pkg-config file for ostree.
|
||||||
|
|
||||||
|
|
@ -91,10 +97,8 @@ Depends:
|
||||||
Suggests:
|
Suggests:
|
||||||
devhelp,
|
devhelp,
|
||||||
Description: Development documentation for the ostree library
|
Description: Development documentation for the ostree library
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
trees. See the ostree package's description for more details.
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
||||||
disadvantages) of both.
|
|
||||||
.
|
.
|
||||||
This package contains development documentation for ostree.
|
This package contains development documentation for ostree.
|
||||||
|
|
||||||
|
|
@ -106,10 +110,13 @@ Depends:
|
||||||
Suggests:
|
Suggests:
|
||||||
dracut,
|
dracut,
|
||||||
Description: content-addressed filesystem for operating system binaries
|
Description: content-addressed filesystem for operating system binaries
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
filesystem trees. It is like git in that it checksums individual files
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
and has a content-addressed object store; unlike git, it "checks out"
|
||||||
disadvantages) of both.
|
the files using hardlinks into an immutable directory tree. This
|
||||||
|
can be used to provide atomic upgrades with rollback, history and
|
||||||
|
parallel-installation, particularly useful on "fixed purpose" systems
|
||||||
|
such as embedded devices.
|
||||||
.
|
.
|
||||||
This package contains the executables.
|
This package contains the executables.
|
||||||
|
|
||||||
|
|
@ -121,10 +128,8 @@ Depends:
|
||||||
Recommends:
|
Recommends:
|
||||||
grub-efi-amd64 | grub-pc,
|
grub-efi-amd64 | grub-pc,
|
||||||
Description: GRUB 2 configuration for ostree
|
Description: GRUB 2 configuration for ostree
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
trees. See the ostree package's description for more details.
|
||||||
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.
|
This package contains configuration snippets for using ostree with GRUB 2.
|
||||||
This integration currently has some limitations:
|
This integration currently has some limitations:
|
||||||
|
|
@ -150,9 +155,7 @@ Depends:
|
||||||
ostree,
|
ostree,
|
||||||
python,
|
python,
|
||||||
Description: content-addressed filesystem for operating system binaries - tests
|
Description: content-addressed filesystem for operating system binaries - tests
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
trees. See the ostree package's description for more details.
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
||||||
disadvantages) of both.
|
|
||||||
.
|
.
|
||||||
This package contains automated tests.
|
This package contains automated tests.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue