[slepc4py] 05/06: use * in source/lintian-overrides for jquery.js and underscore.js file length

Drew Parsons dparsons at moszumanska.debian.org
Mon Jul 11 04:24:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch experimental
in repository slepc4py.

commit 71e53d90d38cd6eab7a1a57184a0d6b55c660ec8
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Jul 11 12:17:05 2016 +0800

    use * in source/lintian-overrides for jquery.js and underscore.js file length
    
    The length of jquery.js and underscore.js will vary from time to time
    as different versions are used.
    
    Use a wildcard in the lintian overides to save having to change the
    file for the specific values each time.
---
 debian/source/lintian-overrides | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 1c7306f..5ffe603 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,5 +1,5 @@
 # jquery.js and underscore.js are minified scripts.
 # Their human-readable source has been packed in debian/patches/include_external_source
-# and is unpacked as jquery-1.4.2.js and underscore-0.5.5.js
-slepc4py source: source-is-missing docs/usrman/_static/jquery.js line length is 517 characters (>512)
-slepc4py source: source-is-missing docs/usrman/_static/underscore.js line length is 530 characters (>512)
+# and is unpacked as jquery-<upstream_version>.js and underscore-<upstream_version>.js
+slepc4py source: source-is-missing docs/usrman/_static/jquery.js line length is * characters (>512)
+slepc4py source: source-is-missing docs/usrman/_static/underscore.js line length is * characters (>512)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc4py.git



More information about the debian-science-commits mailing list