summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-18 22:35:26 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-18 22:35:26 +0100
commit202cab7a9d4b76ada2ebea32c3d2bcd96272a85a (patch)
tree7a6ff245fc51b209fe5d5aa3ae739e0840471ba0
parentb990b50586b3f2a143bd61660423eb53781002a3 (diff)
drop patch: obsoleted by upstream fix
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/skip-test-using-map-length.patch23
3 files changed, 2 insertions, 25 deletions
diff --git a/debian/changelog b/debian/changelog
index 397a8b4..986e7d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
seq-el (2.20-1) UNRELEASED; urgency=medium
* New upstream release.
- * Update Forwarded: header in skip-test-using-map-length.patch.
+ * Drop skip-test-using-map-length.patch
+ Obsoleted by upstream fix -- thanks!
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 18 Jun 2017 22:33:41 +0100
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e9d7372..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-skip-test-using-map-length.patch
diff --git a/debian/patches/skip-test-using-map-length.patch b/debian/patches/skip-test-using-map-length.patch
deleted file mode 100644
index 9137fc0..0000000
--- a/debian/patches/skip-test-using-map-length.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Sean Whitton <spwhitton@spwhitton.name>
-Date: Wed, 9 Nov 2016 13:31:52 -0700
-Subject: skip test using map-length on emacs24
-
-The function `map-length' is not available.
-
-Forwarded: https://debbugs.gnu.org/24944
----
- tests/seq-tests.el | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/seq-tests.el b/tests/seq-tests.el
-index 53930fa..0243499 100644
---- a/tests/seq-tests.el
-+++ b/tests/seq-tests.el
-@@ -351,6 +351,7 @@ Evaluate BODY for each created sequence.
- ["xxx" "xx" "x"]))))
-
- (ert-deftest test-seq-random-elt-take-all ()
-+ (skip-unless (version> emacs-version "25"))
- (let ((seq '(a b c d e))
- (count '()))
- (should (= 0 (map-length count)))