This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 5442d86a7137b8760ef28815d2f2956cd1869031 Author: Miguel Landaeta <[email protected]> Date: Tue Jan 4 19:42:24 2011 -0430 prepare 0.9.1-1 release --- build.gradle | 4 ++-- debian/bootstrap.sh | 4 ++-- debian/changelog | 4 ++-- debian/control | 8 +++---- debian/copyright | 2 +- debian/gradle.links | 1 + debian/patches/01_use_debian_jars.diff | 41 +++++++++++++++++----------------- debian/patches/04_webdavlib.diff | 20 +++++++---------- debian/patches/05_polyglot_maven.diff | 16 ++++++------- debian/patches/21_docs.diff | 20 ++++++++--------- subprojects/gradle-core/core.gradle | 1 + 11 files changed, 60 insertions(+), 61 deletions(-) diff --git a/build.gradle b/build.gradle index 9e5c74d..e670df4 100644 --- a/build.gradle +++ b/build.gradle @@ -453,8 +453,8 @@ task releaseArtifacts { task release { description = 'Builds, tests and uploads the release artifacts' group = 'release' - //dependsOn releaseVersion, tag, releaseArtifacts, testedDists, ':docs:uploadDocs' - dependsOn releaseVersion, tag, releaseArtifacts, testedDists + //dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists, ':docs:uploadDocs' + dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists } task wrapper(type: Wrapper) { diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 1c8cfed..76e2b0e 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -2,10 +2,10 @@ set -e -URL="http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9-bin.zip" +URL="http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9.1-bin.zip" ZIP="$(basename $URL)" DIR="$(echo $ZIP | sed 's/-bin\.zip$//')" -VERSION="0.9-0bootstrap1" +VERSION="0.9.1-0bootstrap1" wget $URL -O $ZIP unzip $ZIP diff --git a/debian/changelog b/debian/changelog index 27894ec..6958270 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -gradle (0.9-1) UNRELEASED; urgency=low +gradle (0.9.1-1) UNRELEASED; urgency=low * Initial release. (Closes: #587832). - -- Miguel Landaeta <[email protected]> Tue, 21 Dec 2010 20:29:24 -0430 + -- Miguel Landaeta <[email protected]> Tue, 04 Jan 2011 19:43:27 -0430 diff --git a/debian/control b/debian/control index e5cd003..477d503 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper, gradle, quilt, libjsch-java, libjzlib-java, testng, libcommons-collections3-java, libmaven-ant-tasks-java, libjansi-java, libjna-posix-java, libplexus-containers-java, libmaven2-core-java, libplexus-component-api-java, - libwagon-java, libcodenarc-groovy-java, checkstyle (>= 5.1), - libcommons-beanutils-java, libsvnkit-java, bnd, libservlet2.5-java, - libjetty-java, libjetty-extra-java, libxalan2-java + libplexus-utils-java, libwagon-java, libcodenarc-groovy-java, + checkstyle (>= 5.1), libcommons-beanutils-java, libsvnkit-java, bnd, + libservlet2.5-java, libjetty-java, libjetty-extra-java, libxalan2-java Standards-Version: 3.9.1 Homepage: http://gradle.org/ Vcs-Git: git://git.debian.org/git/pkg-java/gradle.git @@ -59,7 +59,7 @@ Depends: liblogback-java, libgoogle-collections-java (>= 1.0), groovy, libjoptsimple-java, libcommons-collections3-java, libcommons-httpclient-java, libcommons-io-java, libcommons-lang-java, ivy, ant, libjansi-java, libasm3-java, libslf4j-java, libmaven-ant-tasks-java, libmaven2-core-java, - libplexus-component-api-java, ${misc:Depends} + libplexus-component-api-java, libplexus-utils-java, ${misc:Depends} Recommends: gradle (= ${binary:Version}) Suggests: gradle-doc (= ${binary:Version}) Description: Groovy based build system - Core library diff --git a/debian/copyright b/debian/copyright index fcbb53a..0d2c8d4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ License: Apache-2.0 /usr/share/common-licenses/Apache-2.0 on Debian systems. Files: debian/* -Copyright: © 2010 Miguel Landaeta <[email protected]> +Copyright: © 2010-2011 Miguel Landaeta <[email protected]> License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. diff --git a/debian/gradle.links b/debian/gradle.links index e1ef4e5..9873abc 100644 --- a/debian/gradle.links +++ b/debian/gradle.links @@ -36,6 +36,7 @@ usr/share/java/maven-project.jar usr/share/gradle/lib/maven-proj usr/share/java/maven-settings.jar usr/share/gradle/lib/maven-settings.jar usr/share/java/plexus-component-annotations.jar usr/share/gradle/lib/plexus-component-annotations.jar usr/share/java/plexus-component-api.jar usr/share/gradle/lib/plexus-component-api.jar +usr/share/java/plexus-utils.jar usr/share/gradle/lib/plexus-utils.jar usr/share/java/slf4j-api.jar usr/share/gradle/lib/slf4j-api.jar usr/share/java/wagon-provider-api.jar usr/share/gradle/lib/wagon-provider-api.jar usr/share/java/xmlunit.jar usr/share/gradle/lib/xmlunit.jar diff --git a/debian/patches/01_use_debian_jars.diff b/debian/patches/01_use_debian_jars.diff index a24e6a8..95332f6 100644 --- a/debian/patches/01_use_debian_jars.diff +++ b/debian/patches/01_use_debian_jars.diff @@ -1,10 +1,10 @@ Description: Build Gradle using libraries available in Debian Author: Miguel Landaeta <[email protected]> Forwarded: no -Last-Update: 2010-12-21 +Last-Update: 2011-01-03 ---- gradle-0.9.orig/build.gradle -+++ gradle-0.9/build.gradle +--- gradle-0.9.1.orig/build.gradle ++++ gradle-0.9.1/build.gradle @@ -16,6 +16,7 @@ import java.util.jar.Attributes @@ -82,8 +82,8 @@ Last-Update: 2010-12-21 } version = this.version ---- gradle-0.9.orig/buildSrc/build.gradle -+++ gradle-0.9/buildSrc/build.gradle +--- gradle-0.9.1.orig/buildSrc/build.gradle ++++ gradle-0.9.1/buildSrc/build.gradle @@ -13,13 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. @@ -119,9 +119,9 @@ Last-Update: 2010-12-21 } apply from: '../gradle/codeQuality.gradle' ---- gradle-0.9.orig/subprojects/gradle-core/core.gradle -+++ gradle-0.9/subprojects/gradle-core/core.gradle -@@ -36,31 +36,40 @@ configurations { +--- gradle-0.9.1.orig/subprojects/gradle-core/core.gradle ++++ gradle-0.9.1/subprojects/gradle-core/core.gradle +@@ -36,31 +36,41 @@ configurations { dependencies { groovy libraries.groovy_depends @@ -157,6 +157,7 @@ Last-Update: 2010-12-21 - 'org.codehaus.plexus:plexus-component-annotations:1.5.2' + 'org.codehaus.plexus:plexus-component-annotations:1.0-beta-3.0.7', + 'org.codehaus.plexus:plexus-component-api:1.0-alpha-22', ++ 'org.codehaus.plexus:plexus-utils:1.5.15', + 'org.apache.maven:maven-model:2.2.1', + 'org.apache.maven:maven-settings:2.2.1', + 'org.apache.maven:maven-project:2.2.1', @@ -170,8 +171,8 @@ Last-Update: 2010-12-21 runtime libraries.log4j_to_slf4j, libraries.jcl_to_slf4j ---- gradle-0.9.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/AbstractClassPathProvider.java -+++ gradle-0.9/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/AbstractClassPathProvider.java +--- gradle-0.9.1.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/AbstractClassPathProvider.java ++++ gradle-0.9.1/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/AbstractClassPathProvider.java @@ -60,7 +60,7 @@ public abstract class AbstractClassPathP protected static List<Pattern> toPatterns(String... patternStrings) { List<Pattern> patterns = new ArrayList<Pattern>(); @@ -181,8 +182,8 @@ Last-Update: 2010-12-21 } return patterns; } ---- gradle-0.9.orig/subprojects/gradle-osgi/osgi.gradle -+++ gradle-0.9/subprojects/gradle-osgi/osgi.gradle +--- gradle-0.9.1.orig/subprojects/gradle-osgi/osgi.gradle ++++ gradle-0.9.1/subprojects/gradle-osgi/osgi.gradle @@ -13,10 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. @@ -203,8 +204,8 @@ Last-Update: 2010-12-21 testCompile project(path: ':core', configuration: 'testFixtures') testRuntime project(path: ':core', configuration: 'testFixturesRuntime') ---- gradle-0.9.orig/subprojects/gradle-jetty/jetty.gradle -+++ gradle-0.9/subprojects/gradle-jetty/jetty.gradle +--- gradle-0.9.1.orig/subprojects/gradle-jetty/jetty.gradle ++++ gradle-0.9.1/subprojects/gradle-jetty/jetty.gradle @@ -21,14 +21,12 @@ dependencies { compile libraries.slf4j_api, @@ -225,8 +226,8 @@ Last-Update: 2010-12-21 testCompile project(path: ':core', configuration: 'testFixtures') testRuntime project(path: ':core', configuration: 'testFixturesRuntime') ---- gradle-0.9.orig/subprojects/gradle-code-quality/code-quality.gradle -+++ gradle-0.9/subprojects/gradle-code-quality/code-quality.gradle +--- gradle-0.9.1.orig/subprojects/gradle-code-quality/code-quality.gradle ++++ gradle-0.9.1/subprojects/gradle-code-quality/code-quality.gradle @@ -19,7 +19,7 @@ dependencies { compile project(':core') compile project(':plugins') @@ -245,8 +246,8 @@ Last-Update: 2010-12-21 testCompile project(path: ':core', configuration: 'testFixtures') testRuntime project(path: ':core', configuration: 'testFixturesRuntime') ---- gradle-0.9.orig/subprojects/gradle-wrapper/wrapper.gradle -+++ gradle-0.9/subprojects/gradle-wrapper/wrapper.gradle +--- gradle-0.9.1.orig/subprojects/gradle-wrapper/wrapper.gradle ++++ gradle-0.9.1/subprojects/gradle-wrapper/wrapper.gradle @@ -19,7 +19,7 @@ dependencies { groovy libraries.groovy_depends compile project(':core') @@ -256,8 +257,8 @@ Last-Update: 2010-12-21 testCompile project(path: ':core', configuration: 'testFixtures') testRuntime project(path: ':core', configuration: 'testFixturesRuntime') ---- gradle-0.9.orig/subprojects/gradle-plugins/plugins.gradle -+++ gradle-0.9/subprojects/gradle-plugins/plugins.gradle +--- gradle-0.9.1.orig/subprojects/gradle-plugins/plugins.gradle ++++ gradle-0.9.1/subprojects/gradle-plugins/plugins.gradle @@ -33,7 +33,7 @@ dependencies { // This is for the ant junit task. Without it, we get file locking problems with some jvms because the default diff --git a/debian/patches/04_webdavlib.diff b/debian/patches/04_webdavlib.diff index 64190fd..584da85 100644 --- a/debian/patches/04_webdavlib.diff +++ b/debian/patches/04_webdavlib.diff @@ -4,13 +4,11 @@ Description: Disable Jakarta Slide WebDAV library Please see http://jakarta.apache.org/slide/. Author: Miguel Landaeta <[email protected]> Forwarded: not-needed -Last-Update: 2010-08-23 +Last-Update: 2011-01-03 -Index: b/subprojects/gradle-core/core.gradle -=================================================================== ---- a/subprojects/gradle-core/core.gradle 2010-08-22 16:18:29.000000000 -0430 -+++ b/subprojects/gradle-core/core.gradle 2010-08-23 19:18:30.000000000 -0430 -@@ -65,7 +65,6 @@ +--- gradle-0.9.1.orig/subprojects/gradle-core/core.gradle ++++ gradle-0.9.1/subprojects/gradle-core/core.gradle +@@ -52,7 +52,6 @@ dependencies { "commons-codec:commons-codec:1.4@jar", libraries.google_collections, "commons-collections:commons-collections3:3.2.1@jar", @@ -18,11 +16,9 @@ Index: b/subprojects/gradle-core/core.gradle "org.apache.maven:maven-ant-tasks:2.0.10@jar", libraries.asm_all, 'org.fusesource.jansi:jansi:1.4', -Index: b/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/repositories/WebdavRepository.java -=================================================================== ---- a/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/repositories/WebdavRepository.java 2010-08-22 16:17:01.000000000 -0430 -+++ b/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/repositories/WebdavRepository.java 2010-08-26 19:18:30.000000000 -0430 -@@ -17,7 +17,6 @@ +--- gradle-0.9.1.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/repositories/WebdavRepository.java ++++ gradle-0.9.1/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/repositories/WebdavRepository.java +@@ -17,7 +17,6 @@ package org.gradle.api.internal.artifact import org.apache.commons.httpclient.HttpsURL; import org.apache.ivy.plugins.repository.url.URLRepository; @@ -30,7 +26,7 @@ Index: b/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifac import java.io.File; import java.io.IOException; -@@ -52,9 +51,12 @@ +@@ -52,9 +51,12 @@ public class WebdavRepository extends UR String destinationFileName = destination.substring(fileNameStart + 1); HttpsURL hrl = new HttpsURL(baseUrl); hrl.setUserinfo(user, userPassword); diff --git a/debian/patches/05_polyglot_maven.diff b/debian/patches/05_polyglot_maven.diff index f8b5ab6..8aa76c3 100644 --- a/debian/patches/05_polyglot_maven.diff +++ b/debian/patches/05_polyglot_maven.diff @@ -2,10 +2,10 @@ Description: Disable Polyglot Maven features Polyglot Maven is not packaged in Debian yet. Author: Miguel Landaeta <[email protected]> Forwarded: not-needed -Last-Update: 2010-11-23 +Last-Update: 2011-01-03 ---- gradle-0.9~rc3.orig/subprojects/gradle-core/core.gradle -+++ gradle-0.9~rc3/subprojects/gradle-core/core.gradle +--- gradle-0.9.1.orig/subprojects/gradle-core/core.gradle ++++ gradle-0.9.1/subprojects/gradle-core/core.gradle @@ -56,8 +56,6 @@ dependencies { libraries.asm_all, 'org.fusesource.jansi:jansi:1.4', @@ -14,9 +14,9 @@ Last-Update: 2010-11-23 - 'org.sonatype.pmaven:pmaven-groovy:0.8-20100325@jar', 'org.codehaus.plexus:plexus-component-annotations:1.0-beta-3.0.7', 'org.codehaus.plexus:plexus-component-api:1.0-alpha-22', - 'org.apache.maven:maven-model:2.2.1', ---- gradle-0.9~rc3.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/CustomModelBuilder.java -+++ gradle-0.9~rc3/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/CustomModelBuilder.java + 'org.codehaus.plexus:plexus-utils:1.5.15', +--- gradle-0.9.1.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/CustomModelBuilder.java ++++ gradle-0.9.1/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/CustomModelBuilder.java @@ -19,9 +19,11 @@ import groovy.util.FactoryBuilderSupport import org.apache.maven.model.Model; import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException; @@ -58,8 +58,8 @@ Last-Update: 2010-11-23 -} \ No newline at end of file +} ---- gradle-0.9~rc3.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/ModelFactory.java -+++ gradle-0.9~rc3/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/ModelFactory.java +--- gradle-0.9.1.orig/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/ModelFactory.java ++++ gradle-0.9.1/subprojects/gradle-core/src/main/groovy/org/gradle/api/internal/artifacts/publish/maven/pombuilder/ModelFactory.java @@ -17,27 +17,31 @@ package org.gradle.api.internal.artifact import groovy.util.FactoryBuilderSupport; diff --git a/debian/patches/21_docs.diff b/debian/patches/21_docs.diff index 428dfee..3b1003e 100644 --- a/debian/patches/21_docs.diff +++ b/debian/patches/21_docs.diff @@ -3,10 +3,10 @@ Description: Generate javadocs and groovydocs only using DocBook and other libraries available in Debian. Author: Miguel Landaeta <[email protected]> Forwarded: no -Last-Update: 2010-12-20 +Last-Update: 2010-01-04 ---- gradle-0.9.orig/build.gradle -+++ gradle-0.9/build.gradle +--- gradle-0.9.1.orig/build.gradle ++++ gradle-0.9.1/build.gradle @@ -232,7 +232,7 @@ zipRootFolder = "$archivesBaseName-${-> binDistImage = copySpec { @@ -45,18 +45,18 @@ Last-Update: 2010-12-20 task install(type: Install) { description = 'Installs the minimal distribution into directory $gradle_installPath' -@@ -451,7 +454,8 @@ task releaseArtifacts { +@@ -450,7 +453,8 @@ task releaseArtifacts { task release { description = 'Builds, tests and uploads the release artifacts' group = 'release' -- dependsOn releaseVersion, tag, releaseArtifacts, testedDists, ':docs:uploadDocs' -+ //dependsOn releaseVersion, tag, releaseArtifacts, testedDists, ':docs:uploadDocs' -+ dependsOn releaseVersion, tag, releaseArtifacts, testedDists +- dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists, ':docs:uploadDocs' ++ //dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists, ':docs:uploadDocs' ++ dependsOn releaseVersion, tag, releaseArtifacts, testedDists, uploadDists } - task wrapper(type: Wrapper, dependsOn: binZip) ---- gradle-0.9.orig/subprojects/gradle-docs/docs.gradle -+++ gradle-0.9/subprojects/gradle-docs/docs.gradle + task wrapper(type: Wrapper) { +--- gradle-0.9.1.orig/subprojects/gradle-docs/docs.gradle ++++ gradle-0.9.1/subprojects/gradle-docs/docs.gradle @@ -28,6 +28,7 @@ configurations { userGuideTask } diff --git a/subprojects/gradle-core/core.gradle b/subprojects/gradle-core/core.gradle index bbcc3f4..a15470c 100644 --- a/subprojects/gradle-core/core.gradle +++ b/subprojects/gradle-core/core.gradle @@ -58,6 +58,7 @@ dependencies { 'org.jruby.ext.posix:jna-posix:1.0.1', 'org.codehaus.plexus:plexus-component-annotations:1.0-beta-3.0.7', 'org.codehaus.plexus:plexus-component-api:1.0-alpha-22', + 'org.codehaus.plexus:plexus-utils:1.5.15', 'org.apache.maven:maven-model:2.2.1', 'org.apache.maven:maven-settings:2.2.1', 'org.apache.maven:maven-project:2.2.1', -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

