[pve-devel] [PATCH qemu] d/rules: remove outdated workaround against historic changelog file
Fiona Ebner
f.ebner at proxmox.com
Mon Mar 31 15:57:50 CEST 2025
There is no top-level 'Changelog' file in the QEMU submodule
repository anymore since QEMU v5.2, to be precise commit e83029fa60
("CHANGELOG: remove disused file").
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 51f56c5..5c4e361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,8 +131,7 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
- # exclude historic Changelog file, which stops at release 0.14
- dh_installchangelogs --exclude=Changelog
+ dh_installchangelogs
dh_installdocs
dh_installexamples
dh_install
--
2.39.5
More information about the pve-devel
mailing list