[Python-modules-commits] r33516 - in packages/sphinx/trunk/debian/dh-sphinxdoc (dh_sphinxdoc)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Tue Jul 28 18:20:56 UTC 2015


    Date: Tuesday, July 28, 2015 @ 18:20:54
  Author: mitya57
Revision: 33516

dh_sphinxdoc: Do not print an ignore warning for theme.js

Modified:
  packages/sphinx/trunk/debian/dh-sphinxdoc/dh_sphinxdoc

Modified: packages/sphinx/trunk/debian/dh-sphinxdoc/dh_sphinxdoc
===================================================================
--- packages/sphinx/trunk/debian/dh-sphinxdoc/dh_sphinxdoc	2015-07-28 17:21:23 UTC (rev 33515)
+++ packages/sphinx/trunk/debian/dh-sphinxdoc/dh_sphinxdoc	2015-07-28 18:20:54 UTC (rev 33516)
@@ -231,7 +231,7 @@
     {
         error("error: $message");
     }
-    elsif (not $cruft)
+    elsif (not $cruft and not ($js eq "theme.js"))
     {
         warning("ignoring $message");
     }




More information about the Python-modules-commits mailing list