[Git][haskell-team/DHG_packages][master] typst: Upgrading from 0.1.0.0 to 0.5.0.1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Oct 9 00:27:53 BST 2024



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
39bf7f52 by Scott Talbert at 2024-10-08T19:26:42-04:00
typst: Upgrading from 0.1.0.0 to 0.5.0.1

- - - - -


5 changed files:

- p/haskell-typst/debian/changelog
- p/haskell-typst/debian/control
- − p/haskell-typst/debian/patches/f16b937f9099853f08ab9488afe2db4054027150.patch
- − p/haskell-typst/debian/patches/fea8e05a6c870ea6e032102aaf9c4a2651a60135.patch
- − p/haskell-typst/debian/patches/series


Changes:

=====================================
p/haskell-typst/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-typst (0.1.0.0-3) UNRELEASED; urgency=medium
+haskell-typst (0.5.0.1-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.7.0
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:31 +0300
+  [ Scott Talbert ]
+  * New upstream release
+
+ -- Scott Talbert <swt at techie.net>  Tue, 08 Oct 2024 19:20:33 -0400
 
 haskell-typst (0.1.0.0-2) unstable; urgency=medium
 


=====================================
p/haskell-typst/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.6),
  ghc-prof,
  libghc-aeson-dev,
  libghc-aeson-prof,
@@ -25,8 +25,11 @@ Build-Depends: debhelper (>= 10),
  libghc-tasty-prof,
  libghc-tasty-golden-dev,
  libghc-tasty-golden-prof,
- libghc-typst-symbols-dev (>= 0.1),
- libghc-typst-symbols-dev (<< 0.2),
+ libghc-toml-parser-dev (>= 1.3.0.0),
+ libghc-toml-parser-dev (<< 1.4),
+ libghc-toml-parser-prof,
+ libghc-typst-symbols-dev (>= 0.1.5),
+ libghc-typst-symbols-dev (<< 0.1.6),
  libghc-typst-symbols-prof,
  libghc-vector-dev,
  libghc-vector-prof,
@@ -43,6 +46,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-scientific-doc,
  libghc-tasty-doc,
  libghc-tasty-golden-doc,
+ libghc-toml-parser-doc,
  libghc-typst-symbols-doc,
  libghc-vector-doc,
  libghc-xml-conduit-doc,


=====================================
p/haskell-typst/debian/patches/f16b937f9099853f08ab9488afe2db4054027150.patch deleted
=====================================
@@ -1,22 +0,0 @@
-From f16b937f9099853f08ab9488afe2db4054027150 Mon Sep 17 00:00:00 2001
-From: Eric Long <i at hack3r.moe>
-Date: Sun, 15 Oct 2023 02:40:56 +0800
-Subject: [PATCH] Increase test timeout to 1s
-
----
- test/Main.hs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/Main.hs b/test/Main.hs
-index d7e4126..b6edaeb 100644
---- a/test/Main.hs
-+++ b/test/Main.hs
-@@ -33,7 +33,7 @@ goldenTests :: IO TestTree
- goldenTests = do
-   inputs <- findByExtension [".typ"] "test/typ"
-   pure $
--    localOption (Timeout 100000 "100ms") $
-+    localOption (Timeout 1000000 "1s") $
-       testGroup "golden tests" (map runTest inputs)
- 
- runTest :: FilePath -> TestTree


=====================================
p/haskell-typst/debian/patches/fea8e05a6c870ea6e032102aaf9c4a2651a60135.patch deleted
=====================================
@@ -1,92 +0,0 @@
-From fea8e05a6c870ea6e032102aaf9c4a2651a60135 Mon Sep 17 00:00:00 2001
-From: John MacFarlane <jgm at berkeley.edu>
-Date: Fri, 18 Aug 2023 16:05:07 -0700
-Subject: [PATCH] Fix tests because of breaking symbol change ident -> equiv.
-
----
- test/out/math/spacing-02.out | 2 +-
- test/out/math/spacing-04.out | 8 ++++----
- test/typ/math/spacing-02.typ | 2 +-
- test/typ/math/spacing-04.typ | 8 ++++----
- 4 files changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/test/out/math/spacing-02.out b/test/out/math/spacing-02.out
-index 5af9bc7..943708e 100644
---- a/test/out/math/spacing-02.out
-+++ b/test/out/math/spacing-02.out
-@@ -92,7 +92,7 @@
-     , Code
-         "test/typ/math/spacing-02.typ"
-         ( line 5 , column 8 )
--        (Ident (Identifier "ident"))
-+        (Ident (Identifier "equiv"))
-     , Text "c"
-     , Code
-         "test/typ/math/spacing-02.typ"
-diff --git a/test/out/math/spacing-04.out b/test/out/math/spacing-04.out
-index d346781..992a382 100644
---- a/test/out/math/spacing-04.out
-+++ b/test/out/math/spacing-04.out
-@@ -53,7 +53,7 @@
-     , Code
-         "test/typ/math/spacing-04.typ"
-         ( line 4 , column 4 )
--        (Ident (Identifier "ident"))
-+        (Ident (Identifier "equiv"))
-     , Text "b"
-     , Text "+"
-     , Text "c"
-@@ -86,7 +86,7 @@
-                [ Code
-                    "test/typ/math/spacing-04.typ"
-                    ( line 5 , column 11 )
--                   (Ident (Identifier "ident"))
-+                   (Ident (Identifier "equiv"))
-                ]
-            ])
-     , Text "b"
-@@ -147,7 +147,7 @@
-                [ Code
-                    "test/typ/math/spacing-04.typ"
-                    ( line 6 , column 14 )
--                   (Ident (Identifier "ident"))
-+                   (Ident (Identifier "equiv"))
-                ]
-            ])
-     , Text "b"
-@@ -210,7 +210,7 @@
-                [ Code
-                    "test/typ/math/spacing-04.typ"
-                    ( line 8 , column 11 )
--                   (Ident (Identifier "ident"))
-+                   (Ident (Identifier "equiv"))
-                ]
-            , KeyValArg (Identifier "tl") (Block (Content [ Text "a" ]))
-            , KeyValArg (Identifier "tr") (Block (Content [ Text "b" ]))
-diff --git a/test/typ/math/spacing-02.typ b/test/typ/math/spacing-02.typ
-index ec72ed0..fc7342a 100644
---- a/test/typ/math/spacing-02.typ
-+++ b/test/typ/math/spacing-02.typ
-@@ -1,5 +1,5 @@
- // Test predefined spacings.
- $a thin b, a med b, a thick b, a quad b$ \
- $a = thin b$ \
--$a - b ident c quad (mod 2)$
-+$a - b equiv c quad (mod 2)$
- 
-diff --git a/test/typ/math/spacing-04.typ b/test/typ/math/spacing-04.typ
-index 3c42850..d80983c 100644
---- a/test/typ/math/spacing-04.typ
-+++ b/test/typ/math/spacing-04.typ
-@@ -1,7 +1,7 @@
- // Test spacing for operators with decorations and modifiers on them
- #set page(width: auto)
--$a ident b + c - d => e log 5 op("ln") 6$ \
--$a cancel(ident) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln")) 6$ \
--$a overbrace(ident) b underline(+) c grave(-) d underbracket(=>) e circle(log) 5 caron(op("ln")) 6$ \
-+$a equiv b + c - d => e log 5 op("ln") 6$ \
-+$a cancel(equiv) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln")) 6$ \
-+$a overbrace(equiv) b underline(+) c grave(-) d underbracket(=>) e circle(log) 5 caron(op("ln")) 6$ \
- \
--$a attach(ident, tl: a, tr: b) b attach(limits(+), t: a, b: b) c tilde(-) d breve(=>) e attach(limits(log), t: a, b: b) 5 attach(op("ln"), tr: a, bl: b) 6$
-+$a attach(equiv, tl: a, tr: b) b attach(limits(+), t: a, b: b) c tilde(-) d breve(=>) e attach(limits(log), t: a, b: b) 5 attach(op("ln"), tr: a, bl: b) 6$


=====================================
p/haskell-typst/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-fea8e05a6c870ea6e032102aaf9c4a2651a60135.patch
-f16b937f9099853f08ab9488afe2db4054027150.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/39bf7f521f77a2389e4dc931aaa2055fd551de63
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/20241008/0d190681/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list