[Git][haskell-team/DHG_packages][master] xmonad: patch to build with pandoc 2.x.
Clint Adams
gitlab at salsa.debian.org
Wed Apr 25 12:48:43 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
501cd2fa by Clint Adams at 2018-04-25T07:48:11-04:00
xmonad: patch to build with pandoc 2.x.
- - - - -
2 changed files:
- p/xmonad/debian/changelog
- p/xmonad/debian/patches/newer-pandoc
Changes:
=====================================
p/xmonad/debian/changelog
=====================================
--- a/p/xmonad/debian/changelog
+++ b/p/xmonad/debian/changelog
@@ -1,3 +1,9 @@
+xmonad (0.13-13) unstable; urgency=medium
+
+ * Patch to build with pandoc 2.x.
+
+ -- Clint Adams <clint at debian.org> Wed, 25 Apr 2018 07:47:51 -0400
+
xmonad (0.13-12) unstable; urgency=medium
* Untested patch to build with pandoc 2.x.
=====================================
p/xmonad/debian/patches/newer-pandoc
=====================================
--- a/p/xmonad/debian/patches/newer-pandoc
+++ b/p/xmonad/debian/patches/newer-pandoc
@@ -19,7 +19,7 @@
releaseDate = "31 December 2012"
-@@ -68,31 +71,32 @@
+@@ -68,31 +71,34 @@
keybindings <- (intercalate "\n\n" . map markdownDefn . allBindings)
`liftM` readFile "./src/XMonad/Config.hs"
@@ -55,13 +55,15 @@
+ unwords
+ $ [".TH xmonad 1","\""++releaseDate++"\"",releaseName,"\"xmonad manual\""]
+
++ markdownSource <- readFile "./man/xmonad.1.markdown"
++
+ runIOorExplode $ do
+ parsed <- readMarkdown def
+ . T.pack
+ . unlines
+ . replace "___KEYBINDINGS___" keybindings
+ . lines
-+ <$> liftIO (readFile "./man/xmonad.1.markdown")
++ $ markdownSource
+
+ manTemplate <- getDefaultTemplate "man"
+ manBody <- writeMan def { writerTemplate = Just manTemplate } parsed
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/501cd2fa1f8fce3e5cfc538b6d8050db2f0ffa4a
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/501cd2fa1f8fce3e5cfc538b6d8050db2f0ffa4a
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/20180425/a8f854b9/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list