Install scripts manpage

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent e553470046
commit 88dbe13050
  1. 2
      debian/control
  2. 4
      debian/liblemonldap-ng-common-perl.install
  3. 6
      lemonldap-ng-common/Makefile.PL

2
debian/control vendored

@ -246,7 +246,7 @@ Package: liblemonldap-ng-portal-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
httpd,
apache2 | nginx | httpd-cgi,
libcgi-pm-perl,
libclone-perl,
libhtml-template-perl,

@ -1,7 +1,7 @@
/etc/lemonldap-ng/lemonldap-ng.ini
/etc/lemonldap-ng/for_etc_hosts
/usr/share/man/man1/convertConfig
/usr/share/man/man1/lemonldap-ng-cli
/usr/share/man/man1/convertConfig.1
/usr/share/man/man1/lemonldap-ng-cli.1
/usr/share/man/man3/Lemonldap::NG::Common*
/usr/share/perl5/auto/Lemonldap/NG/Common
/usr/share/perl5/Lemonldap/NG/Common*

@ -70,5 +70,9 @@ WriteMakefile(
),
clean => {
FILES => 't/lmConf*'
}
},
MAN1PODS => {
'scripts/convertConfig' => 'blib/man1/convertConfig.1',
'scripts/lemonldap-ng-cli' => 'blib/man1/lemonldap-ng-cli.1',
},
);

Loading…
Cancel
Save