summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRémi Vanicat <vanicat@debian.org>2016-09-16 11:04:02 +0200
committerRémi Vanicat <vanicat@debian.org>2016-09-16 11:04:02 +0200
commite153c268e907471bc34af2d26486469bbf23f399 (patch)
treede8b8597b85b306419c9ea1b574aad39c2075fb7 /debian
parent4c36913736256924214998b59722280bd00c2ee3 (diff)
Update to new upstream version 2.5.3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/0001-Do-not-depend-on-elpa-dash-package.patch6
-rw-r--r--debian/patches/0002-Do-not-depend-on-async.patch4
3 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f12d18..75c388b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+with-editor (2.5.3-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Rémi Vanicat <vanicat@debian.org> Fri, 16 Sep 2016 11:02:29 +0200
+
with-editor (2.5.1-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/patches/0001-Do-not-depend-on-elpa-dash-package.patch b/debian/patches/0001-Do-not-depend-on-elpa-dash-package.patch
index 2fc40f3..a11e5d7 100644
--- a/debian/patches/0001-Do-not-depend-on-elpa-dash-package.patch
+++ b/debian/patches/0001-Do-not-depend-on-elpa-dash-package.patch
@@ -11,15 +11,15 @@ Forwarded: not-needed
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/with-editor.el b/with-editor.el
-index 459b1c8..fe52cae 100644
+index babbd81..45f778c 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -8,7 +8,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
--;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1"))
-+;; Package-Requires: ((emacs "24.4") (async "1.5"))
+-;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0"))
++;; Package-Requires: ((emacs "24.4") (async "1.9"))
;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor
diff --git a/debian/patches/0002-Do-not-depend-on-async.patch b/debian/patches/0002-Do-not-depend-on-async.patch
index ae59e8e..92c8781 100644
--- a/debian/patches/0002-Do-not-depend-on-async.patch
+++ b/debian/patches/0002-Do-not-depend-on-async.patch
@@ -11,14 +11,14 @@ Forwarded: not-needed
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/with-editor.el b/with-editor.el
-index fe52cae..aea0b8b 100644
+index 45f778c..86b9ed3 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -8,7 +8,7 @@
;; Author: Jonas Bernoulli <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
--;; Package-Requires: ((emacs "24.4") (async "1.5"))
+-;; Package-Requires: ((emacs "24.4") (async "1.9"))
+;; Package-Requires: ((emacs "24.4"))
;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor