From ca01e5f0702f773062926cf3e2944ddc265623ac Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Feb 2021 22:59:10 -0700 Subject: Declare only support amd64, arm64, armel, armhf, i386, ppc64el --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9a0f89..e299bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stylish-haskell (0.12.2.0-2) UNRELEASED; urgency=medium + + * Declare that we only support amd64, arm64, armel, armhf, i386, ppc64el. + The new ghc-lib-parser dependency is not available on other archs. + + -- Sean Whitton Sat, 06 Feb 2021 22:58:40 -0700 + stylish-haskell (0.12.2.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index c740568..0b32ced 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,7 @@ Vcs-Git: https://git.spwhitton.name/stylish-haskell Vcs-Browser: https://git.spwhitton.name/stylish-haskell Package: stylish-haskell -Architecture: any +Architecture: amd64, arm64, armel, armhf, i386, ppc64el Depends: ${shlibs:Depends}, ${misc:Depends}, Suggests: haskell-mode -- cgit v1.2.3