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

Bug#673613: lintian: "uninitialized value" warnings with --tags



Package: lintian
Version: 2.5.7
Severity: normal


Self-reminder:

$ lintian --tags unusual-interpreter jython_2.5.2-1_all.deb jython-doc_2.5.2-1_all.deb
Use of uninitialized value $_ in hash element at <$LINTIAN_ROOT>/checks/scripts line 256.
Use of uninitialized value in pattern match (m//) at <$LINTIAN_ROOT>/checks/scripts line 256.
Use of uninitialized value $_ in hash element at <$LINTIAN_ROOT>/checks/scripts line 258.
Use of uninitialized value $_ in hash element at <$LINTIAN_ROOT>/checks/scripts line 256.
Use of uninitialized value in pattern match (m//) at <$LINTIAN_ROOT>/checks/scripts line 256.
Use of uninitialized value $_ in hash element at <$LINTIAN_ROOT>/checks/scripts line 258.


But it does not happen with -EIL +pedantic:
$ lintian -EIL +pedantic jython_2.5.2-1_all.deb jython-doc_2.5.2-1_all.deb
I: jython: spelling-error-in-copyright GNU Public License GNU General Public License
I: jython: unused-override codeless-jar usr/share/jython/Lib/test/classimport.jar
I: jython: unused-override codeless-jar usr/share/jython/Lib/test/classimport_Lib.jar
I: jython: unused-override copyright-should-refer-to-common-license-file-for-gpl
I: jython: unused-override unusual-interpreter usr/share/jython/Lib/* #!/usr/bin/jython
I: jython-doc: spelling-error-in-copyright GNU Public License GNU General Public License
I: jython-doc: unused-override copyright-should-refer-to-common-license-file-for-gpl


~Niels



Reply to: