[SCM] extra-cmake-modules packaging branch, master, updated. debian/5.37.0-2-89-geea6c57
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:24:28 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/extra-cmake-modules.git;a=commitdiff;h=a876052
The following commit has been merged in the master branch:
commit a8760520f9c845260fc5861777ff3868adfee9cd
Author: Harald Sitter <sitter at kde.org>
Date: Mon Sep 26 14:55:13 2016 +0200
partially revert "ditch excess delta with debian"
This reverts commit 2915b33dffd35145baa537c7952c7b9eac176537.
---
debian/rules | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/rules b/debian/rules
index b33a5ae..f3581c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,13 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_install:
+ $(overridden_command)
+ rm debian/extra-cmake-modules/usr/share/doc/ECM/html/_static/jquery.js
+ ln -s /usr/share/javascript/jquery/jquery.js debian/extra-cmake-modules/usr/share/doc/ECM/html/_static/jquery.js
+ rm debian/extra-cmake-modules/usr/share/doc/ECM/html/_static/underscore.js
+ ln -s /usr/share/javascript/underscore/underscore.js debian/extra-cmake-modules/usr/share/doc/ECM/html/_static/underscore.js
+
override_dh_auto_test:
# Disable dh_auto_test at build time
:
--
extra-cmake-modules packaging
More information about the pkg-kde-commits
mailing list