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

[SCM] Debian package checker branch, master, updated. 2.5.1-13-gd4bcbbf



The following commit has been merged in the master branch:
commit d4bcbbf43b5094f3e10bb2e8055d9fe0f96bd1ae
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jun 25 11:55:00 2011 +0200

    Add usr/share/javascript/ as "common symlink target"
    
    The only way to avoid embedding javascript libraries is to symlink
    to them.  Thanks to Jakub Wilk for the pointer.

diff --git a/checks/symlinks b/checks/symlinks
index f5b6796..7fd0dfb 100644
--- a/checks/symlinks
+++ b/checks/symlinks
@@ -61,6 +61,7 @@ foreach my $file (@{$info->sorted_index}) {
         # source package.
         next if $path =~ m@man/man\d/undocumented@o or
             $path =~ m@^etc/alternatives/@o or
+            $path =~ m@^usr/share/javascript/@o or
             $path eq 'lib/init/upstart-job';
 
         # Possibly broken symlink

-- 
Debian package checker


Reply to: