Standardize description, version, authors, and edition fields across packages using workspace inheritance.

This commit is contained in:
Till Wegmueller 2026-01-19 00:25:47 +01:00
parent 86e1a2eb53
commit 6ee6392b01
No known key found for this signature in database
9 changed files with 9 additions and 4 deletions

View file

@ -14,6 +14,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
description = "The Image Packaging System (IPS) for illumos"
version = "0.5.1" version = "0.5.1"
edition = "2024" edition = "2024"
license-file = "LICENSE" license-file = "LICENSE"

View file

@ -5,7 +5,7 @@
[package] [package]
name = "libips" name = "libips"
description = "The core library for the rust version of the Image Packaging System. Includes Python bindings." description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,5 +1,6 @@
[package] [package]
name = "pkg6" name = "pkg6"
description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pkg6depotd" name = "pkg6depotd"
description = "The repository server for IPS written in rust" description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pkg6repo" name = "pkg6repo"
description = "The repository management utility for IPS written in rust" description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,5 +1,6 @@
[package] [package]
name = "pkgtree" name = "pkgtree"
description.workspace = true
version.workspace = true version.workspace = true
edition.workspace = true edition.workspace = true
license-file.workspace = true license-file.workspace = true

View file

@ -1,5 +1,6 @@
[package] [package]
name = "ports" name = "ports"
description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,5 +1,6 @@
[package] [package]
name = "specfile" name = "specfile"
description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
[package] [package]
name = "userland" name = "userland"
description = "Helper tool for IPS package development" description.workspace = true
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true