[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#753077: marked as done ([checks/files] Fixed files/js-libraries)



Your message dated Sun, 13 Jul 2014 19:04:21 +0000
with message-id <E1X6P4P-0001Yu-QF@franck.debian.org>
and subject line Bug#753077: fixed in lintian 2.5.25
has caused the Debian Bug report #753077,
regarding [checks/files] Fixed files/js-libraries
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 owner@bugs.debian.org
immediately.)


-- 
753077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753077
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.24
Severity: normal
Tags: patch


Hi,

Attached you will find a patch to fix it.


Cheers,


-- 
Marcelo Jorge Vieira
xmpp:metal@jabber-br.org
http://metaldot.alucinados.com
http://movimente.me

From d9bfef0c73c0bd4c852df14c1dfdeb0bc137f94d Mon Sep 17 00:00:00 2001
From: Marcelo Jorge Vieira <metal@alucinados.com>
Date: Sat, 28 Jun 2014 23:57:40 -0300
Subject: [PATCH] Fixed files/js-libraries

Incorrect pattern for libjs-jquery-history
---
 data/files/js-libraries | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/files/js-libraries b/data/files/js-libraries
index ad42c7b..e26705a 100644
--- a/data/files/js-libraries
+++ b/data/files/js-libraries
@@ -21,7 +21,7 @@ libjs-jquery-event-drop      ~~ (?i)/jquery\.event\.drop$EXT
 libjs-jquery-fancybox        ~~ (?i)/jquery\.fancybox$EXT
 libjs-jquery-form            ~~ (?i)/jquery\.form$EXT
 libjs-jquery-galleriffic     ~~ (?i)/jquery\.galleriffic$EXT
-libjs-jquery-history         ~~ (?i)/jquery\.jfeed$EXT
+libjs-jquery-history         ~~ (?i)/jquery\.history$EXT
 libjs-jquery-jfeed           ~~ (?i)/jquery\.jfeed$EXT
 libjs-jquery-jush            ~~ (?i)/jquery\.jush$EXT
 libjs-jquery-livequery       ~~ (?i)/jquery\.livequery$EXT
-- 
2.0.0

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.25

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 753077@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <niels@thykier.net> (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 20:36:30 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.25
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description:
 lintian    - Debian package checker
Closes: 539225 653910 657699 660797 676803 741346 745152 747266 752229 752611 753077 753165 753970
Changes:
 lintian (2.5.25) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - capitalization-error-in-description-synopsis
       - incorrect-naming-of-pkcs11-module
       - package-contains-thumbnails-dir
       - pkg-config-bad-directive
       - source-contains-prebuilt-ms-help-file
       - spelling-error-in-description-synopsis
 .
   * checks/*.desc:
     + [NT] Replaced "index" with "unpacked" in Needs-Info.
   * checks/cruft.{desc,pm}:
     + [BR] Add a forgotten return statement, and avoid
       false positive for deployJava.js (Closes: #745152).
     + [BR] Fix another false positive in GFDL detection.
     + [BR] Use whitelist for know good RFC (Closes: #753970).
     + [BR]  Detect and warn about *.chm file
       (MS Windows HtmlHelp Data).  (Closes: #653910).
   * checks/description.{desc,pm}:
     + [NT] Apply patch from Anders Jonsson to check spelling
       of the package synopsis.  (Closes: #747266)
   * checks/files.{desc,pm}:
     + [RG,NT] Check for invalid named p11-kit modules in
       /usr/share/p11-kit modules.  (Closes: #741346)
     + [BR] Detect cross architecture pkg-config file.
       (Closes: #539225).
     + [BR] Add a sanity check for pkg-config files.
       (Closes: #676803, #657699).
     + [BR] Detect .thumbnails dir (Closes: #660797).
 .
   * collection/*.desc:
     + [NT] Replace "index" with "unpacked" in Needs-Info.
   * collection/index{,.desc}:
     + [NT] Removed file.
   * collection/unpacked{,.desc}:
     + [NT] Have unpacked create indices when the package is
       being unpacked.  This is done using a pipeline to avoid
       decompressing the data.tar file multiple times.
 .
   * data/cruft/missing-dir-search-path:
     + [BR] Close false positive for mathjax, search under
       /unpacked.
     + [BR] Fix another false positive for emscripten.
   * data/cruft/warn-file-type:
     + [BR] add yc suffix for detecting javascript
       source-is-missing and improve test suite. Fix a
       false postive in libdevel-nytprof-perl.
   * data/files/js-libraries:
     + [NT] Apply patch from Marcelo Jorge Vieira to correct
       a regular expression for finding embedded copies of
       libjs-jquery-history.  (Closes: #753077)
   * data/init.d/virtual_facilities:
     + [NT] Apply patch from Guillem Jover to fix a typo.
   * data/scripts/interpreters:
     + [NT] The texlua binary is now provided by
       texlive-binaries (>= 2014.20140512.33982) instead of
       luatex.  Thanks to Norbert Preining for reporting this.
       (Closes: #752611)
   * data/symlinks/well-known-symlinks-target:
     + [NT] Apply patch from Guillem Jover to fix a typo in
       a regex.  (Closes: #752229)
 .
   * debian/control:
     + [NT] Add Breaks/Replaces for funny-manpages due to a
       bug in funny-manpages before 1.3-5.1.  Thanks to Adrian
       Bunk for reporting.  (Closes: #753165)
 .
   * lib/Lintian/Collect{,/*}.pm:
     + [NT] Replace "index" with "unpacked" in Needs-Info
       requirements.
 .
   * reporting/config:
     + [NT] Remove "$statistics_file" from the sample config.
   * reporting/harness:
     + [NT] Set the state cache to 0644 after creating it.
   * reporting/html_reports:
     + [NT] Move the statistics file to the harness state cache
       dir.  It only contains information about the last run and
       is re-generated as needed.  If the file exists, it will
       be moved to its new location if possible.
Checksums-Sha1:
 8faf51a040906409a22090e7731e4ad862399535 2693 lintian_2.5.25.dsc
 7f78f5521afd4851bc36945dd58a95f9ee962d18 1181140 lintian_2.5.25.tar.xz
 fa31356ef160e9e44f1c9d09cb37c3c7ff1f7e3f 767392 lintian_2.5.25_all.deb
Checksums-Sha256:
 67a662a4225e610ce56016d7824cca00f4fc5686d4a084b205eafff0c8fb20fd 2693 lintian_2.5.25.dsc
 7700ee806c353f2a91b5134d7d1f8871d2571bdf08f8d0d11763765dd9adb56c 1181140 lintian_2.5.25.tar.xz
 1f1d744f15c5ebc5979a3a66c05a378c5a633b32473658504fb613e93932ceb0 767392 lintian_2.5.25_all.deb
Files:
 e83ca86db4325c2a58044fb792a2175c 767392 devel optional lintian_2.5.25_all.deb
 02633ef24ff6eb1a026fc269ac8ebbaf 2693 devel optional lintian_2.5.25.dsc
 09f080d8d112f9fe6ef9bd64f686a243 1181140 devel optional lintian_2.5.25.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTwtYbAAoJEAVLu599gGRC82EP/jExAvQKTH0bgCBaWzAZXIkg
lb/5pvh7NGfJLQ3m7oqdt//1caPomwqDgJou7j/GpzHulhjdLKOgjlTH3Dd35K2r
r6kFjfmF0JjZXvhHdZMO5JDhMLwQNMEjAhPa4EtNCsmvOHPG2O55QAb7xDYSL3gY
pQMVRT///itg/JSBp/LurGa37RT0CDg+0GT/QIQkabb/Ob1tWmy0YSLz6hj3BTh5
kE+Ohprsr63vAk9qi35D7MsX3WTosXORRDKavZgrViXSNhdhmFTdBLmeq0qAiWgQ
iyCDiCohT2gZmWhdaKQyA2XlbxMDKF3VH2uzCR7X8PDnAtlbTW5vkPOi7c6CsIL9
HkbdB5aLedY0QBEpI2nz2u37+kBbYgMxSqeqPDYEkBcMbCw2VUQgESOA2ZTnVpFT
I0yJFPb2bCsMrSl71g90AKsF9fbVmahtp6v66BzojzN7eznO16RDzFQ7nDjlajUu
towmP7MyMAQJgig+yTYpYpnhBOfZXwI7RNLpSmkxgzbBiJTZ+L+VEqy1jDe4TKjH
bkxw+JnZj7NZoc/HGgN9UB30/oBClTpF8e9dEjvmunYEcC8MXXd5eKiimSXCh4Z4
LOP/+LapirzJ+u7AhNsHbU78FPmyuQwZJEB4t3qQCXxJ3uHYF7eEeVlGgS+TLt2d
vDEbVvlnKyH7ApNdlJH1
=4Gha
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: