Source: happy Version: 1.19.9-4 Followup-For: Bug #884750 User: [email protected] Usertags: riscv64
Hi, As Adrian said, this was still failing recently when bootstrapping riscv64. We were working on it in parallel by mistake, and I attach the patch that I got, basically the same. I reported the problem to src:alex in: https://bugs.debian.org/906434 Thanks and cheers. -- Manuel A. Fernandez Montecelo <[email protected]>
diff -Nru happy-1.19.9/debian/changelog happy-1.19.9/debian/changelog --- happy-1.19.9/debian/changelog 2018-07-14 20:20:35.000000000 +0200 +++ happy-1.19.9/debian/changelog 2018-07-24 23:07:48.000000000 +0200 @@ -1,3 +1,10 @@ +happy (1.19.9-4~0.riscv64.1) unreleased; urgency=medium + + * Non-maintainer upload. + * Bootstrap for riscv64 + + -- Manuel A. Fernandez Montecelo <[email protected]> Tue, 24 Jul 2018 23:07:48 +0200 + happy (1.19.9-4) unstable; urgency=medium * Set Rules-Requires-Root to no. diff -Nru happy-1.19.9/debian/rules happy-1.19.9/debian/rules --- happy-1.19.9/debian/rules 2018-04-09 21:06:48.000000000 +0200 +++ happy-1.19.9/debian/rules 2018-07-24 23:07:48.000000000 +0200 @@ -17,7 +17,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS += --with-happy=/bin/true cleanbuilddir/happy:: - cp -a dist/build/happy/happy-tmp/*.hs src/ +# cp -a dist/build/happy/happy-tmp/*.hs src/ endif clean::
_______________________________________________ Pkg-haskell-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers
