diff -Nru patat-0.8.1.2/debian/changelog patat-0.8.1.2/debian/changelog --- patat-0.8.1.2/debian/changelog 2018-10-29 11:37:39.000000000 +0000 +++ patat-0.8.1.2/debian/changelog 2019-01-27 01:02:29.000000000 +0000 @@ -1,3 +1,9 @@ +patat (0.8.1.2-1+rpi1) buster-staging; urgency=medium + + * Remove -N from rts options, ghc doesn't support it on armv6. + + -- Peter Michael Green Sun, 27 Jan 2019 01:02:29 +0000 + patat (0.8.1.2-1) unstable; urgency=medium * New upstream version 0.8.1.2 diff -Nru patat-0.8.1.2/debian/patches/remove--N-option.patch patat-0.8.1.2/debian/patches/remove--N-option.patch --- patat-0.8.1.2/debian/patches/remove--N-option.patch 1970-01-01 00:00:00.000000000 +0000 +++ patat-0.8.1.2/debian/patches/remove--N-option.patch 2019-01-27 01:02:29.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.1.2/debian/patches/series patat-0.8.1.2/debian/patches/series --- patat-0.8.1.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ patat-0.8.1.2/debian/patches/series 2019-01-27 01:02:29.000000000 +0000 @@ -0,0 +1 @@ +remove--N-option.patch