From 49728d0740bac820101918ac9e990432b06f333b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 19 Jun 2017 07:57:06 +0100 Subject: drop 0005-remove-async-dependency.patch --- debian/patches/0005-remove-async-dependency.patch | 33 ----------------------- debian/patches/series | 1 - 2 files changed, 34 deletions(-) delete mode 100644 debian/patches/0005-remove-async-dependency.patch (limited to 'debian/patches') diff --git a/debian/patches/0005-remove-async-dependency.patch b/debian/patches/0005-remove-async-dependency.patch deleted file mode 100644 index 1cf6ee6b..00000000 --- a/debian/patches/0005-remove-async-dependency.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Sean Whitton -Subject: remove async dependency -Forwarded: not-needed - -Upstream specifies a dependency on async.el in order to fix -installation from MELPA. The Debian installation process avoids the -issue. We remove the dependency from ${elpa:Depends} and provide a -Recommends: elpa-async in debian/control. - ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/helm-pkg.el -+++ b/helm-pkg.el -@@ -3,7 +3,6 @@ - (define-package "helm" "2.7.1" - "Helm is an Emacs incremental and narrowing framework" - '((emacs "24.4") -- (async "1.9.2") - (popup "0.5.3") - (helm-core "2.7.1")) - :url "https://emacs-helm.github.io/helm/") ---- a/helm-core-pkg.el -+++ b/helm-core-pkg.el -@@ -2,8 +2,7 @@ - - (define-package "helm-core" "2.7.1" - "Development files for Helm" -- '((emacs "24.4") -- (async "1.9.2")) -+ '((emacs "24.4")) - :url "https://emacs-helm.github.io/helm/") - - ;; Local Variables: diff --git a/debian/patches/series b/debian/patches/series index 29032f66..324f93aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ 0001-dummy-upstream-changelog.patch 0003-decruft-README.patch 0004-patch-emacs-helm-sh.patch -0005-remove-async-dependency.patch -- cgit v1.2.3