[med-svn] [Git][med-team/mricron][master] Prepare for upload to unstable
Graham Inggs
gitlab at salsa.debian.org
Thu Feb 11 19:10:59 GMT 2021
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 <ginggs at 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 <ginggs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210211/ce773433/attachment-0001.html>
More information about the debian-med-commit
mailing list