[Python-apps-commits] r13066 - in packages/sabnzbdplus/trunk/debian (2 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Apr 5 19:48:06 UTC 2016


    Date: Tuesday, April 5, 2016 @ 19:48:05
  Author: jcfp-guest
Revision: 13066

* Lintian:
  + simplify override for source-is-missing to a single line.
  + override insane-line-length-in-source-file: effectively duplicates
    (already overridden) source-contains-prebuilt-javascript-object.

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/source/lintian-overrides

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2016-04-05 19:11:10 UTC (rev 13065)
+++ packages/sabnzbdplus/trunk/debian/changelog	2016-04-05 19:48:05 UTC (rev 13066)
@@ -42,6 +42,10 @@
   * README.Debian: expand cherrypy paragraph with current status, links
     to upstream patches and relevant bug reports.
   * Copyright and missing-sources: update it all.
+  * Lintian:
+    + simplify override for source-is-missing to a single line.
+    + override insane-line-length-in-source-file: effectively duplicates
+      (already overridden) source-contains-prebuilt-javascript-object.
 
  -- JCF Ploemen (jcfp) <linux at jcf.pm>  Mon, 23 Nov 2015 21:57:55 +0000
 

Modified: packages/sabnzbdplus/trunk/debian/source/lintian-overrides
===================================================================
--- packages/sabnzbdplus/trunk/debian/source/lintian-overrides	2016-04-05 19:11:10 UTC (rev 13065)
+++ packages/sabnzbdplus/trunk/debian/source/lintian-overrides	2016-04-05 19:48:05 UTC (rev 13066)
@@ -1,10 +1,10 @@
 # Inclusion of prebuilt js files by upstream is intentional
 sabnzbdplus source: source-contains-prebuilt-javascript-object *
 
+# More of the same, see above.
+sabnzbdplus source: insane-line-length-in-source-file interfaces/*
+
 # Sources aren't missing for maintainer-added files, these are all
 # false positives from a simplistic lintian check based on line
 # lengths of .js files.
-sabnzbdplus source: source-is-missing interfaces/Config/templates/staticcfg/js/src/*
-sabnzbdplus source: source-is-missing interfaces/Plush/templates/static/javascripts/src/*
-sabnzbdplus source: source-is-missing interfaces/Mobile/templates/static/javascripts/src/*
-sabnzbdplus source: source-is-missing interfaces/Plush/templates/static/javascripts/plush.js
+sabnzbdplus source: source-is-missing interfaces/*/src/*.js line length *




More information about the Python-apps-commits mailing list