File: changelog

package info (click to toggle)
gradle-debian-helper 2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: java: 348; xml: 202; perl: 69; sh: 7; makefile: 2
file content (131 lines) | stat: -rw-r--r-- 4,420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
gradle-debian-helper (2.1) unstable; urgency=medium

  * Team upload.
  * Implementing support for dh_auto_test (Closes: #934729).

 -- Andrius Merkys <merkys@debian.org>  Fri, 08 Nov 2019 08:05:55 -0500

gradle-debian-helper (2.0.2) unstable; urgency=medium

  * Fixed the build failure with Gradle 4.4
  * Switch to debhelper level 11

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 10 Oct 2018 15:10:21 +0200

gradle-debian-helper (2.0.1) unstable; urgency=medium

  * Inject the hook into the bootclasspath of the forked Gradle daemons
    (Closes: #908979)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 17 Sep 2018 10:24:56 +0200

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

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 16 Sep 2018 16:12:11 +0200

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

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 26 Sep 2017 00:33:01 +0200

gradle-debian-helper (1.5.1) unstable; urgency=medium

  * Update to Gradle 3.2

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 22 Dec 2016 11:39:19 +0100

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.

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 14 Dec 2016 13:50:41 +0100

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

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 16 Nov 2016 01:00:35 +0100

gradle-debian-helper (1.4.3) unstable; urgency=medium

  * Update to Gradle 3.1

 -- Kai-Chung Yan <seamlikok@gmail.com>  Mon, 14 Nov 2016 16:54:37 +0800

gradle-debian-helper (1.4.2) unstable; urgency=medium

  * Clean the generated POMs of the ignored subprojects

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 11 Nov 2016 23:27:06 +0100

gradle-debian-helper (1.4.1) unstable; urgency=high

  * Fix a bug that comparing Maven POM dependencies may raise
    NullPointerException (Closes: #842838)

 -- Kai-Chung Yan <seamlikok@gmail.com>  Mon, 31 Oct 2016 19:31:24 +0800

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

 -- Kai-Chung Yan <seamlikok@gmail.com>  Tue, 25 Oct 2016 21:44:50 +0800

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

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 03 Aug 2016 11:37:11 +0200

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

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 06 Jul 2016 10:05:50 +0200

gradle-debian-helper (1.1) unstable; urgency=medium

  * Find and remove the build directories when cleaning instead of
    calling 'gradle clean'.

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 16 Oct 2015 15:30:30 +0200

gradle-debian-helper (1.0) unstable; urgency=medium

  * Initial release. (Closes: #801683)

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 13 Oct 2015 18:41:09 +0200