[Python-apps-commits] r10786 - in packages/pelican/trunk/debian (changelog lintian-overrides)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sun Apr 20 09:49:33 UTC 2014


    Date: Sunday, April 20, 2014 @ 09:49:32
  Author: vcheng
Revision: 10786

Add lintian overrides for privacy-breach-* (see override file or changelog for rationale)

Added:
  packages/pelican/trunk/debian/lintian-overrides
Modified:
  packages/pelican/trunk/debian/changelog

Modified: packages/pelican/trunk/debian/changelog
===================================================================
--- packages/pelican/trunk/debian/changelog	2014-04-20 09:40:40 UTC (rev 10785)
+++ packages/pelican/trunk/debian/changelog	2014-04-20 09:49:32 UTC (rev 10786)
@@ -2,6 +2,12 @@
 
   * Add dependency on python-pkg-resources. (Closes: #744100)
   * Add python-bs4 and pandoc to Suggests. (Closes: #742435)
+  * Add lintian override for privacy-breach-google-adsense,
+    privacy-breach-piwik, and privacy-breach-twitter. Rationale:
+    - These are only sample template files distributed with the default theme
+      used by Pelican (notmyidea). None of these are enabled by default, and
+      as these HTML files are actually nothing more than jinja snippets,
+      opening them in a browser is harmless (no javascript code gets executed).
 
  -- Vincent Cheng <vcheng at debian.org>  Sun, 20 Apr 2014 02:27:01 -0700
 

Added: packages/pelican/trunk/debian/lintian-overrides
===================================================================
--- packages/pelican/trunk/debian/lintian-overrides	                        (rev 0)
+++ packages/pelican/trunk/debian/lintian-overrides	2014-04-20 09:49:32 UTC (rev 10786)
@@ -0,0 +1,7 @@
+# These are only sample template files distributed with the default theme used
+# by Pelican (notmyidea). None of these are enabled by default, and as these
+# HTML files are actually nothing more than jinja snippets, opening them in a
+# browser is harmless (no javascript code gets executed).
+python-pelican: privacy-breach-google-adsense usr/share/pyshared/pelican/themes/notmyidea/templates/analytics.html
+python-pelican: privacy-breach-piwik usr/share/pyshared/pelican/themes/notmyidea/templates/piwik.html
+python-pelican: privacy-breach-twitter usr/share/pyshared/pelican/themes/notmyidea/templates/twitter.html




More information about the Python-apps-commits mailing list