make cpan updates META.yml

environments/ppa-mbqj77/deployments/1
Xavier Guimard 17 years ago
parent 30d2bd4dd4
commit 9fdea7384f
  1. 6
      build/lemonldap-ng/Makefile
  2. 6
      modules/lemonldap-ng-common/META.yml
  3. 2
      modules/lemonldap-ng-portal/META.yml

@ -425,6 +425,12 @@ debian-dist: dist
@mv lemonldap-ng-$(VERSION).tar.gz lemonldap-ng_$(VERSION).orig.tar.gz
cpan: clean configure common_cpan handler_cpan portal_cpan manager_cpan
for i in Common Portal Handler Manager; do \
tar xzf Lemonldap-NG-$$i-*.tar.gz \
$$(tar tzf Lemonldap-NG-$$i-*.tar.gz |grep META.yml); \
mv Lemonldap-NG-$$i-*/META.yml lemonldap-ng-$$(perl -e "print lc('$$i')")/; \
rmdir Lemonldap-NG-$$i*/; \
done
common_cpan: common_conf
@$(MAKE) -C ${SRCCOMMONDIR} dist

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Common
version: 0.9
version: 0.92
abstract: Common files for Lemonldap::NG infrastructure
license: ~
author:
@ -10,11 +10,11 @@ distribution_type: module
requires:
Cache::Cache: 0
CGI: 3.08
Crypt::Rijndael: 0
DBI: 0
Regexp::Assemble: 0
Storable: 0
SOAP::Lite: 0
Crypt::Rijndael: 0
Storable: 0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Portal
version: 0.86
version: 0.87
abstract: The authentication portal part of Lemonldap::NG Web-SSO
license: ~
author:

Loading…
Cancel
Save