aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authormertz2003-09-23 12:03:11 +0000
committermertz2003-09-23 12:03:11 +0000
commite9b682898428ddce0bcfb6b602dfd7830288fa35 (patch)
treedcd1bf77d8bf5928fb93228e3f8bbaa6ed4fbb25 /Perl
parent092d0d888b567f4986eb24ffa2ab51ae7d219b08 (diff)
downloadtkzinc-e9b682898428ddce0bcfb6b602dfd7830288fa35.zip
tkzinc-e9b682898428ddce0bcfb6b602dfd7830288fa35.tar.gz
tkzinc-e9b682898428ddce0bcfb6b602dfd7830288fa35.tar.bz2
tkzinc-e9b682898428ddce0bcfb6b602dfd7830288fa35.tar.xz
- version for 3.29401 cpan delivery
- Pytohn and tclconfig are no more deleted because they are usefull for the current ./configure script
Diffstat (limited to 'Perl')
-rw-r--r--Perl/CPANising-tkzinc.pl7
1 files changed, 4 insertions, 3 deletions
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