[scilab] 04/29: Drop aarch64 detection patch

Julien Puydt julien.puydt at laposte.net
Wed Nov 22 17:19:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository scilab.

commit 27757b7281134640d8a76719170d000cc442a539
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Nov 15 17:23:43 2017 +0100

    Drop aarch64 detection patch
---
 debian/changelog                       |  1 +
 debian/patches/aarch64-detection.patch | 17 -----------------
 debian/patches/series                  |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7104f3d..0273d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ scilab (6.0.0-1) UNRELEASED; urgency=medium
   * Point d/watch to the latest upstream sources.
   * Package new upstream:
     - Version 6.0.0 (Closes: #873590)
+    - Drop patch to add support aarch64 : useless now.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Tue, 14 Nov 2017 16:46:25 +0100
 
diff --git a/debian/patches/aarch64-detection.patch b/debian/patches/aarch64-detection.patch
deleted file mode 100644
index 696a29e..0000000
--- a/debian/patches/aarch64-detection.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix Aarch64 detection
-Author: Martin Michlmayr <tbm at cyrius.com>
-
-Index: scilab-5.5.2/bin/scilab
-===================================================================
---- scilab-5.5.2.orig/bin/scilab
-+++ scilab-5.5.2/bin/scilab
-@@ -543,6 +543,9 @@ detect_java_vm() {
-                         armv*)
-                             proc="arm"
-                             ;;
-+                        aarch64)
-+                            proc="aarch64"
-+                            ;;
-                         *)
-                             echo "Could not find the Java configuration for the model <${MODEL}>. Please contact us on http://bugzilla.scilab.org"
-                             ;;
diff --git a/debian/patches/series b/debian/patches/series
index 83f9f57..80b51f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,7 +9,6 @@ xmlgraphics-commons-2.0.diff
 fop-2.0.diff
 batik-1.8.diff
 jvm-archdir-ppc64le.diff
-aarch64-detection.patch
 libjogl2-java-2.3.2.diff
 hdf5-1.10-api.patch
 scilab.git-f1d7f06.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scilab.git



More information about the debian-science-commits mailing list