From: Otto Kekäläinen Date: Sat, 18 May 2024 22:55:47 +0000 (-0700) Subject: Fix filename in install: UPGRADE -> UPGRADE.md (Closed: #903413) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f49d3c56ac8dd6a332bc764c10b71d9c05ee3a5;p=debbugs.git 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. --- 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