Author: moeller Date: 2010-07-21 13:50:03 +0000 (Wed, 21 Jul 2010) New Revision: 12793
Modified: trunk/groovy/debian/README.Debian trunk/groovy/debian/changelog trunk/groovy/debian/control trunk/groovy/debian/rules Log: Got packaging of 1.3 going for me - still missing Jasni dependency. Modified: trunk/groovy/debian/README.Debian =================================================================== --- trunk/groovy/debian/README.Debian 2010-07-21 13:15:34 UTC (rev 12792) +++ trunk/groovy/debian/README.Debian 2010-07-21 13:50:03 UTC (rev 12793) @@ -86,3 +86,22 @@ -- Ludovic Claude <[email protected]> Fri, 17 Jul 2009 00:33:18 +0100 +I have used the same build.xml as before, only adjusted some of the supplied +patches. The complete doc does fail, but javadoc is just fine. + +The jansi jar is needed for the build which I have installed manually. +Groovy comes with several jars, I am not so sure which one should be +supplied by this package or if there should be two conflicting ones +prepared: + +target/dist/groovy-all-1.7.3-sources.jar +target/dist/groovy-all.jar +target/dist/groovy-1.7.3-javadoc.jar +target/dist/groovy-all-1.7.3-javadoc.jar +target/dist/groovy.jar +target/dist/groovy-1.7.3-sources.jar + +Sorry of I could not do more, I am only debugging something else. + + -- Steffen Moeller <[email protected]> Wed, 21 Jul 2010 15:37:49 +0200 + Modified: trunk/groovy/debian/changelog =================================================================== --- trunk/groovy/debian/changelog 2010-07-21 13:15:34 UTC (rev 12792) +++ trunk/groovy/debian/changelog 2010-07-21 13:50:03 UTC (rev 12793) @@ -1,3 +1,14 @@ +groovy (1.7.3-1) unstable; urgency=low + + * New upstream release, refreshed patches. + * Bumped policy to 3.9.0, no changes required + * Still does not build because of missing jansi package (builds with + manual install of the latter) + * "doc" target does not build, but "javadoc" target does, adapted + groovy-doc.docs accordingly. + + -- Steffen Moeller <[email protected]> Wed, 21 Jul 2010 14:07:52 +0200 + groovy (1.7.2-1) unstable; urgency=low [ Torsten Werner ] Modified: trunk/groovy/debian/control =================================================================== --- trunk/groovy/debian/control 2010-07-21 13:15:34 UTC (rev 12792) +++ trunk/groovy/debian/control 2010-07-21 13:50:03 UTC (rev 12793) @@ -9,7 +9,7 @@ (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.5-java, libxstream-java, libjline-java, antlr, tofrodos, ivy, libqdox-java, libjarjar-java -Standards-Version: 3.8.4 +Standards-Version: 3.9.0 Homepage: http://groovy.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/groovy/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/ Modified: trunk/groovy/debian/rules =================================================================== --- trunk/groovy/debian/rules 2010-07-21 13:15:34 UTC (rev 12792) +++ trunk/groovy/debian/rules 2010-07-21 13:50:03 UTC (rev 12793) @@ -7,11 +7,11 @@ VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := build.xml -DEB_ANT_BUILD_TARGET := install doc +DEB_ANT_BUILD_TARGET := install javadoc DEB_ANT_ARGS := -debug -DskipTests=true -DskipFetch=true DEB_JARS := ant mockobjects-core servlet-api-2.5 jsp-api-2.1 commons-cli antlr \ ant-antlr ant-trax xstream bsf xercesImpl jline junit4 xstream jline asm3 \ - asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar + asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar jansi API_DOCS := target/html/api binary-post-install/$(PACKAGE):: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

