Change log for gradle package in Ubuntu

164 of 64 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
gradle (4.4.1-20) unstable; urgency=medium

  * Team upload.
  * Fixed the type inference errors when building with source/target level 8
    (Closes: #1052758)

 -- Emmanuel Bourg <email address hidden>  Wed, 27 Sep 2023 08:04:43 +0200

Available diffs

Superseded in noble-release
Published in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
gradle (4.4.1-18) unstable; urgency=medium

  * Team upload.
  * Fixed CVE-2019-16370: No longer use SHA-1 for PGP signing (Closes: #941186)

 -- Emmanuel Bourg <email address hidden>  Sun, 22 Jan 2023 01:05:45 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
gradle (4.4.1-16) unstable; urgency=medium

  * Team upload.
  * Update normalize-classpath.patch and add jansi1.jar to the CLASSPATH.
    Thanks to Fab Stz for the report. (Closes: #1020952)

 -- Markus Koschany <email address hidden>  Thu, 29 Sep 2022 23:26:57 +0200

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
gradle (4.4.1-15) unstable; urgency=medium

  [ 殷啟聰 | Kai-Chung Yan ]
  * Team upload.
  * Remove myself from Uploaders

  [ Markus Koschany ]
  * Depend on libjansi1-java instead of libjansi-java.
    (Closes: #1012214, #1013545)
  * maven.rules: use only libjansi1-java.
  * substituteDependencies.gradle: Fix substitution rule for jansi1.
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <email address hidden>  Sun, 21 Aug 2022 15:26:04 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
gradle (4.4.1-14) unstable; urgency=medium

  * Team upload.
  * Raise automatically the javac source/target level to at least 7
    to build Gradle based packages with OpenJDK 17 (Closes: #894290)
  * Set --add-opens java.base/java.lang=ALL-UNNAMED when launching Gradle (Closes: #1011621)

 -- Emmanuel Bourg <email address hidden>  Tue, 31 May 2022 15:42:58 +0200

Available diffs

Superseded in kinetic-release
Published in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
gradle (4.4.1-13) unstable; urgency=medium

  * Team upload.
  * Fixed OpenJDK 17 compatibility
    - Set --illegal-access=permit when launching Gradle (Closes: #981861)
    - Backported a fix to SourcepathIgnoringInvocationHandler to run with
      Java 9+ when illegal access isn't allowed (the new default in Java 17)
    - Set the minimum source level to 7 when building Gradle
    - Disable doclint when generating the Gradle javadoc
  * Depend on libplexus-container-default-java
    instead of libplexus-container-default1.5-java
  * Standards-Version updated to 4.5.1

 -- Emmanuel Bourg <email address hidden>  Thu, 11 Feb 2021 08:32:39 +0100

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
gradle (4.4.1-12) unstable; urgency=medium

  * Team upload.

  [ Samyak Jain ]
  * Backport changes from Gradle 4.7 and 5.0 (needed to package Kotlin).
  * Switch to debhelper level 13.

  [ Andrej Shadura ]
  * Improve Asciidoc-to-POD conversion for the manpage generation.

 -- Andrej Shadura <email address hidden>  Thu, 20 Aug 2020 17:16:51 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
gradle (4.4.1-11) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Guava 29
  * Standards-Version updated to 4.5.0
  * Switch to debhelper level 12

 -- Emmanuel Bourg <email address hidden>  Thu, 28 May 2020 00:29:47 +0200

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
gradle (4.4.1-10) unstable; urgency=medium

  * Team upload.
  * use HTTPS URLs in packaging
  * fix CVE-2019-11065 with upstream patch (Closes: 926923)

 -- Hans-Christoph Steiner <email address hidden>  Tue, 10 Dec 2019 10:55:15 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
gradle (4.4.1-9) unstable; urgency=medium

  [ Emmanuel Bourg ]
  * Team upload.
  * Improved the reproducibility of the timestamp in build-receipt.properties

 -- Hans-Christoph Steiner <email address hidden>  Fri, 06 Dec 2019 00:29:59 +0100

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
gradle (4.4.1-8) unstable; urgency=medium

  * Backported a fix improving the detection of Java 9+

 -- Saif Abdul Cassim <email address hidden>  Mon, 05 Aug 2019 09:36:52 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
gradle (4.4.1-7) unstable; urgency=medium

  * Team upload.

  [ Jongmin Kim ]
  * Use JRE provided xml-apis (Closes: #925586)

  [ Saif Abdul Cassim ]
  * Backported the refactored IvyArtifact classes from Gradle 4.8
    to help building Kotlin

 -- Emmanuel Bourg <email address hidden>  Thu, 27 Jun 2019 14:52:30 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
gradle (4.4.1-6) unstable; urgency=medium

  [ Tiago Stürmer Daitx ]
  * Fix OpenJDK 8 compatibility: (Closes: #925225)
    - debian/patches/java8-compatibility.patch: cast ByteBuffer to Buffer
      in org.gradle.internal.hash.Hashing to prevent NoSuchMethodError
      exception.
    - debian/patches/java11-compatibility.patch: copy upstream commit for
      "Use Lookup to invoke defineClass on Java 9+ (#4976)" instead using
      the previous partial backport to enable both OpenJDK 8 and 11 support.
  * debian/control: revert gradle Depends back to java 8

 -- Emmanuel Bourg <email address hidden>  Sat, 22 Jun 2019 00:52:47 +0200
Obsolete in cosmic-updates
Obsolete in cosmic-security
Deleted in cosmic-proposed (Reason: moved to -updates)
gradle (4.4.1-5ubuntu2~18.10) cosmic; urgency=medium

  * Backport from Disco. (LP: #1814133)

Published in bionic-updates
Published in bionic-security
Deleted in bionic-proposed (Reason: moved to -updates)
gradle (4.4.1-5ubuntu2~18.04) bionic; urgency=medium

  * Backport from Disco. (LP: #1814133)

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-5ubuntu2) disco; urgency=medium

  * debian/control: revert gradle Depends back to java 8 as the previous
    update fixed java 8 compatibility and allowed gradle to be run with
    openjdk-8. (LP: #1797761)

 -- Tiago Stürmer Daitx <email address hidden>  Thu, 21 Mar 2019 01:46:06 +0000

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-5ubuntu1) disco; urgency=medium

   * Fix OpenJDK 8 compatibility: (LP: #1820389)
     - debian/patches/java8-compatibility.patch: cast ByteBuffer to Buffer
       in org.gradle.internal.hash.Hashing to prevent NoSuchMethodError
       exception.
     - debian/patches/java11-compatibility.patch: copy upstream commit for
       "Use Lookup to invoke defineClass on Java 9+ (#4976)" instead using
       the previous partial backport to enable both OpenJDK 8 and 11 support.

 -- Tiago Stürmer Daitx <email address hidden>  Fri, 15 Mar 2019 21:31:21 +0000
Superseded in cosmic-proposed
gradle (4.4.1-5~18.10.1) cosmic; urgency=medium

   * Backport from Disco. (LP: #1814133)
   * Fix OpenJDK 8 compatibility: (LP: #1820389)
     - debian/patches/java8-compatibility.patch: cast ByteBuffer to Buffer
       in org.gradle.internal.hash.Hashing to prevent NoSuchMethodError
       exception.
     - debian/patches/java11-compatibility.patch: copy upstream commit for
       "Use Lookup to invoke defineClass on Java 9+ (#4976)" instead using
       the previous partial backport to enable both OpenJDK 8 and 11 support.

Superseded in bionic-proposed
gradle (4.4.1-5~18.04.1) bionic; urgency=medium

   * Backport from Disco. (LP: #1814133)
   * Fix OpenJDK 8 compatibility: (LP: #1820389)
     - debian/patches/java8-compatibility.patch: cast ByteBuffer to Buffer
       in org.gradle.internal.hash.Hashing to prevent NoSuchMethodError
       exception.
     - debian/patches/java11-compatibility.patch: copy upstream commit for
       "Use Lookup to invoke defineClass on Java 9+ (#4976)" instead using
       the previous partial backport to enable both OpenJDK 8 and 11 support.

Superseded in cosmic-proposed
gradle (4.4.1-5~18.10) cosmic; urgency=medium

   * Backport from Disco. (LP: #1814133)

Superseded in bionic-proposed
gradle (4.4.1-5~18.04) bionic; urgency=medium

   * Backport from Disco. (LP: #1814133)

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-5) unstable; urgency=medium

  * Team upload.
  * Generate a very basic manpage in POD format.
  * Use ASM7 instead of ASM6 to better support Java 11 (Closes: #923284).
  * Bump libasm-java dependency to 7.0.

 -- Andrej Shadura <email address hidden>  Tue, 26 Feb 2019 20:02:13 +0100

Available diffs

Superseded in cosmic-proposed
Superseded in bionic-proposed
gradle (4.4.1-3~18.04.1) bionic; urgency=medium

  * Backport from Disco. (LP: #1814133)

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-4) unstable; urgency=medium

  * Team upload.
  * Removed the unused dependency on libtomcat8-java
  * Standards-Version updated to 4.3.0

 -- Emmanuel Bourg <email address hidden>  Tue, 15 Jan 2019 01:14:03 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-3) unstable; urgency=medium

  * Team upload.
  * Add build-dep on libjaxp1.3-java (addresses FTBFS)

 -- tony mancill <email address hidden>  Wed, 28 Nov 2018 20:37:55 -0800

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
gradle (4.4.1-2) unstable; urgency=medium

  * Improve OpenJDK 11 support by backporting additional changes from upstream
    (commit ac15612d41b43c39c).

 -- Tiago Stürmer Daitx <email address hidden>  Tue, 06 Nov 2018 02:46:32 +0000

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
gradle (4.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Fixed the build failure with Java 11 (Closes: #909905)
  * Depend on Java 9+

 -- Emmanuel Bourg <email address hidden>  Wed, 03 Oct 2018 15:53:14 +0200
Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
gradle (4.4-3ubuntu1) cosmic; urgency=medium

  * Enable support for openjdk-11 (Closes: #909905, LP: #1795767)
    - debian/patches/enable-jdk-11-support-ac15612d41b43c39c.patch:
      enable support for openjdk-11.
    - d/p/use-lookup-to-invoke-defineclass-java-9-028548460bd929fd.patch:
      Use Lookup to invoke defineClass on Java 9+.
    - d/p/do-not-use-classLoader-getdefinedpackages-on-java-9-50eababaa25230ab.patch:
      Don't use ClassLoader.getDefinedPackages() on Java 9.
    - d/p/use-lookup-instead-of-reflection-on-java-9-3db6e25698705317.path:
      Use Lookup instead of reflection on Java 9+.

 -- Tiago Stürmer Daitx <email address hidden>  Mon, 01 Oct 2018 19:05:23 +0000

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
gradle (4.4-3) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with asm/6.2.1

 -- Emmanuel Bourg <email address hidden>  Mon, 01 Oct 2018 15:12:33 +0200
Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
gradle (3.4.1-7ubuntu1) bionic; urgency=medium

  * debian/patches/gnu-style-release-flag-jdk9.patch: Use GNU-style release
    flag for Java 9 compiler. (Closes: #895616)
  * debian/patches/docs.patch: use default-jdk-doc instead of default-jdk
    path for javaApiUrl in subprojects/docs/docs.gradle. LP: #1765866.
    (Closes: #896436)

 -- Tiago Stürmer Daitx <email address hidden>  Fri, 20 Apr 2018 22:03:01 +0000
Superseded in bionic-proposed
gradle (3.4.1-7) unstable; urgency=medium

  * Team upload.
  * Update groovy-jar.patch and fix runtime errors with new Groovy versions.
    (Closes: #895455)
  * Declare compliance with Debian Policy 4.1.4.

 -- Markus Koschany <email address hidden>  Wed, 11 Apr 2018 23:19:46 +0200

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
gradle (3.4.1-6) unstable; urgency=medium

  * Team upload.
  * Improved the Java 8 compatibility patch

 -- Emmanuel Bourg <email address hidden>  Thu, 05 Apr 2018 08:39:52 +0200

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
gradle (3.4.1-4) unstable; urgency=medium

  * Team upload.

  [ tony mancill ]
  * Update jansi.patch to avoid missing groupId in gradle-logging.pom.
    This addresses FTBFS in packages that transitively depend upon
    gradle-logging.
  * Add Apache NOTICE file to gradle binary package docs.

  [ Emmanuel Bourg ]
  * Switch to debhelper level 11

 -- tony mancill <email address hidden>  Sun, 25 Mar 2018 12:05:10 -0700
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
gradle (3.2.1-5) unstable; urgency=medium

  * Team upload.
  * No longer use the wagon2 artifacts
  * Depend on plexus-classworlds instead of plexus-classworlds2

 -- Emmanuel Bourg <email address hidden>  Sat, 11 Nov 2017 10:13:24 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
gradle (3.2.1-4) unstable; urgency=medium

  * Team upload.
  * Fixed the 'Cannot find JAR' error with plexus-component-annotations 1.7.1-6
  * Depend on libxbean-reflect-java instead of libxbean-java
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Thu, 09 Nov 2017 02:27:56 +0100
Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
gradle (3.2.1-3build2) artful; urgency=medium

  * Drop the build-dependency again. No changes left.

 -- Matthias Klose <email address hidden>  Wed, 13 Sep 2017 13:38:23 +0200

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
gradle (3.2.1-3build1) artful; urgency=medium

  * Add temporary build-dependency on libeclipse-aether-java.

 -- Matthias Klose <email address hidden>  Wed, 13 Sep 2017 13:23:03 +0200
Superseded in artful-proposed
gradle (3.2.1-3) unstable; urgency=medium

  * Team upload.
  * Use the maven-resolver jars instead of eclipse-aether

 -- Emmanuel Bourg <email address hidden>  Fri, 08 Sep 2017 11:00:16 +0200

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
gradle (3.2.1-2) unstable; urgency=medium

  * Team upload.

  [ Miguel Landaeta ]
  * Remove myself from uploaders list. (Closes: #871856)
  * Update copyright info.

  [ Emmanuel Bourg ]
  * Depend on libplexus-component-annotations-java and
    libplexus-container-default1.5-java instead of libplexus-containers1.5-java
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <email address hidden>  Wed, 06 Sep 2017 11:06:08 +0200

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
gradle (3.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Skip the internalAndroidPerformanceTesting build

 -- Emmanuel Bourg <email address hidden>  Thu, 22 Dec 2016 11:31:24 +0100

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
gradle (3.1-2) unstable; urgency=medium

  * d/control:
    * Requires JDK >= 7 as the upstream does
    * libgradle-plugins-java Breaks & Replaces libgradle-core-java (<< 3.1-1~)
      because gradle-wrapper.jar is moved. This may be able to fix #844336.

 -- Kai-Chung Yan <email address hidden>  Wed, 16 Nov 2016 14:07:14 +0800

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
gradle (3.1-1) unstable; urgency=medium

  * New upstream release (Closes: #844020)
  * Rename javadoc directory: /usr/share/doc/gradle/{javadoc => api}
  * Update to debhelper 10
  * d/gradle.desktop: Improve zh-TW translation
  * Move gradle-wrapper.jar from libgradle-core-java to libgradle-plugins-java
  * gradle-doc: Install DSL documentations and release notes
  * Use javahelper to install Javadoc
  * No longer embed Class-Path in JAR manifests since Gradle uses its own class
    loading mechanism, otherwise 2 sets of the same JARs will be loaded
  * d/gradle-doc.lintian-overrides: Override duplicate-files since they are
    example files not mistakes and the warnings are annoying
  * Drop/new patches:
    - disable_tests.diff: Now use a cleaner way to bypass tests
    - disable_sonar.diff: Upstream dropped the sonar plugin
    + drop_http-builder.patch: http-builder is not in Debian yet
    + new_APIs_in_3.0.patch
    + disable_Kotlin.patch
    + disable_buildSrc_tests.patch
    + dependency-management_depends_on_testkit.patch: Otherwise ZIP I/O errors
    + Groovy_projects_depends_on_localGroovy.patch: Otherwise errors
    + remove_timestamps.patch: Improve reproducibility by manually setting
      timestamps and other dynamic properties
    + drop_jmh-gradle-plugin.patch: jmh-gradle-plugin is not in Debian yet
  * New JARs:
    * gradle-composite-builds.jar
    * gradle-ide-play.jar
    * gradle-installation-beacon.jar
    * gradle-jvm-services.jar
    * gradle-logging.jar
    * gradle-process-services.jar
    * gradle-task-cache-http.jar
  * d/control:
    * Build-Depends on libfindbugs instead of findbugs
    * Restrict dependencies:
      * groovy >= 2.4.7
      * gradle >= 2.13
      * libnative-platform-java >= 0.11
    * gradle now Suggests gradle-doc (Closes: #843211)

 -- Kai-Chung Yan <email address hidden>  Mon, 14 Nov 2016 13:34:34 +0800

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
gradle (2.13-4) unstable; urgency=emergency

  * Make all dependencies versionless (Closes: #836391)
  * Drop 30_envjs.diff: simpleframework is already in Debian
  * d/gradle.desktop: Add zh-HK translation

 -- Kai-Chung Yan <email address hidden>  Sun, 04 Sep 2016 22:41:19 +0800

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
gradle (2.13-3) unstable; urgency=high

  * Team upload.
  * Use a versionless dependency on groovy-all in the classpath of the modules
  * Use a versionless dependency on httpcore in the classpath
    of the resources-http module

 -- Emmanuel Bourg <email address hidden>  Thu, 23 Jun 2016 10:09:10 +0200

Available diffs

Superseded in yakkety-proposed
gradle (2.13-2) unstable; urgency=medium

  * Team upload.
  * Added the missing dependency on ant-optional for libgradle-plugins-java
    (required to use groovy-ant in gradle-plugins)

 -- Emmanuel Bourg <email address hidden>  Thu, 19 May 2016 09:33:06 +0200

Available diffs

Superseded in yakkety-proposed
gradle (2.13-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Transition to Jetty 9 (patch imported from Fedora, thanks to Michal Srb)
  * Modified the Groovy jar detection logic to recognize the jar
    in the system Maven repository

 -- Emmanuel Bourg <email address hidden>  Wed, 18 May 2016 22:10:23 +0200

Available diffs

Superseded in yakkety-proposed
gradle (2.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 3.9.8 (no changes)

 -- Emmanuel Bourg <email address hidden>  Thu, 12 May 2016 10:33:01 +0200

Available diffs

Superseded in yakkety-proposed
gradle (2.11-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Install the new gradle-testing-base and gradle-testing-jvm artifacts
  * Removed the unused dependency on libclassworlds-java
  * Depend on libasm-java instead of libasm4-java
  * Depend on libcglib-nodep-java instead of libcglib3-java
  * Depend on groovy instead of groovy2

 -- Emmanuel Bourg <email address hidden>  Tue, 03 May 2016 08:57:42 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
gradle (2.10-2) unstable; urgency=medium

  * Team upload.
  * Fixed the CycleDetectedException when installing Maven artifacts.
    Thanks to Mikolaj Izdebski for the patch. (Closes: #810817)
  * Removed disable_java9.diff (no longer required)
  * Removed 26_disable_commitid.diff (not required)
  * Replaced disable_release_notes.diff with a task exclusion parameter
  * Moved aether dependencies changes to eclipse-aether.diff
  * Merged maven-aether-provider.diff into eclipse-aether.diff
  * Merged maven_builder_support.diff into maven-3.3.9-compatibility.patch
  * Removed unnecessary changes performed by use_local_artifacts.diff
  * Standards-Version updated to 3.9.7 (no changes)
  * Use a secure Vcs-Git URL

 -- Emmanuel Bourg <email address hidden>  Thu, 03 Mar 2016 16:56:38 +0100

Available diffs

Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
gradle (2.10-1) unstable; urgency=medium

  * New upstream release
    - Update manpage
  * Drop the use of javahelper since it never works well with maven-repo-helper
  * d/generate_classpath.gradle: Sort classpaths for reproducibility
  * drop d/patches/disable_distributions.diff: Unnecessary

 -- Kai-Chung Yan <email address hidden>  Thu, 21 Jan 2016 15:55:53 +0800

Available diffs

Superseded in xenial-proposed
gradle (2.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Apply the java plugin in debian/generate-classpath.gradle

 -- Emmanuel Bourg <email address hidden>  Wed, 06 Jan 2016 17:56:19 +0100

Available diffs

Superseded in xenial-proposed
gradle (2.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Lintian overrides libgradle-core-java
  * Re-use the faster clean logic from gradle-debian-helper
  * Build depend on libspock-java >= 0.7 and drop disable_buildSrc_tests.diff

 -- Emmanuel Bourg <email address hidden>  Wed, 30 Dec 2015 15:00:47 +0100

Available diffs

Superseded in xenial-proposed
gradle (2.7-4) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Fixed the compatibility with Maven 3.3.9 by adding commons-lang3
    to the classpath

  [ Kai-Chung Yan ]
  * Removed the Debian revision from the version number in the manpage

 -- Emmanuel Bourg <email address hidden>  Tue, 24 Nov 2015 13:14:44 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
gradle (2.7-3) unstable; urgency=medium

  * Team upload.
  * Drop use-bndlib-1.50.0.patch and transition to bnd 2.1.0.

 -- Markus Koschany <email address hidden>  Tue, 17 Nov 2015 20:41:57 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
gradle (2.7-2) unstable; urgency=medium

  * Team upload.
  * d/rules: Remove mh_linkjars override. Apparently the override makes no
    difference.
  * Add ivy-2.4.0.patch and fix FTBFS with ivy 2.4.0. Thanks to
    Christ West for the report and Mikołaj Izdebski for the patch.
    (Closes: #804470)

 -- Markus Koschany <email address hidden>  Wed, 11 Nov 2015 21:55:31 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
gradle (2.7-1) unstable; urgency=low

  [ Kai-Chung Yan ]
  * New upstream release
  * d/copyright: Simplify file exclusion pattern with *.min.js
  * Remove maven_testng.diff: No longer needed.
  * d/control:
    - Remove maven from Build-Depends
    - Add libcglib3-java to Build-Depends
    - Build-Depends on gradle (>= 2.5)
    - Add dh-exec to Build-Depends
    - Add java6-runtime-headless to Depends as an option
    - Replace dependencies of libservlet2.5-java and libtomcat7-java with
      libservlet3.1-java and libtomcat8-java
    - Add default-jre to Suggests and document it in the description
    - Remove all Recommends
  * d/rules: No need to copy gradle-core codes to buildSrc
  * Remove fix_DocGenerationException.diff: No longer needed
  * Update maven_jcommander.diff to jcommander.diff
  * Remove build_init.diff: Obsolete
  * Remove taskOrdering.diff: Obsolete
  * d/rules: Update parallel Gradle usage
  * Add an application menu entry for Gradle GUI
  * Add symlinks to all Gradle jars in /usr/share/gradle, making a pseudo
    making a pseudo Gradle installation
  * New d/generate-classpath.gradle: Auto generate
    classpath attributes to jar manifest
  * Refresh use_local_artifacts.diff and jetty.diff to migrate to Tomcat 8
    (Closes: #801014)
  * New d/generate-pom.gradle: Auto generate POMs and install to maven-repo

  [ Emmanuel Bourg ]
  * debian/watch: Exclude the release candidates from the versions reported

 -- Kai-Chung Yan <email address hidden>  Mon, 26 Oct 2015 16:31:38 +0100

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
gradle (2.5-3) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Markus Koschany <email address hidden>  Mon, 17 Aug 2015 20:02:49 +0200
Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
gradle (1.5-2ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Adjust Build-Conflicts to cope with the version of groovy
      currently in Ubuntu.

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
gradle (1.5-1ubuntu1) utopic; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    -  Adjust Build-Conflicts to cope with the version of groovy
       currently in Ubuntu.

Available diffs

Superseded in utopic-release
Published in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gradle (1.4-2ubuntu1) saucy; urgency=low

  * Adjust Build-Conflicts to cope with the anomalous version of groovy
    currently in Ubuntu.
 -- Colin Watson <email address hidden>   Mon, 09 Sep 2013 18:54:36 +0100

Available diffs

Superseded in saucy-proposed
gradle (1.4-2) unstable; urgency=low


  * Fix compatibility with Apache Ivy 2.3 (Closes: #713171):
    - d/patches/35_ivy_23.diff: fix FTBFS on downloadRepositoryResource method
    - d/control: {Build,}-Depends on ivy (>= 2.3)
  * d/patches/34_disable_code_quality.diff: Disable some code analysis check
    to speed-up package build.
  * d/control: Merge Depends/Recommends field because Gradle just fails on
    missing dependencies (event if module is not used by user).
    (Closes: #718960, #707764). 

 -- Damien Raude-Morvan <email address hidden>  Sun, 11 Aug 2013 16:13:00 +0200

Available diffs

Superseded in saucy-proposed
gradle (1.4-1) unstable; urgency=low


  * New upstream release.
  * Upload to unstable.
  * Merge all plugins packages into gradle-plugins: there is not real value
    in providing all those small packages since libgradle-core-java Depends
    on most of plugins dependencies.
  * d/control: Build-Depends on libasm4-java instead of libasm3-java.
  * d/control: Add Build-Depends on libnative-platform-java and
    libnative-platform-jni.
  * d/control: Build-Depends on libjarjar-java (>= 1.4+svn142-1) to build
    Gradle with jarjar which handle correctly updating the fully qualified
    class names in the jar's resources. Otherwise, we get errors during plexus
    startup.
  * d/rules: Add support for DEB_BUILD_OPTIONS parallel=n using new Gradle
    parallel feature.
  * d/control: Add Build-Depends on libkryo-java.
  * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
  * d/control: Use canonical URL for Vcs-* fields.

 -- Damien Raude-Morvan <email address hidden>  Tue, 05 Feb 2013 23:38:19 +0100
Deleted in quantal-release (Reason: lp: #935146 - not going to work with the version of groov...)
Published in precise-release
Obsolete in oneiric-release
gradle (1.0~m3-1) unstable; urgency=low

  * New upstream release.
  * Fix FTBFS bug due to changes introduced in recent Groovy versions.
    (Closes: #625767).
  * Refresh patches.
  * Drop libgradle-eclipse-java and libgradle-idea-java packages.
  * Add libgradle-ide-java package.
  * Set Ant >= 1.8 as the minimal version to depend on.
  * Add Depends on bsh and libtomcat6-java.
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Update watch file.
  * Fix missing-classpath lintian warnings.
  * Update copyright dates and make it DEP-5 compliant.
  * Add README.source.
  * Link javadocs to system javadocs.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  03 Jun 2011 10:23:30 +0000

Available diffs

Superseded in oneiric-release
gradle (0.9.2-1) unstable; urgency=low

  * New upstream release.
  * Upload to unstable.
  * Refresh patches.
  * Add Build-Depends on libgradle-maven-java.
  * Update watch file.
  * Update copyright dates.
  * Drop unneeded patch for liblogback-java and set (>= 0.9.28) as
    minimal version to depend on.
  * Drop Build-Depends on quilt.

164 of 64 results