From 39e478a23a820d0c8c296bb9b7d588f0e9f3bf5e Mon Sep 17 00:00:00 2001
From: "David Adam (zanchey)" <zanchey@ucc.gu.uwa.edu.au>
Date: Sun, 5 Jan 2014 14:00:37 +0800
Subject: [PATCH] debian: drop jquery as a dependency

AngularJS is now the primary toolkit for the web config. This is not yet
packaged in Debian so we will continue to include our own version until
such time as it becomes available.
---
 debian/control | 2 +-
 debian/rules   | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 7715ebb..7d90f12 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
 Package: fish
 Architecture: any
 Conflicts: fish
-Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), libjs-jquery, bc, gettext-base, man-db
+Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), bc, gettext-base, man-db
 Recommends: python (>=2.6), xsel (>=1.2.0)
 Description: friendly interactive shell
  Fish is a command-line shell for modern systems, focusing on user-friendliness,
diff --git a/debian/rules b/debian/rules
index 402bbd0..3936490 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,6 @@ DPKG_EXPORT_BUILDFLAGS = 1
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/fish
 
-override_dh_install:
-	dh_install
-	# Debian policy: use system JQuery
-	ln -sf /usr/share/javascript/jquery/jquery.js $(CURDIR)/debian/fish/usr/share/fish/tools/web_config/jquery.js
-
 override_dh_installdocs:
 	dh_installdocs --link-doc=fish
 
-- 
GitLab