Author: varun
Date: 2008-01-04 22:10:44 +0000 (Fri, 04 Jan 2008)
New Revision: 5302

Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/groovy.1
Log:
* New upstream release
* Fix hyphens in groovy manpage

Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog       2008-01-04 21:25:22 UTC (rev 5301)
+++ trunk/groovy/debian/changelog       2008-01-04 22:10:44 UTC (rev 5302)
@@ -1,3 +1,10 @@
+groovy (1.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Fix hyphens in groovy manpage
+
+ -- Varun Hiremath <[EMAIL PROTECTED]>  Sat, 05 Jan 2008 03:42:21 +0530
+
 groovy (1.5.0-2) unstable; urgency=low
 
   * Set source=1.4 and target=1.4 for javac. (Closes: #458001)

Modified: trunk/groovy/debian/groovy.1
===================================================================
--- trunk/groovy/debian/groovy.1        2008-01-04 21:25:22 UTC (rev 5301)
+++ trunk/groovy/debian/groovy.1        2008-01-04 22:10:44 UTC (rev 5302)
@@ -43,10 +43,10 @@
 .TP
 \fBgroovy\fR:
 Command to run a set of Groovy statements entered on the command
-line (with -e), or stored in a text file whose name is given on the
+line (with \-e), or stored in a text file whose name is given on the
 command.
 
-example: groovy -e 'System.in.readLines().each { println it }'
+example: groovy \-e 'System.in.readLines().each { println it }'
 .TP
 \fBgroovysh\fR:
 Terminal-based interpreter for Groovy.


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to