Package: sloccount / 2.26+ds-2

Metadata

Package Version Patches format
sloccount 2.26+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_restore_pristine_code.patch | (download)

jsp_count.c | 1320 745 + 575 - 0 !
makefile | 8 6 + 2 - 0 !
pascal_count.c | 1315 743 + 572 - 0 !
sloccount | 11 0 + 11 - 0 !
4 files changed, 1494 insertions(+), 1160 deletions(-)

 new patch generated from sloccount 2.26-2.1 diff.gz



10_fix_manpage.patch | (download)

sloccount.1 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix minus signes used as hyphen (lintian warning

20_bts462392_erlang_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
erlang_count | 26 26 + 0 - 0 !
makefile | 1 1 + 0 - 0 !
3 files changed, 28 insertions(+)

 bts 462392: add support to erlang

30_bts466827_enhance_bison_flex.patch | (download)

break_filelist | 39 39 + 0 - 0 !
1 file changed, 39 insertions(+)

 enhance the recognition of bison/flex source files



40_bts281293_ignore_autotools_files.patch | (download)

break_filelist | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 ignore autotools generated files



50_bts379448_ruby_recognize.patch | (download)

break_filelist | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 recognize ruby script by shebang



60_bts508557_vhdl_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
makefile | 1 1 + 0 - 0 !
vhdl_count | 27 27 + 0 - 0 !
3 files changed, 29 insertions(+)

 enable vhdl support

70_bts508556_xml_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
makefile | 9 8 + 1 - 0 !
testcode/test.xml | 11 11 + 0 - 0 !
xml_count.l | 83 83 + 0 - 0 !
4 files changed, 103 insertions(+), 1 deletion(-)

 enable xml support

80_bts502880_javascript_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
javascript_count | 27 27 + 0 - 0 !
makefile | 1 1 + 0 - 0 !
3 files changed, 29 insertions(+)

 add javascript support
90_go_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
go_count | 27 27 + 0 - 0 !
makefile | 1 1 + 0 - 0 !
3 files changed, 29 insertions(+)

 add go support
91_rust_support.patch | (download)

break_filelist | 1 1 + 0 - 0 !
makefile | 1 1 + 0 - 0 !
rust_count | 27 27 + 0 - 0 !
3 files changed, 29 insertions(+)

 add rust support
0011 Fix underquotings accd g to shellcheck Closes 110645.patch | (download)

sloccount | 23 9 + 14 - 0 !
1 file changed, 9 insertions(+), 14 deletions(-)

 fix underquotings (accd'g to shellcheck) (closes: #1106450)


0012 Don t segfault when given nonexistent file directly .patch | (download)

c_count.c | 4 4 + 0 - 0 !
ml_count.c | 4 4 + 0 - 0 !
php_count.c | 4 4 + 0 - 0 !
3 files changed, 12 insertions(+)

 don't segfault when given nonexistent file directly or via -f in
 {c,ml,php}_count (Closes: #716179)

Error path adapted from driver.c

0013 Make remaining shell programs real.patch | (download)

awk_count | 2 1 + 1 - 0 !
compute_all | 8 4 + 4 - 0 !
compute_c_usc | 8 4 + 4 - 0 !
compute_java_usc | 8 4 + 4 - 0 !
compute_sloc_lang | 10 5 + 5 - 0 !
count_unknown_ext | 2 1 + 1 - 0 !
csh_count | 2 1 + 1 - 0 !
exp_count | 2 1 + 1 - 0 !
lisp_count | 2 1 + 1 - 0 !
make_filelists | 19 0 + 19 - 0 !
makefile_count | 2 1 + 1 - 0 !
print_sum_subset | 2 1 + 1 - 0 !
rpm_unpacker | 8 4 + 4 - 0 !
ruby_count | 2 1 + 1 - 0 !
sed_count | 2 1 + 1 - 0 !
sh_count | 2 1 + 1 - 0 !
show_filecount | 42 21 + 21 - 0 !
tcl_count | 2 1 + 1 - 0 !
18 files changed, 53 insertions(+), 72 deletions(-)

 make remaining shell programs real

Filtered out of shellcheck -e 2164,2166,2006,2188,2012 $(file * | grep POSIX | cut -d: -f1 | grep -ve dirmatch -e redo_licenses)

0014 Fix a uses Closes 363069.patch | (download)

compute_all | 2 1 + 1 - 0 !
compute_c_usc | 2 1 + 1 - 0 !
compute_java_usc | 2 1 + 1 - 0 !
compute_sloc_lang | 6 3 + 3 - 0 !
sloccount | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 fix [ -a ] uses (closes: #363069)

Identified with shellcheck -i 2166 $(file * | grep POSIX | cut -d: -f1)

0015 haskell_count Unescaped left brace in regex is passe.patch | (download)

haskell_count | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 haskell_count: unescaped left brace in regex is passed through in
 regex errors


0016 make_filelists ignore SCCS and .git Closes 259137.patch | (download)

make_filelists | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make_filelists: ignore sccs and .git (closes: #259137)


0017 Fix test target sloccount cds internally.patch | (download)

makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test target (sloccount cds internally)


0018 Compress manual with gzip 9 per Policy 12.1.patch | (download)

makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compress manual with gzip -9 per policy 12.1