From 647f0330075cc9547050b5890d6047063cd91661 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 11 May 1999 06:29:09 +0000 Subject: No more changelog updates. svn path=/trunk/; revision=2473 --- makerelease | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/makerelease b/makerelease index 5b520840..cb86f101 100755 --- a/makerelease +++ b/makerelease @@ -50,35 +50,6 @@ if (system("su -c 'make >/dev/null' esr")) { die("Compilation failure\n"); } -# Update the Debian logfile -open(DEBLOG, "debian/changelog"); -$firstline = ; -close(DEBLOG); -$firstline =~ /fetchmail \(*([^-]*)/; -$logvers = $1; -if ($version eq $logvers) { - print "No change to Debian logfile...\n"; -} else { - $date = &rfc822date(); - print "Updating the Debian logfile ($logvers -> $version)...\n"; - open(DEBLOG, "mkr$$.tmp") || die("Error opening temp file\n"); - print TMP < ${date} - -EOF - while () { - print TMP $_; - } - close(TMP); - close(DEBLOG); - system("mv mkr$$.tmp debian/changelog"); -} - print "Building the distribution...\n"; if (system("su -c 'make dist >/dev/null' esr")) { die("Distribution-build failure\n"); -- cgit v1.2.3