Adjust Description and Upstream-Name to emphasize libostree
This commit is contained in:
parent
9237441fdb
commit
232742c081
|
|
@ -2,6 +2,7 @@ ostree (2017.11-1) UNRELEASED; urgency=medium
|
|||
|
||||
* New upstream release
|
||||
- Drop all current patches, applied upstream
|
||||
* Adjust Description and Upstream-Name to emphasize libostree
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Wed, 30 Aug 2017 10:09:26 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -56,8 +56,9 @@ Depends:
|
|||
${gir:Depends},
|
||||
${misc:Depends},
|
||||
Description: content-addressed filesystem for operating system binaries (introspection)
|
||||
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||
trees. See the ostree package's description for more details.
|
||||
libostree provides a library and tools for managing bootable, immutable,
|
||||
versioned filesystem trees. See the ostree package's description for
|
||||
more details.
|
||||
.
|
||||
This package contains GObject-Introspection metadata, which can be used
|
||||
to generate dynamic bindings into languages such as Python and JavaScript.
|
||||
|
|
@ -74,7 +75,7 @@ Breaks:
|
|||
flatpak (<< 0.8.7-2~),
|
||||
Multi-arch: same
|
||||
Description: content-addressed filesystem for operating system binaries (library)
|
||||
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||
libostree is a library for managing bootable, immutable, versioned
|
||||
filesystem trees. It is like git in that it checksums individual files
|
||||
and has a content-addressed object store; unlike git, it "checks out"
|
||||
the files using hardlinks into an immutable directory tree. This
|
||||
|
|
@ -97,8 +98,8 @@ Depends:
|
|||
${misc:Depends},
|
||||
Suggests:
|
||||
libostree-doc,
|
||||
Description: Development files for the ostree library
|
||||
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||
Description: Development files for the libostree library
|
||||
libostree is a library for managing bootable, immutable, versioned
|
||||
filesystem trees. It is like git in that it checksums individual files
|
||||
and has a content-addressed object store; unlike git, it "checks out"
|
||||
the files using hardlinks into an immutable directory tree. This
|
||||
|
|
@ -107,7 +108,8 @@ Description: Development files for the ostree library
|
|||
such as embedded devices. It is also used by the Flatpak 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
|
||||
libostree.
|
||||
|
||||
Package: libostree-doc
|
||||
Build-Profiles: <!nodoc>
|
||||
|
|
@ -118,11 +120,12 @@ Depends:
|
|||
${misc:Depends},
|
||||
Suggests:
|
||||
devhelp,
|
||||
Description: Development documentation for the ostree library
|
||||
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||
trees. See the ostree package's description for more details.
|
||||
Description: Development documentation for the libostree library
|
||||
libostree provides a library and tools for managing bootable, immutable,
|
||||
versioned filesystem trees. See the ostree package's description for
|
||||
more details.
|
||||
.
|
||||
This package contains development documentation for ostree.
|
||||
This package contains development documentation for libostree.
|
||||
|
||||
Package: ostree
|
||||
Architecture: linux-any
|
||||
|
|
@ -130,13 +133,13 @@ Depends:
|
|||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: content-addressed filesystem for operating system binaries
|
||||
OSTree is a tool and library for managing bootable, immutable, versioned
|
||||
filesystem trees. It is like git in that it checksums individual files
|
||||
and has a content-addressed object store; unlike git, it "checks out"
|
||||
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.
|
||||
libostree provides a library and tools for managing bootable, immutable,
|
||||
versioned filesystem trees. It is like git in that it checksums
|
||||
individual files and has a content-addressed object store; unlike git,
|
||||
it "checks out" 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 used to manage and create
|
||||
filesystem trees. It does not affect the boot process for the system
|
||||
|
|
@ -157,7 +160,8 @@ Depends:
|
|||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: content-addressed filesystem for operating system binaries - tests
|
||||
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||
trees. See the ostree package's description for more details.
|
||||
libostree provides a library and tools for managing bootable, immutable,
|
||||
versioned filesystem trees. See the ostree package's description for
|
||||
more details.
|
||||
.
|
||||
This package contains automated tests.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libOSTree
|
||||
Upstream-Name: libostree
|
||||
Source: https://github.com/ostreedev/ostree/
|
||||
|
||||
Files:
|
||||
|
|
|
|||
|
|
@ -15,18 +15,19 @@ Replaces:
|
|||
ostree-grub2 (<< ${binary:Version}),
|
||||
Provides:
|
||||
ostree-grub2 (= ${binary:Version}),
|
||||
Description: ostree boot loader and initramfs integration
|
||||
OSTree is a tool for managing bootable, immutable, versioned filesystem
|
||||
trees. See the ostree package's description for more details.
|
||||
Description: libostree boot loader and initramfs integration
|
||||
libostree provides a library and tools for managing bootable, immutable,
|
||||
versioned filesystem trees. See the ostree package's description for
|
||||
more details.
|
||||
.
|
||||
This package contains configuration snippets and executables needed to
|
||||
boot a Debian derivative using OSTree. This integration currently has some
|
||||
limitations:
|
||||
boot a Debian derivative from a libostree filesystem deployment. This
|
||||
integration currently has some limitations:
|
||||
.
|
||||
- the initramfs must have been made using dracut
|
||||
- the root filesystem must be one that dracut can mount without a root=
|
||||
command-line argument (an EFI partition with the GUID defined in
|
||||
the Discoverable Partitions specification)
|
||||
- /boot must be a separate partition
|
||||
- the boot loader must be one that is supported by ostree, currently
|
||||
- the boot loader must be one that is supported by libostree, currently
|
||||
GNU GRUB 2, syslinux/extlinux or Das U-Boot
|
||||
|
|
|
|||
Loading…
Reference in New Issue