From 375b2c3716eda01ed1a1c8f738c9f0c8821208f7 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Wed, 16 Aug 2023 14:04:50 -0600
Subject: [PATCH] devscripts: workaround tests to rebuild on aramo's version.

---
 helpers/make-devscripts | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helpers/make-devscripts b/helpers/make-devscripts
index 35b9303c..4f6b1c22 100644
--- a/helpers/make-devscripts
+++ b/helpers/make-devscripts
@@ -18,13 +18,17 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
 #Make sure uses TrisquelDistroinfo
 sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|' scripts/debchange.pl
 
+#Prevent debian test failing.
+sed -i '/verifyGuessedDistribution/s|buster-backports|bookworm-backports|g' test/test_debchange
+rm scripts/devscripts/test/test_flake8.py
+
 changelog "Make use of TrisquelDistroInfo from distro-info package."
 
 compile
-- 
GitLab