[maemo-commits] [maemo-commits] r9981 - projects/haf/trunk/dpkg/scripts
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 16 18:43:54 EET 2007
- Previous message: [maemo-commits] r9980 - projects/haf/trunk/dpkg/scripts
- Next message: [maemo-commits] r9982 - projects/haf/trunk/dpkg/man
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-16 18:43:53 +0200 (Fri, 16 Feb 2007) New Revision: 9981 Modified: projects/haf/trunk/dpkg/scripts/Makefile.am Log: * scripts/install-info.pl, scripts/cleanup-info.pl, scripts/dpkg-divert.pl, scripts/update-alternatives.pl: Renamed to have a ".pl-disabled" suffix. * scripts/install-info.sh, scripts/cleanup-info.sh, scripts/dpkg-divert.sh, scripts/update-alternatives.sh: New, to replace disabled Perl scripts. * scripts/Makefile.am (EXTRA_DIST): Updated to reflect changes above. (install-info-stamp): Depend on install-info.sh instead of install-info.pl Modified: projects/haf/trunk/dpkg/scripts/Makefile.am =================================================================== --- projects/haf/trunk/dpkg/scripts/Makefile.am 2007-02-16 16:38:51 UTC (rev 9980) +++ projects/haf/trunk/dpkg/scripts/Makefile.am 2007-02-16 16:43:53 UTC (rev 9981) @@ -42,11 +42,15 @@ dpkg-scansources.pl \ dpkg-shlibdeps.pl \ dpkg-source.pl \ - cleanup-info.pl \ - dpkg-divert.pl \ + cleanup-info.pl-disabled \ + cleanup-info.sh \ + dpkg-divert.pl-disabled \ + dpkg-divert.sh \ dpkg-statoverride.pl \ - install-info.pl \ - update-alternatives.pl \ + install-info.pl-disabled \ + install-info.sh \ + update-alternatives.pl-disabled \ + update-alternatives.sh \ changelog/debian.pl CLEANFILES = \ @@ -81,7 +85,7 @@ # Automake has its own install-info rule, gah all-local: install-info-stamp -install-info-stamp: $(srcdir)/install-info.pl +install-info-stamp: $(srcdir)/install-info.sh $(do_perl_subst) <$< >install-info chmod +x install-info touch $@
- Previous message: [maemo-commits] r9980 - projects/haf/trunk/dpkg/scripts
- Next message: [maemo-commits] r9982 - projects/haf/trunk/dpkg/man
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]