[Pkg-wmaker-commits] [wmbiff] 09/14: * Whoops! Messed up CVS expansion in maint/prerelease.sh. Fixed it. * Also changed maint/prerelease.sh a bit.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_1
in repository wmbiff.

commit 6b40cd1d94b6156c57e334168d691ec6a4108270
Author: dwonis <dwonis>
Date:   Tue Jun 19 03:52:02 2001 +0000

    * Whoops!  Messed up CVS expansion in maint/prerelease.sh.  Fixed it.
    * Also changed maint/prerelease.sh a bit.
---
 CHANGES             | 32 +++++++++++++++++++++++++++++++-
 maint/prerelease.sh | 31 ++++++++++---------------------
 2 files changed, 41 insertions(+), 22 deletions(-)

diff --git a/CHANGES b/CHANGES
index 46137bf..a84c686 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,37 @@
 CVS Changelog.  Don't bother editing this file, because it will get overwritten
 by maint/prerelease.sh .
 
-$
+The latest changelog entry is in a different format, because it's inserted by
+CVS on commit.
+
+  $Log: CHANGES,v $
+  Revision 1.2  2001/06/19 03:52:02  dwonis
+  * Whoops!  Messed up CVS expansion in maint/prerelease.sh.  Fixed it.
+  * Also changed maint/prerelease.sh a bit.
+
+
+2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz at dlitz.net>
+
+	* CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
+	maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
+	wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
+	wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
+	wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
+	wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another big
+	patch that mucks with everything.  I probably deserve to be  
+	flamed for this practice.  Feel free... :-) * Added
+	maint/prerelease.sh script.  Run it before making any releases.  *
+	Added maint/changelog.sed.  Add your SourceForge userid here.  *
+	Moved ChangeLog to RELEASE-NOTES (see below).  * Added a new file,
+	CHANGES (created by maint/prerelease.sh) that tabulates   all the
+	CVS changes.  * Added "distclean" to wmbiff/Makefile.  * Added CVS
+	Id$ to all the files in wmbiff/ .  * I reformatted ths changelog,
+	again.	I hope this is the last time I need   to do this.  The CVS
+	logs should be used for all changes, and this file   should by
+	updated for user-visible changes only, from now on.    (Dwayne C.
+	Litzenberger)  * Updated the README to reflect that Gennady
+	Belyakov died right after releasing   wmBiff 0.2.  May your soul
+	rest in peace, Gennady.  (Dwayne C. Litzenberger)
 
 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi at sindominio.net>
 
diff --git a/maint/prerelease.sh b/maint/prerelease.sh
index e764146..ffb4a58 100755
--- a/maint/prerelease.sh
+++ b/maint/prerelease.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
-# $Id: prerelease.sh,v 1.1 2001/06/19 03:38:58 dwonis Exp $
+# $Id: prerelease.sh,v 1.2 2001/06/19 03:52:02 dwonis Exp $
 # wmBiff prerelease script.  Used mainly by the upstream maintainer(s).
 # Run this before making a new release of wmBiff
 # You will need cvs2cl.
 
-set -e
+set -e -x
 
 (
 	cd wmbiff
@@ -18,29 +18,18 @@ cat <<EOF > CHANGES
 CVS Changelog.  Don't bother editing this file, because it will get overwritten
 by maint/prerelease.sh .
 
-$Log: prerelease.sh,v $
-Revision 1.1  2001/06/19 03:38:58  dwonis
-* Another big patch that mucks with everything.  I probably deserve to be
-  flamed for this practice.  Feel free... :-)
-* Added maint/prerelease.sh script.  Run it before making any releases.
-* Added maint/changelog.sed.  Add your SourceForge userid here.
-* Moved ChangeLog to RELEASE-NOTES (see below).
-* Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates
-  all the CVS changes.
-* Added "distclean" to wmbiff/Makefile.
-* Added CVS Id$ to all the files in wmbiff/ .
-* I reformatted ths changelog, again.  I hope this is the last time I need
-  to do this.  The CVS logs should be used for all changes, and this file
-  should by updated for user-visible changes only, from now on.
-  (Dwayne C. Litzenberger)
-* Updated the README to reflect that Gennady Belyakov died right after releasing
-  wmBiff 0.2.  May your soul rest in peace, Gennady.  (Dwayne C. Litzenberger)
-
+The latest changelog entry is in a different format, because it's inserted by
+CVS on commit.
 
 EOF
 
+echo "  $""Log""$" >> CHANGES
+echo ""            >> CHANGES
+
 cvs2cl --stdout --utc --day-of-week -t | sed -f maint/changelog.sed >> CHANGES
 
+set +x
+
 echo ""
 echo ""
 echo ""
@@ -53,5 +42,5 @@ echo "and commit again."
 echo ""
 echo "Also, don't forget to update WMBIFF_VERSION in wmbiff/Makefile ."
 echo ""
-echo "The date for the changelog is: `date -R`"
+echo "The date for the release notes is:   `date -R`"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list