diff --git a/debian/changelog b/debian/changelog index 9578c0ce..0aa7051b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 30 Aug 2017 10:09:26 +0100 diff --git a/debian/control b/debian/control index 4e5d5aa0..d269efbe 100644 --- a/debian/control +++ b/debian/control @@ -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: @@ -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. diff --git a/debian/copyright b/debian/copyright index 03665f36..78f2ceaf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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: diff --git a/debian/ostree-boot.control b/debian/ostree-boot.control index ac76885c..8d51a694 100644 --- a/debian/ostree-boot.control +++ b/debian/ostree-boot.control @@ -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