[jenkins] 03/03: Added a lintian override for the warnings on the minified .js files

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 2 11:00:40 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository jenkins.

commit 5498419605d7fca5e392cf3c24e59eae0118da58
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 2 12:59:42 2014 +0200

    Added a lintian override for the warnings on the minified .js files
---
 debian/changelog                | 4 ++++
 debian/source/lintian-overrides | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0daa060..b849089 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ jenkins (1.509.2+dfsg-3) UNRELEASED; urgency=medium
     - Standards-Version updated to 3.9.5 (no changes)
   * debian/copyright: Updated the Format URI to 1.0
   * Use XZ compression for the upstream tarball
+  * Added a lintian override for the source-contains-prebuilt-javascript-object
+    and source-is-missing tags since every *-min.js has a corresponding
+    *-debug.js file in the same directory with the original source.
+    (Closes: #736793)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Sep 2014 09:17:51 +0200
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 3ff2e3f..f9883ae 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -3,3 +3,6 @@ jenkins source: build-depends-on-1-revision build-depends-indep: libjenkins-tril
 # jenkins-json upstream version looks like a package version; false positive
 jenkins source: build-depends-on-1-revision build-depends-indep: libjenkins-json-java (>= 2.4-jenkins-1)
 
+# Every minified *-min.js file has a corresponding *-debug.js file containing the original source
+jenkins source: source-contains-prebuilt-javascript-object
+jenkins source: source-is-missing *-min.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git



More information about the pkg-java-commits mailing list