Your message dated Mon, 25 Jul 2016 23:06:30 +0200
with message-id
<cae2spaal-fkuzy5r6q6f_ccxv29a8dwfux4f-d74pesnciq...@mail.gmail.com>
and subject line Re: Bug#828886: lintian: error on .js file even though its
.min.js co-exist in the same folder
has caused the Debian Bug report #828886,
regarding lintian: error on .js file even though its .min.js co-exist in the
same folder
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
828886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828886
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lintian
Version: 2.5.44~bpo8+1
Severity: normal
Dear Maintainer,
I am packaging a new package ruby-flot-rails. Lintian complains
source-is-missing error on it's .js files. But it has both .js and
.min.js files in the same vendor/assets/javascripts/ folder.
For example:
E: ruby-flot-rails source: source-is-missing
vendor/assets/javascripts/jquery.flot.resize.js line length is 1674
characters (>512)
$ ls vendor/assets/javascripts/jquery.flot.resize*
vendor/assets/javascripts/jquery.flot.resize.js
vendor/assets/javascripts/jquery.flot.resize.min.js
Best regards,
-Andrew
--- End Message ---
--- Begin Message ---
On Tue, Jun 28, 2016 at 9:19 PM, Andrew Lee <[email protected]> wrote:
> Package: lintian
> Version: 2.5.44~bpo8+1
> Severity: normal
>
> Dear Maintainer,
>
> I am packaging a new package ruby-flot-rails. Lintian complains
> source-is-missing error on it's .js files. But it has both .js and
> .min.js files in the same vendor/assets/javascripts/ folder.
>
> For example:
> E: ruby-flot-rails source: source-is-missing
> vendor/assets/javascripts/jquery.flot.resize.js line length is 1674
> characters (>512)
The min.js link to js file is found but js file include some long line...
> $ ls vendor/assets/javascripts/jquery.flot.resize*
> vendor/assets/javascripts/jquery.flot.resize.js
> vendor/assets/javascripts/jquery.flot.resize.min.js
>
> Best regards,
>
> -Andrew
>
--- End Message ---