Your message dated Sun, 13 Oct 2024 16:34:58 +0000
with message-id <[email protected]>
and subject line Bug#1069765: fixed in haskell-termonad 4.5.0.0-2
has caused the Debian Bug report #1069765,
regarding haskell-termonad: please add support for loong64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1069765: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: haskell-termonad
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]

Dear Maintainer,

haskell-termonad compiles incorrectly on loongarch, the attached patch has 
solved the problem, please refer to the patch to modify the code

wuruilong

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)

Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 haskell-termonad (4.5.0.0-1) unstable; urgency=medium
 .
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
 .
   [ Clint Adams ]
   * New upstream release
Author: Clint Adams <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-04-24

--- haskell-termonad-4.5.0.0.orig/termonad.cabal
+++ haskell-termonad-4.5.0.0/termonad.cabal
@@ -148,7 +148,10 @@ executable termonad
   build-depends:       base
                      , termonad
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -threaded -rtsopts 
+  else
+         ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
 
 test-suite doctests
   type:                exitcode-stdio-1.0
@@ -177,7 +180,10 @@ test-suite termonad-test
                      , tasty-hedgehog
                      , tasty-hspec
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
   default-extensions:  DataKinds
                      , GADTs
                      , GeneralizedNewtypeDeriving
@@ -207,7 +213,10 @@ executable termonad-readme
                      , colour
   ghc-options:         -pgmL markdown-unlit
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts 
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -220,7 +229,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts 
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -233,7 +245,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts 
+  else 
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -246,7 +261,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts 
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -259,7 +277,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts 
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -272,7 +293,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts
+  else 
+          ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True
@@ -285,7 +309,10 @@ executable termonad-example-colour-exten
                      , termonad
                      , colour
   default-language:    Haskell2010
-  ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
+  if arch(loongarch64)
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts
+  else
+         ghc-options:         -Wall -Wincomplete-uni-patterns 
-Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
 
   if flag(buildexamples)
     buildable:         True

--- End Message ---
--- Begin Message ---
Source: haskell-termonad
Source-Version: 4.5.0.0-2
Done: Ilias Tsitsimpis <[email protected]>

We believe that the bug you reported is fixed in the latest version of
haskell-termonad, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ilias Tsitsimpis <[email protected]> (supplier of updated haskell-termonad 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Oct 2024 19:22:43 +0300
Source: haskell-termonad
Architecture: source
Version: 4.5.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<[email protected]>
Changed-By: Ilias Tsitsimpis <[email protected]>
Closes: 1069765
Changes:
 haskell-termonad (4.5.0.0-2) unstable; urgency=medium
 .
   [ wuruilong <[email protected]> ]
   * add support for loong64 (Closes: #1069765)
 .
   [ Gianfranco Costamagna ]
   * Tweak patch to be arch agnostic
 .
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.7.0
   * Sourceful upload for GHC 9.6
Checksums-Sha1:
 6ffc83334ab3dd356326539a02a9296751a67641 4420 haskell-termonad_4.5.0.0-2.dsc
 110b3bb4f418db21379dd423e0b90728bd09c85f 3584 
haskell-termonad_4.5.0.0-2.debian.tar.xz
 6a3fe247e1f91d8cd3a49d82ed2ac2c749db34c2 6181 
haskell-termonad_4.5.0.0-2_source.buildinfo
Checksums-Sha256:
 e9624138298a4cb0bd60dd8995a998c83d0553e14d5b0f01e6da48d6f57b3c1e 4420 
haskell-termonad_4.5.0.0-2.dsc
 a7c035b12ae8c881614cd2cdb932dd43feb2b317390d2f8a8e2554d71273b754 3584 
haskell-termonad_4.5.0.0-2.debian.tar.xz
 4ecf94a9024ccc57bed876869e15cf4d045223c78e289d7b7c41ed1c218c878a 6181 
haskell-termonad_4.5.0.0-2_source.buildinfo
Files:
 e7fe6502d679476b9d3c3cf73b5a70b3 4420 haskell optional 
haskell-termonad_4.5.0.0-2.dsc
 d93626d7716089a7bd73ee9efd1836f5 3584 haskell optional 
haskell-termonad_4.5.0.0-2.debian.tar.xz
 d2e110a82b74bd8c27cb49c523bc740d 6181 haskell optional 
haskell-termonad_4.5.0.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAmcL9VcUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDz1Pg/+LSlxrVkYto1nV4YtVjg5QmJz+7lh
d1gqzCjsM61MRmVsb01PjsuU/izcYGYIu1RD/S5ucT5LqrfeAMptn0riGFW93vtz
sbi4zK7B/DBGCY7GwvQdI2S7vGEMYM2IKn57/uO68KljAYfpiEcThuYi91ac8uOb
PSdnUMaJy7tZdqTlD/vY2DeqWCknzzGLwuys+P6B4BBl53HLNNH6EJfTlUzURvG7
uG+T2sDsOynmT/uQV01rlo7GsKUOZAz+XTZZaBI5hIB9vFNixwbCXifMidTIFomL
pztTAyAdqIa+z+WiuuDDNH0X7hOJVetn1aOuLITBZkCMD46/vtP0tGyoB/+thbOA
FrDiqXpaxHfXvLp2k/GZ0SkJBMK+qmM2XKs7ksCdcSgRzHMM7YaQTgMIgKDLhh6X
qXSmszGZySYGXWnlZ3vBPLDmmHR9ms7zkMNT56MjHTjnr+9h3GYw7VyUp9ha9ksL
dv1jtzlvBaR6qO3WWNTkYZZMt9Z0i40L0ZvzMotj3xCNDDAGfig2MP+0YWHBPza2
C3PInsQhhE6UHafMfV+ZxQaYdnGb/wZYTaI3udAl9bggFsDC5DEC95BarQ2/7wR9
6O+KmK4zYKi3cEqPkWwoGkTYY6jwmjx28V0rW2IUO7NqMlwSIWgAhn00Dn5ynR4I
1J5A219cFFbaSSo=
=jHgN
-----END PGP SIGNATURE-----

Attachment: pgp3VZKrCfIVm.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-haskell-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Reply via email to