Update raspbian patches for new upstream.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 19:12:16 +0000 (19:12 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 19:16:41 +0000 (19:16 +0000)
debian/patches/remove-gitattributes-that-cause-problems.patch
debian/patches/use-armv6-for-raspbian.patch

index c44c47afab16f96198af82a102cd7813040320e3..bb544d2c2e8274e2ec521b9ab3a95621f6c38492 100644 (file)
@@ -1,20 +1,15 @@
 From: Peter Michael Green <plugwash@raspbian.org>
-Date: Sat, 7 Dec 2019 05:28:18 +0000
-X-Dgit-Generated: 4.08.1-5+rpi1 4372289b19cfc4744b8e5c224da3b2f94ff5285d
 Subject: Remove gitattributes that cause problems for dgit.
 
-
----
-
-Index: tempdefuzz/.gitattributes
-===================================================================
---- tempdefuzz.orig/.gitattributes
-+++ tempdefuzz/.gitattributes
-@@ -140,7 +140,6 @@ menhir-bench.bash typo.missing-header ty
+diff --git a/.gitattributes b/.gitattributes
+index 956d2136..a278ffe0 100644
+--- a/.gitattributes
++++ b/.gitattributes
+@@ -151,7 +151,6 @@ menhir-bench.bash typo.missing-header typo.utf8
  *.check-program-output text eol=lf
  *.run text eol=lf
  
 -/tools/ci/appveyor/appveyor_build.cmd text eol=crlf
  
+ aclocal.m4 typo.tab
  configure.ac text eol=lf
- build-aux/compile text eol=lf
index bc60639009641920a21e72c7405de14d77c590b9..8e3cc61f05b11e7f18d7b5d2b86d2a849579090a 100644 (file)
@@ -1,14 +1,16 @@
 Description:  Edit configure.ac to select armv6 when using "arm-linux-gnueabihf"
 Author: Peter Michael Green <plugwash@raspbian.org>
 
---- ocaml-4.08.1.orig/configure.ac
-+++ ocaml-4.08.1/configure.ac
-@@ -871,7 +871,7 @@ AS_CASE([$host],
-   [armv5*-*-linux-gnueabi],
+diff --git a/configure.ac b/configure.ac
+index 9ac019f7..03f0fd95 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1092,7 +1092,7 @@ AS_CASE([$host],
+   [armv5*-*-linux-*eabi],
      [arch=arm; model=armv5; system=linux_eabi],
-   [arm*-*-linux-gnueabihf],
+   [arm*-*-linux-*eabihf],
 -    [arch=arm; system=linux_eabihf],
 +    [arch=arm; model=armv6; system=linux_eabihf],
-   [arm*-*-linux-gnueabi],
+   [arm*-*-linux-*eabi],
      [arch=arm; system=linux_eabi],
    [arm*-*-openbsd*],