Graham Inggs pushed to branch master at Debian Med / mricron


Commits:
32d65a3b by Graham Inggs at 2021-02-11T20:36:45+02:00
Prepare for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/64bit.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+mricron (1.0.20190902+dfsg-2) unstable; urgency=medium
+
+  * Team upload
+  * Fix build on !amd64 64-bit architectures, thanks
+    Juhani Numminen (Closes: #982516)
+
+ -- Graham Inggs <gin...@debian.org>  Thu, 11 Feb 2021 18:35:17 +0000
+
 mricron (1.0.20190902+dfsg-1) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/patches/64bit.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Fix build on !amd64 64-bit architectures
+Bug-Debian: https://bugs.debian.org/982516
+Forwarded: no
+Author: Graham Inggs <gin...@debian.org>
+Last-Update: 2021-02-11
+
+--- a/RenderThds.pas
++++ b/RenderThds.pas
+@@ -65,7 +65,7 @@
+ 
+ var
+   {$IFDEF UNIX}
+-     {$ifdef cpux86_64}
++     {$ifdef CPU64}
+      CritSect : QWord;
+      {$else}
+      CritSect : LongWord;


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ lazarus_modern
 debian_paths
 stricter_fpc.patch
 fpc-3.2.patch
+64bit.patch



View it on GitLab: 
https://salsa.debian.org/med-team/mricron/-/commit/32d65a3b4c3e9056c22325a72a99fb89e0aa76eb

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/mricron/-/commit/32d65a3b4c3e9056c22325a72a99fb89e0aa76eb
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to