Skip to content
Snippets Groups Projects
Commit 2c99f505 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix some lintian complaints

parent 7586bf37
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9), ...@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9),
libtest-synopsis-perl libtest-synopsis-perl
Build-Depends-Indep: perl (>= 5.8.8) Build-Depends-Indep: perl (>= 5.8.8)
Maintainer: Adam Henry Lewenberg <adamhl@stanford.edu> Maintainer: Adam Henry Lewenberg <adamhl@stanford.edu>
Standards-Version: 3.9.6 Homepage: https://code.stanford.edu/debian-public/libstanford-flextest-perl
Standards-Version: 3.9.8
Package: libstanford-flextest-perl Package: libstanford-flextest-perl
Architecture: all Architecture: all
...@@ -27,4 +28,8 @@ Depends: ${perl:Depends}, ...@@ -27,4 +28,8 @@ Depends: ${perl:Depends},
libipc-run-perl, libipc-run-perl,
${misc:Depends} ${misc:Depends}
Description: Stanford FlexTest framework Description: Stanford FlexTest framework
Testing framework that can either do Test::More or Nagios test results. Testing framework that runs tests and returns results either via
Test::More or sends Nagios test results. Particularly useful when you
want to run the same tests either locally or send the results to Nagios
servers. Used by both the Stanford KDC and LDAP regression testing
suites.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment