diff -Nru patat-0.8.2.1/debian/changelog patat-0.8.2.1/debian/changelog --- patat-0.8.2.1/debian/changelog 2019-02-04 10:06:20.000000000 +0000 +++ patat-0.8.2.1/debian/changelog 2019-02-11 15:25:38.000000000 +0000 @@ -1,3 +1,10 @@ +patat (0.8.2.1-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 0.8.1.2-1+rpi1 by Peter Michael Green at Sun, 27 Jan 2019 01:02:29 +0000] + * Remove -N from rts options, ghc doesn't support it on armv6. + + -- Raspbian forward porter Mon, 11 Feb 2019 15:25:38 +0000 + patat (0.8.2.1-1) unstable; urgency=medium * New upstream version 0.8.2.1 diff -Nru patat-0.8.2.1/debian/patches/remove--N-option.patch patat-0.8.2.1/debian/patches/remove--N-option.patch --- patat-0.8.2.1/debian/patches/remove--N-option.patch 1970-01-01 00:00:00.000000000 +0000 +++ patat-0.8.2.1/debian/patches/remove--N-option.patch 2019-02-11 15:25:38.000000000 +0000 @@ -0,0 +1,27 @@ +Description: Remove -N from rts options, ghc doesn't support it on armv6. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2019-01-27 + +--- patat-0.8.1.2.orig/patat.cabal ++++ patat-0.8.1.2/patat.cabal +@@ -27,7 +27,7 @@ Flag patat-make-man + + Executable patat + Main-is: Main.hs +- Ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N" ++ Ghc-options: -Wall -threaded -rtsopts + Hs-source-dirs: src + Default-language: Haskell2010 + diff -Nru patat-0.8.2.1/debian/patches/series patat-0.8.2.1/debian/patches/series --- patat-0.8.2.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ patat-0.8.2.1/debian/patches/series 2019-02-11 15:25:38.000000000 +0000 @@ -0,0 +1 @@ +remove--N-option.patch