[groovy] 01/01: Added a groovy2 transitional package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri May 20 14:49:18 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository groovy.

commit 4f8858caa874da7e614c7fae690e32ef1ab9a06e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri May 20 16:49:04 2016 +0200

    Added a groovy2 transitional package
---
 debian/changelog |  7 +++++++
 debian/control   | 22 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index deeba36..0bc1883 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+groovy (2.4.6-2) unstable; urgency=medium
+
+  * Team upload.
+  * Added a groovy2 transitional package
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 20 May 2016 15:55:28 +0200
+
 groovy (2.4.6-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 08fcbd1..5ed8afc 100644
--- a/debian/control
+++ b/debian/control
@@ -89,3 +89,25 @@ Description: Agile dynamic language for the Java Virtual Machine (documentation)
  templating or writing unit test cases.
  .
  This package includes the Groovy API javadocs, and examples.
+
+Package: groovy2
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, groovy (>= 2.4)
+Description: Agile dynamic language for the Java Virtual Machine (transitional package)
+ Groovy is an agile dynamic language for the JVM combining lots of great
+ features from languages like Python, Ruby and Smalltalk and making them
+ available to the Java developers using a Java-like syntax.
+ .
+ Groovy is designed to help you get things done on the Java platform in a
+ quicker, more concise and fun way - bringing the power of Python and Ruby
+ inside the Java platform.
+ .
+ Groovy can be used as an alternative compiler to javac to generate
+ standard Java bytecode to be used by any Java project or it can be used
+ dynamically as an alternative language such as for scripting Java objects,
+ templating or writing unit test cases.
+ .
+ This is an empty package aimed at facilitating the transition to the updated
+ groovy (>= 2.4) package.

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



More information about the pkg-java-commits mailing list