From e9b682898428ddce0bcfb6b602dfd7830288fa35 Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 23 Sep 2003 12:03:11 +0000 Subject: - version for 3.29401 cpan delivery - Pytohn and tclconfig are no more deleted because they are usefull for the current ./configure script --- Perl/CPANising-tkzinc.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Perl') diff --git a/Perl/CPANising-tkzinc.pl b/Perl/CPANising-tkzinc.pl index f92f926..10e13d4 100644 --- a/Perl/CPANising-tkzinc.pl +++ b/Perl/CPANising-tkzinc.pl @@ -6,7 +6,7 @@ # this version must be the same than those in the CVS repository # in CVS the tag has the following form: cpan_n_mmm -my $version = 3.294; +my $version = "3.29401"; chdir ('/tmp'); @@ -16,7 +16,7 @@ $cvstag =~ s/\./_/ ; my $dirname = "tk-zinc-$version"; -system ("rm -rf $dirname"); +system ("rm -rf $dirname $dirname.tar.gz"); my $command = "cvs -d :ext:liszt.pii.ath.cena.fr:/pii/repository export -r $cvstag -d $dirname Tkzinc"; print "cvs: $command\n"; @@ -37,7 +37,8 @@ system ('cp -p debian/changelog Changes'); system ('rm -rf sandbox debian redhat CPANising-tkzinc.pl'); ## the following tcl-needed (or python-needed) dirs are deleted: -system ('rm -rf demos library tclconfig tests Python'); +system ('rm -rf demos library tests'); +## warning: we still need the following directory: .../tclconfig .../Python # removing the .cvsignore files -- cgit v1.1