File: changelog

package info (click to toggle)
gradle-debian-helper 1.5.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 57
  • sloc: java: 380; xml: 182; perl: 52; sh: 7; makefile: 2
file content (83 lines) | stat: -rw-r--r-- 2,831 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
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