[Git][haskell-team/DHG_packages][master] primitive-unaligned: Upgrading from 0.1.1.1 to 0.1.1.2

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Oct 22 11:26:10 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c048a776 by Ilias Tsitsimpis at 2022-10-22T13:24:25+03:00
primitive-unaligned: Upgrading from 0.1.1.1 to 0.1.1.2

- - - - -


4 changed files:

- p/haskell-primitive-unaligned/debian/changelog
- − p/haskell-primitive-unaligned/debian/patches/8.patch
- p/haskell-primitive-unaligned/debian/patches/series
- p/haskell-primitive-unaligned/debian/patches/support-more-arches


Changes:

=====================================
p/haskell-primitive-unaligned/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-primitive-unaligned (0.1.1.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 22 Oct 2022 13:12:33 +0300
+
 haskell-primitive-unaligned (0.1.1.1-4) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1


=====================================
p/haskell-primitive-unaligned/debian/patches/8.patch deleted
=====================================
@@ -1,23 +0,0 @@
-From 52fb6acf3b988cb0f433e34cadd1108437a8136e Mon Sep 17 00:00:00 2001
-From: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
-Date: Thu, 30 Jul 2020 16:14:45 +0200
-Subject: [PATCH] Support ppc64 architecture in cabal file
-
-Debian calls it ppc64 instead of powerpc64
----
- primitive-unaligned.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/primitive-unaligned.cabal b/primitive-unaligned.cabal
-index ab17a4b..c3ed14f 100644
---- a/primitive-unaligned.cabal
-+++ b/primitive-unaligned.cabal
-@@ -22,7 +22,7 @@ library
-     , base >=4.12.0.0 && <5
-     , primitive >=0.6.4 && <0.8
-   hs-source-dirs: src
--  if arch(aarch64) || arch(alpha) || arch(ia64) || arch(powerpc64) || arch(powerpc64le) || arch(riscv64) || arch(s390x) || arch(sparc64) || arch(x86_64) || arch(mips64el)
-+  if arch(aarch64) || arch(alpha) || arch(ia64) || arch(ppc64) || arch(powerpc64) || arch(powerpc64le) || arch(riscv64) || arch(s390x) || arch(sparc64) || arch(x86_64) || arch(mips64el)
-     hs-source-dirs: src-64
-   if arch(arm) || arch(hppa) || arch(hppa1_1) || arch(i386) || arch(m68k) || arch(mips) || arch(mipseb) || arch(mipsel) || arch(nios2) || arch(powerpc) || arch(riscv32) || arch(rs6000) || arch(s390) || arch(sh4) || arch(sparc) || arch(vax)
-     hs-source-dirs: src-32


=====================================
p/haskell-primitive-unaligned/debian/patches/series
=====================================
@@ -1,2 +1 @@
 support-more-arches
-8.patch


=====================================
p/haskell-primitive-unaligned/debian/patches/support-more-arches
=====================================
@@ -7,16 +7,18 @@ Subject: [PATCH] Support more compilers in cabal file
  primitive-unaligned.cabal | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
+Index: b/primitive-unaligned.cabal
+===================================================================
 --- a/primitive-unaligned.cabal
 +++ b/primitive-unaligned.cabal
-@@ -22,9 +22,9 @@
+@@ -22,9 +22,9 @@ library
      , base >=4.12.0.0 && <5
      , primitive >=0.6.4 && <0.8
    hs-source-dirs: src
--  if arch(x86_64) || arch(aarch64) || arch(ppc64)
-+  if arch(aarch64) || arch(alpha) || arch(ia64) || arch(powerpc64) || arch(powerpc64le) || arch(riscv64) || arch(s390x) || arch(sparc64) || arch(x86_64) || arch(mips64el)
+-  if arch(aarch64) || arch(alpha) || arch(ia64) || arch(ppc64) || arch(x86_64)
++  if arch(aarch64) || arch(alpha) || arch(ia64) || arch(ppc64) || arch(powerpc64) || arch(powerpc64le) || arch(riscv64) || arch(s390x) || arch(sparc64) || arch(x86_64) || arch(mips64el)
      hs-source-dirs: src-64
--  if arch(i386) || arch(arm)
+-  if arch(arm) || arch(hppa) || arch(i386) || arch(m68k) || arch(mips) || arch(rs6000) || arch(s390) || arch(sparc) || arch(vax)
 +  if arch(arm) || arch(hppa) || arch(hppa1_1) || arch(i386) || arch(m68k) || arch(mips) || arch(mipseb) || arch(mipsel) || arch(nios2) || arch(powerpc) || arch(riscv32) || arch(rs6000) || arch(s390) || arch(sh4) || arch(sparc) || arch(vax)
      hs-source-dirs: src-32
    ghc-options: -Wall -O2



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c048a776924454e2a92f7bc7b5f87d586bbb3cd9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c048a776924454e2a92f7bc7b5f87d586bbb3cd9
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/pkg-haskell-commits/attachments/20221022/56114534/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list