[Git][haskell-team/DHG_packages][master] gitit: Patch for newer pandoc
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Mar 6 19:01:51 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2924605d by Scott Talbert at 2026-03-06T13:55:09-05:00
gitit: Patch for newer pandoc
- - - - -
4 changed files:
- p/gitit/debian/changelog
- p/gitit/debian/patches/newer-deps
- + p/gitit/debian/patches/newer-pandoc
- p/gitit/debian/patches/series
Changes:
=====================================
p/gitit/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gitit (0.15.1.2+dfsg-3) unstable; urgency=medium
+
+ * Patch for newer pandoc
+
+ -- Scott Talbert <swt at techie.net> Fri, 06 Mar 2026 13:44:44 -0500
+
gitit (0.15.1.2+dfsg-2) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/gitit/debian/patches/newer-deps
=====================================
@@ -5,7 +5,7 @@
old-time,
temporary,
- pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.2,
-+ pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.8,
++ pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.10,
pandoc-types >= 1.20 && < 1.24,
skylighting >= 0.8.2.3 && < 0.15,
bytestring,
=====================================
p/gitit/debian/patches/newer-pandoc
=====================================
@@ -0,0 +1,11 @@
+--- a/src/Network/Gitit/ContentTransformer.hs
++++ b/src/Network/Gitit/ContentTransformer.hs
+@@ -520,7 +520,7 @@ pandocToHtml pandocContents = do
+ MathJax u -> Pandoc.MathJax $ T.pack u
+ RawTeX -> Pandoc.PlainMath
+ , writerTableOfContents = toc
+- , writerHighlightStyle = Just pygments
++ , writerHighlightMethod = Skylighting pygments
+ , writerExtensions = if bird
+ then enableExtension Ext_literate_haskell
+ $ writerExtensions def
=====================================
p/gitit/debian/patches/series
=====================================
@@ -1,3 +1,4 @@
clean-cabal-file.patch
jquery.patch
newer-deps
+newer-pandoc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2924605da664043bd489d494ee315aca9a309088
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2924605da664043bd489d494ee315aca9a309088
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/20260306/ea099beb/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list