This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dynalang.
commit cfb799c3c3aafc3aa16e14a63cda2537d2d6b630 Author: Emmanuel Bourg <[email protected]> Date: Tue May 13 10:00:39 2014 +0200 Modified the short description of libdynalang-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 146279f..e99c9ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dynalang (0.4-2) UNRELEASED; urgency=medium * debian/control: - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 3.9.5 (no changes) + - Modified the short description of libdynalang-java * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 13 May 2014 09:56:11 +0200 diff --git a/debian/control b/debian/control index bc7316f..e051fe5 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://dynalang.sourceforge.net Package: libdynalang-java Architecture: all Depends: ${misc:Depends} -Description: The JVM Dynamic Languages Metaobject Protocol Library +Description: JVM Dynamic Languages Metaobject Protocol This library aims to make it possible for objects created by a runtime for one dynamic language to be passed to and manipulated by a different dynamic language, running within the same JVM. More generally, it aims to provide a -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dynalang.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

