Skip to content
  • Emmanuel Bourg's avatar
    Import Debian version 2.0.2 · c75402d0
    Emmanuel Bourg authored
    gradle-debian-helper (2.0.2) unstable; urgency=medium
    
      * Fixed the build failure with Gradle 4.4
      * Switch to debhelper level 11
    
    gradle-debian-helper (2.0.1) unstable; urgency=medium
    
      * Inject the hook into the bootclasspath of the forked Gradle daemons
        (Closes: #908979)
    
    gradle-debian-helper (2.0) unstable; urgency=medium
    
      * Team upload.
      * Changed the dependency interception logic to use a hook called from Gradle's
        Maven resolver. This avoids depending on Gradle internal classes and reduces
        the risk of incompatibilities when upgrading Gradle.
      * Removed the recommended dependency on debhelper
      * Standards-Version updated to 4.2.1
      * Use salsa.debian.org Vcs-* URLs
    
    gradle-debian-helper (1.6) unstable; urgency=medium
    
      * Team upload.
    
      [ tony mancill ]
      * Add -Dfile.encoding=UTF-8 to gradle command-line. (Closes: #855262)
    
      [ Emmanuel Bourg ]
      * Spawn a shell explicitly when necessary in the doit() calls of the DH
        buildsystem (prevents a warning with DH 10 and an error with DH 11)
        (Closes: #869363)
      * Standards-Version updated to 4.1.0
    
    gradle-debian-helper (1.5.1) unstable; urgency=medium
    
      * Update to Gradle 3.2
    
    gradle-debian-helper (1.5) unstable; urgency=medium
    
      * Use the package name as the name of the root project when rootProject.name
        isn't defined in settings.gradle.
    
    gradle-debian-helper (1.4.4) unstable; urgency=medium
    
      * Fixed the optional dependencies in the generated poms
      * Added a log message when the pom file is generated
    
    gradle-debian-helper (1.4.3) unstable; urgency=medium
    
      * Update to Gradle 3.1
    
    gradle-debian-helper (1.4.2) unstable; urgency=medium
    
      * Clean the generated POMs of the ignored subprojects
    
    gradle-debian-helper (1.4.1) unstable; urgency=high
    
      * Fix a bug that comparing Maven POM dependencies may raise
        NullPointerException (Closes: #842838)
    
    gradle-debian-helper (1.4) unstable; urgency=medium
    
      * Inject a task for generating Maven POMs (Closes: #841491)
      * DebianHelperPlugin now lets javadoc link to the local Javadoc of default-jdk
      * Update to debhelper 10
      * d/control:
        * Depends on default-jdk-headless | default-jdk
        * Add myself to Uploaders
    
    gradle-debian-helper (1.3) unstable; urgency=medium
    
      * Enable parallel builds if the DH --parallel option is set (Closes: #825617)
      * Use the current directory as the user home to avoid build failures
        with pbuilder when 'gradle install' writes the artifacts in the local
        Maven repository.
      * Use 'debian' as the username to improve the reproducibility
    
    gradle-debian-helper (1.2) unstable; urgency=medium
    
      * Tightened the dependency on gradle (>= 2.5)
      * Install the README file in the binary package
      * Documented how to run the tests of the packaged project
      * Build with the DH sequencer instead of CDBS
      * Use secure Vcs-* URLs
      * Standards-Version updated to 3.9.8
    
    gradle-debian-helper (1.1) unstable; urgency=medium
    
      * Find and remove the build directories when cleaning instead of
        calling 'gradle clean'.
    
    gradle-debian-helper (1.0) unstable; urgency=medium
    
      * Initial release. (Closes: #801683)
    c75402d0
This project is licensed under the Apache License 2.0. Learn more