Package: ncl
Version: 6.1.2-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/support-archs.patch: Add aarch64* for arm64 support.

Patch should be self-explanatory.  I used aarch64* instead of just
aarch64, as there's also a _be port floating around out there (not
that I imagine we ever intend to build Debian or Ubuntu for it, but
might as well be complete, just in case).

... Adam

-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ncl-6.1.2/debian/changelog ncl-6.1.2/debian/changelog
diff -Nru ncl-6.1.2/debian/patches/support-archs.patch ncl-6.1.2/debian/patches/support-archs.patch
--- ncl-6.1.2/debian/patches/support-archs.patch	2014-03-01 04:30:32.000000000 -0700
+++ ncl-6.1.2/debian/patches/support-archs.patch	2014-03-23 18:31:29.000000000 -0600
@@ -7,7 +7,7 @@
 ===================================================================
 --- ncl-6.1.2.orig/config/ymake	2014-02-24 16:38:51.850789684 +0000
 +++ ncl-6.1.2/config/ymake	2014-02-24 16:38:51.846789853 +0000
-@@ -365,19 +365,17 @@
+@@ -365,19 +365,18 @@
  	case    amd64:
          case    i*64:
          case    x*64:
@@ -17,6 +17,7 @@
 +        case    sparc*:
 +        case    arm*:
 +        case    ppc*:
++        case    aarch64*:
          case    alpha:
              set model   = $mach
              set arch    = $mach

Reply via email to