[PATCH proxmox-ve-rs 1/3] d/control: correct source package name
Jing Luo
jing at jing.rocks
Thu Nov 21 11:06:49 CET 2024
Currently the "dsc" target fails and dpkg-buildpackage complains:
error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../proxmox-ve-config_0.2.0.orig.tar.{bz2,gz,lzma,xz}
but there is a "rust-proxmox-ve-config_0.2.0.orig.tar.gz". Usually a rust
package in debian starts with "rust-" in its source package name.
Signed-off-by: Jing Luo <jing at jing.rocks>
---
proxmox-ve-config/debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-ve-config/debian/control b/proxmox-ve-config/debian/control
index f5a9993..4be4417 100644
--- a/proxmox-ve-config/debian/control
+++ b/proxmox-ve-config/debian/control
@@ -1,4 +1,4 @@
-Source: proxmox-ve-config
+Source: rust-proxmox-ve-config
Section: rust
Priority: optional
Maintainer: Proxmox Support Team <support at proxmox.com>
--
2.47.0
More information about the pve-devel
mailing list