[pkg-java] r4023 - trunk/aspectj/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Wed Aug 15 21:28:42 UTC 2007


Author: tgg
Date: 2007-08-15 21:28:42 +0000 (Wed, 15 Aug 2007)
New Revision: 4023

Modified:
   trunk/aspectj/debian/cvs-get.sh
Log:
comment cvs-get.sh


Modified: trunk/aspectj/debian/cvs-get.sh
===================================================================
--- trunk/aspectj/debian/cvs-get.sh	2007-08-15 21:22:48 UTC (rev 4022)
+++ trunk/aspectj/debian/cvs-get.sh	2007-08-15 21:28:42 UTC (rev 4023)
@@ -2,6 +2,12 @@
 #
 # AspectJ make no source release; so we need to check sources from CVS.
 #
+# This scripts retrieves the version specified in debian/changelog,
+# transforming it into an AspectJ CVS tag. (For instance `1.5.3' is changed to
+# `V1_5_3_final'.) The script then removes stuff we don't need.
+#
+# To keep everything from the checkout invoke this script with `keep'
+#
 set -e
 
 TMPDIR=`mktemp -t -d aspectj-cvs.XXXXXXXXXX` || exit 1




More information about the pkg-java-commits mailing list