Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package tightvnc This upload of tightvnc adds arm64 support to the packages build system. The code is all behind conditionals so it shouldn't affect other architectures. This is needed to make tcos-core and a bunch of arch all packages installable in arm64 testing. Debdiff attatched. unblock tightvnc/1.3.9-6.5 -- System Information: Debian Release: 6.0.3 APT prefers oldstable-proposed-updates APT policy: (500, 'oldstable-proposed-updates'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru tightvnc-1.3.9/debian/changelog tightvnc-1.3.9/debian/changelog --- tightvnc-1.3.9/debian/changelog 2012-06-07 09:59:04.000000000 +0000 +++ tightvnc-1.3.9/debian/changelog 2014-11-02 13:00:10.000000000 +0000 @@ -1,3 +1,11 @@ +tightvnc (1.3.9-6.5) unstable; urgency=medium + + * Non-maintainer upload with maintainers permission. + * Add patch from 1.3.9-6.4ubuntu1 by Colin Watson for arm64 support. + (Closes: 767311) + + -- Peter Michael Green <plugw...@debian.org> Wed, 29 Oct 2014 21:47:46 +0000 + tightvnc (1.3.9-6.4) unstable; urgency=high * Non-maintainer upload. diff -Nru tightvnc-1.3.9/debian/patches/aarch64.patch tightvnc-1.3.9/debian/patches/aarch64.patch --- tightvnc-1.3.9/debian/patches/aarch64.patch 1970-01-01 00:00:00.000000000 +0000 +++ tightvnc-1.3.9/debian/patches/aarch64.patch 2014-10-29 21:46:09.000000000 +0000 @@ -0,0 +1,39 @@ +Description: Add aarch64 (arm64) support +Author: Colin Watson <cjwat...@ubuntu.com> +Forwarded: no +Last-Update: 2014-03-18 + +Index: b/Xvnc/config/cf/Imake.cf +=================================================================== +--- a/Xvnc/config/cf/Imake.cf ++++ b/Xvnc/config/cf/Imake.cf +@@ -700,6 +700,10 @@ + # define s390Architecture + # undef __s390__ + # endif /* s390 */ ++# ifdef __aarch64__ ++# define AArch64Architecture ++# undef __aarch64__ ++# endif /* __arch64__ */ + # ifdef __alpha + # define AlphaArchitecture + # undef __alpha +Index: b/Xvnc/config/cf/linux.cf +=================================================================== +--- a/Xvnc/config/cf/linux.cf ++++ b/Xvnc/config/cf/linux.cf +@@ -305,6 +305,14 @@ + #define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines + #endif /* PowerPCArchitecture */ + ++#ifdef AArch64Architecture ++#define DefaultCCOptions -fsigned-char ++#define OptimizedCDebugFlags -O2 ++#define LinuxMachineDefines -D__aarch64__ ++#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET ++#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64 ++#endif /* AArch64Architecture */ ++ + #ifdef ArmArchitecture + #define DefaultCCOptions -fsigned-char + #define OptimizedCDebugFlags -O2 diff -Nru tightvnc-1.3.9/debian/patches/series tightvnc-1.3.9/debian/patches/series --- tightvnc-1.3.9/debian/patches/series 2012-06-07 09:54:59.000000000 +0000 +++ tightvnc-1.3.9/debian/patches/series 2014-10-29 21:46:09.000000000 +0000 @@ -2,3 +2,4 @@ 20-vncviewer--vncviewer.man.patch 30-ftbfs-mips.patch debian-changes-1.3.9-6.1 +aarch64.patch