[DHG_packages] 01/05: frown: Drop the 04_manual-typos patch

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon May 23 11:16:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 79879e97f4942eb87056083df1ccb0b8454de21d
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Sun May 22 14:40:09 2016 +0300

    frown: Drop the 04_manual-typos patch
    
    The above patch produces the wrong output by trying to add
    backslashes where they are not needed.
---
 p/frown/debian/changelog                 |  8 ++++-
 p/frown/debian/patches/04_manual-typos   | 52 --------------------------------
 p/frown/debian/patches/05_only-build-pdf |  0
 p/frown/debian/patches/series            |  1 -
 4 files changed, 7 insertions(+), 54 deletions(-)

diff --git a/p/frown/debian/changelog b/p/frown/debian/changelog
index 4325925..b4b37e8 100644
--- a/p/frown/debian/changelog
+++ b/p/frown/debian/changelog
@@ -1,10 +1,16 @@
 frown (0.6.2.3-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:42 +0300
+  [ Ilias Tsitsimpis ]
+  * Drop the 04_manual-typos patch.
+    The above patch produces the wrong output by trying to add
+    backslashes where they are not needed.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com>  Wed, 18 May 2016 16:36:18 +0300
 
 frown (0.6.2.3-1) experimental; urgency=medium
 
diff --git a/p/frown/debian/patches/04_manual-typos b/p/frown/debian/patches/04_manual-typos
deleted file mode 100644
index 94ef495..0000000
--- a/p/frown/debian/patches/04_manual-typos
+++ /dev/null
@@ -1,52 +0,0 @@
-# Description: Manual typos
-#  add missing backslashes before LaTeX ldots command.
-# Author: Arjan Oosting <arjanoosting at home.nl>
-Index: frown/Manual/Manual.lhs
-===================================================================
---- frown.orig/Manual/Manual.lhs	2016-03-16 10:53:09.063338333 +0100
-+++ frown/Manual/Manual.lhs	2016-03-16 10:53:09.059338339 +0100
-@@ -524,7 +524,7 @@
- source file (@Paren1.lg@\footnote{The source files of the examples are
- located in the directory @Manual/Examples at .}) defines the language of
- well-balanced parentheses. The specification of the grammar is
--enclosed in special curly braces `|%{ ldots }%|'. The remainder
-+enclosed in special curly braces `|%{ \ldots }%|'. The remainder
- contains Haskell source code, that is, a module header and a function
- declaration.
- %
-@@ -543,7 +543,7 @@
- By convention, the first nonterminal is also the start symbol of
- the grammar (this default can be overwritten, see~Sec.~\ref{sec:multiple}).
- 
--Productions have the general form |n : v_1, ldots, v_k;| where |n| is
-+Productions have the general form |n : v_1, \ldots, v_k;| where |n| is
- a nonterminal and |v_1|, \ldots, |v_k| are symbols. Note that the
- symbols are separated by commas and terminated by a semicolon. The
- mandatory trailing semicolon helps to identify so-called
-@@ -817,7 +817,7 @@
- pure one. It is, however, also possible to provide a monadic action
- that \emph{computes} the value of the attribute. The computation lives
- in the underlying parsing monad. Monadic actions are enclosed in `|{%
--ldots }|' braces and have type |m t| where |m| is the type of the
-+\ldots }|' braces and have type |m t| where |m| is the type of the
- underlying monad and |t| is the type of attributes.
- 
- As an example, the following variant of the desktop calculator
-@@ -1381,7 +1381,7 @@
- <                               |  Ident "then"  as "then"
- <                               |  Ident "else"  as "else"
- <                               |  Ident {String};
--<                               |  ldots
-+<                               |  \ldots
- 
- Note that keywords are declared just by listing them before the
- general pattern for identifiers.
-@@ -1392,7 +1392,7 @@
- following example.
- 
- < Terminal                      =  guard { isAlpha } as "alpha"
--<                               |  ldots
-+<                               |  \ldots
- 
- A guard is introduced by the keyword |guard|, followed by its Haskell
- definition, followed by the mandatory shortcut. The shortcut can then
diff --git a/p/frown/debian/patches/05_only-build-pdf b/p/frown/debian/patches/05_only-build-pdf
old mode 100755
new mode 100644
diff --git a/p/frown/debian/patches/series b/p/frown/debian/patches/series
index 1942992..ecbeae7 100644
--- a/p/frown/debian/patches/series
+++ b/p/frown/debian/patches/series
@@ -1,2 +1 @@
-04_manual-typos
 05_only-build-pdf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list