[Pkg-erlang-commits] r1731 - in yaws/trunk/debian: . source
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Nov 11 13:12:20 UTC 2015
Author: sgolovan
Date: 2015-11-11 13:12:20 +0000 (Wed, 11 Nov 2015)
New Revision: 1731
Added:
yaws/trunk/debian/source/lintian-overrides
Modified:
yaws/trunk/debian/changelog
Log:
[yaws]
* Overridden the lintian warning on a Javascript file without source
because it isn't obfuscated or minified.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2015-11-11 12:40:55 UTC (rev 1730)
+++ yaws/trunk/debian/changelog 2015-11-11 13:12:20 UTC (rev 1731)
@@ -13,8 +13,10 @@
* Moved the directory for custom Yaws modules from /usr/lib/yaws/custom to
/usr/local/lib/yaws-appmods.
* Added missing copyrights to the debian/copyright file.
+ * Overridden the lintian warning on a Javascript file without source
+ because it isn't obfuscated or minified.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 11 Nov 2015 15:39:56 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 11 Nov 2015 16:11:44 +0300
yaws (1.98-5) unstable; urgency=medium
Added: yaws/trunk/debian/source/lintian-overrides
===================================================================
--- yaws/trunk/debian/source/lintian-overrides (rev 0)
+++ yaws/trunk/debian/source/lintian-overrides 2015-11-11 13:12:20 UTC (rev 1731)
@@ -0,0 +1,2 @@
+# The next JS file is not obfuscated, so it can be considered a source:
+yaws source: source-is-missing www/jsolait/jsolait.js
More information about the Pkg-erlang-commits
mailing list