summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2019-08-05 03:25:53 +0200
committerStephane Glondu <steph@glondu.net>2019-08-05 03:38:34 +0200
commitc6f54bb192aef15103fd1e1dc271cce902c60581 (patch)
treebe892eb17b6b250daebf85b2519fee13848c83e6
parent6f8ee26c87222f5ba83fdb1ee87a17342f446cf6 (diff)
Remove patch (merged upstream)
-rw-r--r--debian/patches/0001-Fix-typo-in-cppo-s-parser.patch23
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 24 deletions
diff --git a/debian/patches/0001-Fix-typo-in-cppo-s-parser.patch b/debian/patches/0001-Fix-typo-in-cppo-s-parser.patch
deleted file mode 100644
index 3bcf400..0000000
--- a/debian/patches/0001-Fix-typo-in-cppo-s-parser.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Mehdi Dogguy <mehdi@debian.org>
-Date: Fri, 14 Sep 2018 07:22:39 +0200
-Subject: Fix typo in cppo's parser
-
-Bug-Debian: https://bugs.debian.org/907431
-Forwarded: https://github.com/mjambon/cppo/issues/61
----
- src/cppo_parser.mly | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cppo_parser.mly b/src/cppo_parser.mly
-index 526f66d..21d2cdd 100644
---- a/src/cppo_parser.mly
-+++ b/src/cppo_parser.mly
-@@ -252,7 +252,7 @@ aexpr:
- | aexpr MOD aexpr { `Mod ($2, $1, $3) }
- | aexpr LSL aexpr { `Lsl ($1, $3) }
- | aexpr LSR aexpr { `Lsr ($1, $3) }
-- | aexpr ASR aexpr { `Lsr ($1, $3) }
-+ | aexpr ASR aexpr { `Asr ($1, $3) }
- | aexpr LAND aexpr { `Land ($1, $3) }
- | aexpr LOR aexpr { `Lor ($1, $3) }
- | aexpr LXOR aexpr { `Lxor ($1, $3) }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b64c90c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-typo-in-cppo-s-parser.patch