From 6238fed3d510d3ebd3061b4526be91adf236c0f1 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 4 Mar 2025 15:14:41 +1100 Subject: [PATCH 1/2] Change architecture to 'any' - pkg not arch specific --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 26f8a7d..f1efde1 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ X-Python-Version: >= 3.5 Standards-Version: 4.0.0 Package: turnkey-gitwrapper -Architecture: all +Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, From 187f8f19cb23519d9e66c7d54e63e03711569422 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 11 Mar 2025 05:50:03 +0000 Subject: [PATCH 2/2] set arch as 'all' --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f1efde1..26f8a7d 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ X-Python-Version: >= 3.5 Standards-Version: 4.0.0 Package: turnkey-gitwrapper -Architecture: any +Architecture: all Depends: ${misc:Depends}, ${python3:Depends},