[Pkg-haskell-commits] darcs: lhs2tex: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sat Feb 9 12:19:37 UTC 2013
Sat Feb 9 11:51:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: 78aafddd2600c2b66d55cb985fc89aaa
M ./changelog -2 +3
M ./control -1 +1
R ./patches/no-n-plus-k-pattern
M ./patches/series -1
Sat Feb 9 11:51:36 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: 78aafddd2600c2b66d55cb985fc89aaa
diff -rN -u old-lhs2tex//changelog new-lhs2tex//changelog
--- old-lhs2tex//changelog 2013-02-09 12:19:37.731728061 +0000
+++ new-lhs2tex//changelog 2013-02-09 12:19:37.759753862 +0000
@@ -1,8 +1,9 @@
-lhs2tex (1.17-2) UNRELEASED; urgency=low
+lhs2tex (1.18.1-1) UNRELEASED; urgency=low
* Bump standards version, no change
+ * New upstream release
- -- Joachim Breitner <nomeata at debian.org> Sat, 13 Oct 2012 14:21:22 +0200
+ -- Joachim Breitner <nomeata at debian.org> Sat, 09 Feb 2013 12:50:03 +0100
lhs2tex (1.17-1) unstable; urgency=low
diff -rN -u old-lhs2tex//control new-lhs2tex//control
--- old-lhs2tex//control 2013-02-09 12:19:37.675720453 +0000
+++ new-lhs2tex//control 2013-02-09 12:19:37.751725626 +0000
@@ -8,7 +8,7 @@
Build-Depends:
autotools-dev,
debhelper (>= 7),
- ghc (>= 6.12),
+ ghc (>= 7.6),
libghc-regex-compat-dev,
tex-common
Standards-Version: 3.9.4
diff -rN -u old-lhs2tex//patches/no-n-plus-k-pattern new-lhs2tex//patches/no-n-plus-k-pattern
--- old-lhs2tex//patches/no-n-plus-k-pattern 2013-02-09 12:19:37.675720453 +0000
+++ new-lhs2tex//patches/no-n-plus-k-pattern 1970-01-01 00:00:00.000000000 +0000
@@ -1,17 +0,0 @@
-Description: Fixes FTBFS: HsLexer.lhs:186:11: Parse error in pattern: n + 1
-From: Joachim Breitner <nomeata at debian.org>
-Bug-Debian: - #628319
-
-Index: lhs2tex-1.15/src/HsLexer.lhs
-===================================================================
---- lhs2tex-1.15.orig/src/HsLexer.lhs 2011-06-02 20:34:39.000000000 +0200
-+++ lhs2tex-1.15/src/HsLexer.lhs 2011-06-02 20:34:49.000000000 +0200
-@@ -183,7 +183,7 @@
- > nested 0 ('#' : '-' : '}' : s)
- > = ([], '#':'-':'}':s)
- > nested 0 ('-' : '}' : s) = ([], '-':'}':s)
--> nested (n+1) ('-' : '}' : s) = '-' <| '}' <| nested n s
-+> nested n ('-' : '}' : s) = '-' <| '}' <| nested (n - 1) s
- > nested n ('{' : '-' : s) = '{' <| '-' <| nested (n + 1) s
- > nested n (c : s) = c <| nested n s
-
diff -rN -u old-lhs2tex//patches/series new-lhs2tex//patches/series
--- old-lhs2tex//patches/series 2013-02-09 12:19:37.675720453 +0000
+++ new-lhs2tex//patches/series 2013-02-09 12:19:37.755728555 +0000
@@ -1,3 +1,2 @@
01_always_install_polytable.patch
10_fix_bashims.patch
-no-n-plus-k-pattern
More information about the Pkg-haskell-commits
mailing list