Clean shellbangs (Debian 4.1.2 policy compliance)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent 222c58d37c
commit b3ff6e2666
  1. 2
      debian/control
  2. 2
      fastcgi-server/sbin/llng-fastcgi-server
  3. 2
      lemonldap-ng-common/scripts/lemonldap-ng-cli
  4. 2
      lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
  5. 2
      lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
  6. 2
      lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
  7. 2
      lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t
  8. 2
      lemonldap-ng-handler/t/66-Lemonldap-NG-Handler-PSGI-wildcard.t
  9. 2
      lemonldap-ng-manager/eg/manager.cgi
  10. 2
      lemonldap-ng-manager/eg/manager.fcgi
  11. 2
      lemonldap-ng-manager/site/htdocs/manager.fcgi
  12. 2
      lemonldap-ng-manager/t/02-HTML-template.t
  13. 2
      lemonldap-ng-manager/t/03-HTML-forms.t
  14. 2
      lemonldap-ng-manager/t/06-rest-api.t
  15. 2
      lemonldap-ng-manager/t/07-utf8.t
  16. 2
      lemonldap-ng-manager/t/10-save-unchanged-conf.t
  17. 2
      lemonldap-ng-manager/t/12-save-changed-conf.t
  18. 2
      lemonldap-ng-manager/t/14-bad-changes-in-conf.t
  19. 2
      lemonldap-ng-manager/t/15-combination.t
  20. 2
      lemonldap-ng-manager/t/20-test-coverage.t
  21. 2
      lemonldap-ng-manager/t/40-sessions.t
  22. 2
      lemonldap-ng-manager/t/50-notifications.t
  23. 2
      lemonldap-ng-manager/t/80-attributes.t
  24. 2
      lemonldap-ng-manager/t/90-translations.t
  25. 2
      lemonldap-ng-portal/eg/index.cgi
  26. 2
      lemonldap-ng-portal/eg/index.fcgi
  27. 2
      lemonldap-ng-portal/site/htdocs/index.fcgi

2
debian/control vendored

@ -44,7 +44,7 @@ Build-Depends-Indep: libapache-session-perl,
libxml-libxslt-perl,
libxml-simple-perl,
perl
Standards-Version: 4.1.1
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/lemonldap-ng.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/lemonldap-ng.git
Homepage: https://lemonldap-ng.org/

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Runner;
use strict;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use warnings;
use strict;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
use Test::More;
use JSON;
use Data::Dumper;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Lemonldap::NG::Manager;
use Plack::Handler::CGI;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Handler::FCGI;
use Lemonldap::NG::Manager;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Handler::FCGI;
use Lemonldap::NG::Manager;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify just that '/' requests returns HTML
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Check that HTML forms exists for all types of parameter and that no HTML
# forms are unused

@ -1,5 +1,3 @@
#!/usr/bin/env perl
#
# Test RSA key generation
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Test if an UTF-8 char is well returned
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that an unmodified configuration is rejected
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that a modified configuration can be saved and that all changes are
# detected

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that bas changes are detected
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that bas changes are detected
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that all attributes owns a test
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Test sessions explorer API
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Test notifications explorer API
use Test::More;

@ -1,5 +1,3 @@
#!/usr/bin/env perl
#
# Verify that all attributes are positionned in tree and that all leaf
# correspond to an attribute. Verify also that attributes and leafs are uniq

@ -1,5 +1,3 @@
#!/usr/bin/env perl -I pl/lib
#
# Verify that languages translation cover all `trspan`
use Test::More;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Handler::CGI;
use Lemonldap::NG::Portal::Main;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Handler::FCGI;
use Lemonldap::NG::Portal::Main;

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
use Plack::Handler::FCGI;
use Lemonldap::NG::Portal::Main;

Loading…
Cancel
Save