Ola Lundqvist wrote:

Hi

Sorry for not responding until now. The package is up for adoption so NMU is most welcome.

Thanks, uploaded.

Final debdiff attatched, the only difference to the one proposed in the original mail is some changelog tweaks to note that it's an upload with the maintainers permission and close the bug.
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

Reply via email to