2025-05-12 20:03:31 +02:00
|
|
|
[package]
|
|
|
|
name = "phenix"
|
2025-05-14 13:12:34 +02:00
|
|
|
description = "Utility to restart PCIe devices when link is lost."
|
2025-05-14 22:22:29 +02:00
|
|
|
version = "0.2.1"
|
2025-05-12 20:03:31 +02:00
|
|
|
edition = "2024"
|
2025-05-14 12:54:36 +02:00
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
repository="https://code.edgarpierre.fr/edpibu/phenix"
|
|
|
|
authors = ["edpibu <contact@edgarpierre.fr>"]
|
2025-05-12 20:03:31 +02:00
|
|
|
|
2025-05-14 12:54:36 +02:00
|
|
|
[package.metadata.deb]
|
|
|
|
maintainer-scripts = "debian/"
|
|
|
|
|
|
|
|
[package.metadata.deb.systemd-units]
|
|
|
|
unit-scripts = "."
|