[SCM] libdiscid/master: doxygen's jquers.js is not the same as jquery

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jan 30 19:51:04 UTC 2017


The following commit has been merged in the master branch:
commit a3ac1e8961a15ef7dc491001689e46ea1c902bd2
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Jan 30 20:26:48 2017 +0100

    doxygen's jquers.js is not the same as jquery

diff --git a/debian/libdiscid-doc.lintian-overrides b/debian/libdiscid-doc.lintian-overrides
new file mode 100644
index 0000000..fb99d57
--- /dev/null
+++ b/debian/libdiscid-doc.lintian-overrides
@@ -0,0 +1,2 @@
+# lintian is just wrong
+libdiscid-doc: embedded-javascript-library usr/share/doc/libdiscid-doc/docs/jquery.js please use libjs-jquery
diff --git a/debian/rules b/debian/rules
index 63ddcbf..0eb6d09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,15 +9,10 @@ export DEB_CPPFLAGS_MAINT_APPEND=-DNDEBUG
 override_dh_auto_clean-indep:
 	rm -rf docs
 
-# build documentation if doxygen is available and remove the copy of jquery and
-# replace it with the one from libjs-jquery
 override_dh_auto_build-indep:
-ifneq "$(wildcard /usr/bin/doxygen)" ""
 	$(MAKE) docs
 	rm -f docs/installdox
-	rm docs/jquery.js
-	ln -s /usr/share/javascript/jquery/jquery.js docs/jquery.js
-endif
+	find docs -name *.md5 -delete
 
 # no tests and install for indep
 override_dh_auto_test-indep override_dh_auto_install-indep:

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list