diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-09-16 03:20:53 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-09-16 03:24:18 +0200 |
commit | b895ac675e19acfab5cdc35eb0381032091d45bc (patch) | |
tree | 4e5cef1e7f0fe183ccc6fa88903455232fb383cb | |
parent | bcc87260ca5ce4fcc0488a34cdec2eabc27e3e6b (diff) | |
download | zsh-b895ac675e19acfab5cdc35eb0381032091d45bc.tar.gz zsh-b895ac675e19acfab5cdc35eb0381032091d45bc.zip |
Revert "Explicitly declare B-D-I on cm-super-minimal as arch:all to fix crossbuild issues"
While it fixes crossbuild issues on Salsa's CI and builds fine there
in all steps and even passes test-build-all, it causes the arch:all
build on the build daemons to not start due to "buid dependency
uninstallable". *sigh*
This reverts commit 801f5e105ad6d1f767d28c8311edd263790f419f.
Gbp-Dch: Full
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 29cc82594..b92dfc648 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: bsdextrautils | bsdmainutils (<< 12~), libgdbm-dev, libncurses-dev, libpcre3-dev -Build-Depends-Indep: cm-super-minimal:all, +Build-Depends-Indep: cm-super-minimal, ghostscript, texinfo (>= 5~), texlive-fonts-recommended, |