[SCM] Syck port, a YAML 1.0 processor for Ruby branch, master, updated. debian/0.0.2-1-1-gc0f2bc5
Torsten Werner
twerner at alioth.debian.org
Sun Sep 18 17:14:39 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Syck port, a YAML 1.0 processor for Ruby".
The branch, master has been updated
via c0f2bc58b0e74ea7f125e14008543f4ae549ba73 (commit)
from c35536c916beaf399c35489ddfdf306a29d41b42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c0f2bc58b0e74ea7f125e14008543f4ae549ba73
Author: Torsten Werner <twerner at debian.org>
Date: Sun Sep 18 18:58:05 2011 +0200
Build yecht-jruby.jar, too.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
debian/control | 3 ++-
debian/rules | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2b65d70..4fffe76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+yecht (0.0.2-2) unstable; urgency=low
+
+ UNRELEASED (needs jruby in main first)
+ * Build yecht-jruby.jar, too.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 18 Sep 2011 18:57:14 +0200
+
yecht (0.0.2-1) unstable; urgency=low
* Initial Release (closes: #592997).
diff --git a/debian/control b/debian/control
index bff4b67..7f18429 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper, ant, default-jdk,
- javahelper
+ javahelper, jruby
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-java/yecht.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/yecht.git
@@ -13,6 +13,7 @@ Homepage: https://github.com/olabini/yecht
Package: libyecht-java
Architecture: all
Depends: ${misc:Depends}
+Recommends: jruby
Description: Syck port, a YAML 1.0 processor for Ruby
Yecht is a proper port of Syck that matches Syck semantics more or less to the
letter - including bugs.
diff --git a/debian/rules b/debian/rules
index cc977c7..676f343 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET := prepare jar
+DEB_ANT_BUILD_TARGET := -Djruby.lib=/usr/share/java ext-ruby-jar
pre-build::
mkdir -p lib
hooks/post-receive
--
Syck port, a YAML 1.0 processor for Ruby
More information about the pkg-java-commits
mailing list