From 5f49d3c56ac8dd6a332bc764c10b71d9c05ee3a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 18 May 2024 15:55:47 -0700 Subject: [PATCH] Fix filename in install: UPGRADE -> UPGRADE.md (Closed: #903413) This fixes the dh_install stage that was failing on missing file. Seems that when the file was renamed nobody tried to build the package. Having Salsa-CI will prevent such lapses in the future. --- debian/docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/docs b/debian/docs index ef44632c..64e62ee2 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -UPGRADE debian/README.mail +UPGRADE.md debian/README.mail -- 2.39.5