Codebase list haskell-persistent / e0c56e4
lhs2tex: Upgrading from 1.20 to 1.22 Ilias Tsitsimpis 5 years ago
4 changed file(s) with 22 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 lhs2tex (1.20-2) UNRELEASED; urgency=medium
0 lhs2tex (1.22-1) unstable; urgency=medium
11
22 * Bump debhelper compat level to 10
3
4 -- Ilias Tsitsimpis <iliastsi@debian.org> Sat, 29 Sep 2018 14:08:53 +0300
3 * New upstream release
4
5 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 13:33:30 +0300
56
67 lhs2tex (1.20-1) unstable; urgency=medium
78
88 Build-Depends:
99 autotools-dev,
1010 debhelper (>= 10),
11 ghc (>= 7.6),
11 ghc,
12 libghc-mtl-dev (>= 2.2.1),
1213 libghc-regex-compat-dev,
1314 tex-common,
1415 Standards-Version: 4.1.4
44 ## DP: make sure we alway include polytable in the Debian package.
55
66 @DPATCH@
7 Index: lhs2tex-1.15/config.mk.in
7 Index: b/config.mk.in
88 ===================================================================
9 --- lhs2tex-1.15.orig/config.mk.in 2009-12-18 13:21:18.000000000 +0100
10 +++ lhs2tex-1.15/config.mk.in 2010-03-25 12:16:17.000000000 +0100
11 @@ -41,6 +41,6 @@
12
9 --- a/config.mk.in
10 +++ b/config.mk.in
11 @@ -42,6 +42,6 @@ UNIQ = @UNIQ@
12
1313 polydir = @texmf@/tex/latex/polytable
1414 texdir = @texmf@/tex/latex/lhs2tex
1515 -INSTALL_POLYTABLE = @POLYTABLE_INSTALL@
1616 +INSTALL_POLYTABLE = yes
1717 MKTEXLSR = @MKTEXLSR@
18
44 ## DP: Fix a bashism in the examples of lhs2TeX
55
66 @DPATCH@
7 Index: lhs2tex-1.15/Examples/lhs2TeXpre
7 Index: b/Examples/lhs2TeXpre
88 ===================================================================
9 --- lhs2tex-1.15.orig/Examples/lhs2TeXpre 2009-12-18 13:21:18.000000000 +0100
10 +++ lhs2tex-1.15/Examples/lhs2TeXpre 2010-03-25 12:16:23.000000000 +0100
9 --- a/Examples/lhs2TeXpre
10 +++ b/Examples/lhs2TeXpre
1111 @@ -5,7 +5,7 @@
12
12
1313 LHSHOME=..
14
14
1515 -if [ "$1" == "$2" ]; then
1616 +if [ "$1" = "$2" ]; then
1717 cp "$2" "$3"
1818 else
1919 if grep -q "^%include" "$1"; then
20 Index: lhs2tex-1.15/doc/lhs2TeXpre
20 Index: b/doc/lhs2TeXpre
2121 ===================================================================
22 --- lhs2tex-1.15.orig/doc/lhs2TeXpre 2009-12-18 13:21:18.000000000 +0100
23 +++ lhs2tex-1.15/doc/lhs2TeXpre 2010-03-25 12:16:23.000000000 +0100
22 --- a/doc/lhs2TeXpre
23 +++ b/doc/lhs2TeXpre
2424 @@ -5,7 +5,7 @@
25
25
2626 LHSHOME=..
27
27
2828 -if [ "$1" == "$2" ]; then
2929 +if [ "$1" = "$2" ]; then
3030 cp "$2" "$3"