[PATCH proxmox-ve-rs 3/3] d/control: include a revision in the package version
Jing Luo
jing at jing.rocks
Thu Nov 21 11:06:51 CET 2024
The "dsc" target also fails because of this:
error: can't build with source format '3.0 (quilt)': non-native package version does not contain a revision
d/source/format is automatically generated as '3.0 (quilt)', let's keep it that way.
Include a dch entry so no one will forget this when bumping the version. Also
add a lintian-override for the source package because of this.
Signed-off-by: Jing Luo <jing at jing.rocks>
---
proxmox-ve-config/debian/changelog | 8 ++++++++
proxmox-ve-config/debian/source/lintian-overrides | 1 +
2 files changed, 9 insertions(+)
create mode 100644 proxmox-ve-config/debian/source/lintian-overrides
diff --git a/proxmox-ve-config/debian/changelog b/proxmox-ve-config/debian/changelog
index 433f7b2..91bd1bd 100644
--- a/proxmox-ve-config/debian/changelog
+++ b/proxmox-ve-config/debian/changelog
@@ -1,3 +1,11 @@
+rust-proxmox-ve-config (0.2.1-1) UNRELEASED; urgency=medium
+
+ * correct source package name
+ * specify the build-deps not needed for "nocheck" profile
+ * include a revision in the package version
+
+ -- Proxmox Support Team <support at proxmox.com> Thu, 21 Nov 2024 18:48:51 +0900
+
proxmox-ve-config (0.2.0) unstable; urgency=medium
* firewall config: add sdn scope for ipsets
diff --git a/proxmox-ve-config/debian/source/lintian-overrides b/proxmox-ve-config/debian/source/lintian-overrides
new file mode 100644
index 0000000..95b87e8
--- /dev/null
+++ b/proxmox-ve-config/debian/source/lintian-overrides
@@ -0,0 +1 @@
+rust-proxmox-ve-config source: odd-historical-debian-changelog-version 0.2.0 (for non-native) [debian/changelog:9]
--
2.47.0
More information about the pve-devel
mailing list