[petsc4py] 07/08: use * in source/lintian-overrides for jquery.js and underscore.js file length

Drew Parsons dparsons at moszumanska.debian.org
Sun Jul 10 15:09:21 UTC 2016


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

dparsons pushed a commit to branch experimental
in repository petsc4py.

commit cca19a067e36ec9c59ce3d71ae28b8fd3c880efd
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Jul 10 22:51:48 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 a1caf1e..5d44f17 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
-petsc4py source: source-is-missing docs/usrman/_static/jquery.js line length is 517 characters (>512)
-petsc4py 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
+petsc4py source: source-is-missing docs/usrman/_static/jquery.js line length is * characters (>512)
+petsc4py 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/petsc4py.git



More information about the debian-science-commits mailing list