Adjust Description and Upstream-Name to emphasize libostree

This commit is contained in:
Simon McVittie 2017-09-15 11:26:40 +01:00
parent 9237441fdb
commit 232742c081
4 changed files with 32 additions and 26 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ ostree (2017.11-1) UNRELEASED; urgency=medium
* New upstream release * New upstream release
- Drop all current patches, applied upstream - 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 -- Simon McVittie <smcv@debian.org> Wed, 30 Aug 2017 10:09:26 +0100

42
debian/control vendored
View File

@ -56,8 +56,9 @@ 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 libostree provides a library and tools for managing bootable, immutable,
trees. See the ostree package's description for more details. versioned filesystem trees. See the ostree package's description for
more details.
. .
This package contains GObject-Introspection metadata, which can be used This package contains GObject-Introspection metadata, which can be used
to generate dynamic bindings into languages such as Python and JavaScript. to generate dynamic bindings into languages such as Python and JavaScript.
@ -74,7 +75,7 @@ Breaks:
flatpak (<< 0.8.7-2~), flatpak (<< 0.8.7-2~),
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 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 filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out" and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This the files using hardlinks into an immutable directory tree. This
@ -97,8 +98,8 @@ Depends:
${misc:Depends}, ${misc:Depends},
Suggests: Suggests:
libostree-doc, libostree-doc,
Description: Development files for the ostree library Description: Development files for the libostree 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 filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out" and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This 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 such as embedded devices. It is also used by the Flatpak application
runtime system. 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 Package: libostree-doc
Build-Profiles: <!nodoc> Build-Profiles: <!nodoc>
@ -118,11 +120,12 @@ Depends:
${misc:Depends}, ${misc:Depends},
Suggests: Suggests:
devhelp, devhelp,
Description: Development documentation for the ostree library Description: Development documentation for the libostree library
OSTree is a tool for managing bootable, immutable, versioned filesystem libostree provides a library and tools for managing bootable, immutable,
trees. See the ostree package's description for more details. 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 Package: ostree
Architecture: linux-any Architecture: linux-any
@ -130,13 +133,13 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: content-addressed filesystem for operating system binaries Description: content-addressed filesystem for operating system binaries
OSTree is a tool and library for managing bootable, immutable, versioned libostree provides a library and tools for managing bootable, immutable,
filesystem trees. It is like git in that it checksums individual files versioned filesystem trees. It is like git in that it checksums
and has a content-addressed object store; unlike git, it "checks out" individual files and has a content-addressed object store; unlike git,
the files using hardlinks into an immutable directory tree. This it "checks out" the files using hardlinks into an immutable directory
can be used to provide atomic upgrades with rollback, history and tree. This can be used to provide atomic upgrades with rollback, history
parallel-installation, particularly useful on "fixed purpose" systems and parallel-installation, particularly useful on "fixed purpose"
such as embedded devices. systems such as embedded devices.
. .
This package contains the executables used to manage and create This package contains the executables used to manage and create
filesystem trees. It does not affect the boot process for the system filesystem trees. It does not affect the boot process for the system
@ -157,7 +160,8 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
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 libostree provides a library and tools for managing bootable, immutable,
trees. See the ostree package's description for more details. versioned filesystem trees. See the ostree package's description for
more details.
. .
This package contains automated tests. This package contains automated tests.

2
debian/copyright vendored
View File

@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libOSTree Upstream-Name: libostree
Source: https://github.com/ostreedev/ostree/ Source: https://github.com/ostreedev/ostree/
Files: Files:

View File

@ -15,18 +15,19 @@ Replaces:
ostree-grub2 (<< ${binary:Version}), ostree-grub2 (<< ${binary:Version}),
Provides: Provides:
ostree-grub2 (= ${binary:Version}), ostree-grub2 (= ${binary:Version}),
Description: ostree boot loader and initramfs integration Description: libostree boot loader and initramfs integration
OSTree is a tool for managing bootable, immutable, versioned filesystem libostree provides a library and tools for managing bootable, immutable,
trees. See the ostree package's description for more details. versioned filesystem trees. See the ostree package's description for
more details.
. .
This package contains configuration snippets and executables needed to This package contains configuration snippets and executables needed to
boot a Debian derivative using OSTree. This integration currently has some boot a Debian derivative from a libostree filesystem deployment. This
limitations: integration currently has some limitations:
. .
- the initramfs must have been made using dracut - the initramfs must have been made using dracut
- the root filesystem must be one that dracut can mount without a root= - the root filesystem must be one that dracut can mount without a root=
command-line argument (an EFI partition with the GUID defined in command-line argument (an EFI partition with the GUID defined in
the Discoverable Partitions specification) the Discoverable Partitions specification)
- /boot must be a separate partition - /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 GNU GRUB 2, syslinux/extlinux or Das U-Boot