[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: fix symlinking to jquery.js (#857520)

Pino Toscano null at kde.org
Thu Jun 22 01:22:15 BST 2023


Git commit 7f07f5040940c8f9bc0f4aa4302dfe98b38e53ca by Pino Toscano.
Committed on 15/12/2017 at 07:42.
Pushed by carlosdem into branch 'Neon/unstable'.

fix symlinking to jquery.js (#857520)

M  +1    -0    debian/changelog
M  +1    -2    debian/rules

https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/7f07f5040940c8f9bc0f4aa4302dfe98b38e53ca

diff --git a/debian/changelog b/debian/changelog
index f10fc6f..115a579 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libaccounts-qt (1.15-2) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * Bump Standards-Version to 4.1.2, no changes required.
   * Remove trailing whitespaces in changelog.
+  * Fix symlinking to jquery.js. (Closes: #857520)
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 15 Dec 2017 08:35:44 +0100
 
diff --git a/debian/rules b/debian/rules
index 010a0fe..1d7925a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,7 @@ override_dh_auto_install:
 
 
 override_dh_install:
-	-rm -f debian/tmp/usr/share/doc/accounts-qt/html/jquery.js
-	-ln -s usr/share/javascript/jquery.js debian/tmp/usr/share/doc/accounts-qt/html/jquery.js
+	find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
 	rm -f debian/tmp/usr/share/libaccounts-qt-tests/*
 	rm -f debian/tmp/usr/bin/*
 	dh_install --fail-missing



More information about the Neon-commits mailing list