File: changelog

package info (click to toggle)
nailgun 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 496 kB
  • sloc: java: 2,448; python: 768; ansic: 581; xml: 244; makefile: 28; sh: 3
file content (186 lines) | stat: -rw-r--r-- 5,754 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
nailgun (0.9.3-3) unstable; urgency=medium

  * debian/control
    - Update Vcs-* to use salsa.debian.org
    - Set Standards-Version: 4.1.4
  * debian/rules
    - Remove unnecessary get-orig-source target

 -- Hideki Yamane <henrich@debian.org>  Fri, 01 Jun 2018 10:20:31 +0900

nailgun (0.9.3-2) unstable; urgency=medium

  * debian/control
    - add ${maven:Depends} to fix dependency to libjna-platform-java
      (Closes: #890592)

 -- Hideki Yamane <henrich@debian.org>  Tue, 06 Mar 2018 22:12:47 +0900

nailgun (0.9.3-1) unstable; urgency=medium

  * New upstream release
  * debian/patches
    - drop Makefile_enable_hardening.patch: merged upstream
    - refresh other patches
  * debian/control
    - add Build-Depends: libmaven-shade-plugin-java, libjna-platform-java
    - Standards-Version: 4.1.3

 -- Hideki Yamane <henrich@debian.org>  Sat, 10 Feb 2018 21:44:39 +0900

nailgun (0.9.1-7) unstable; urgency=medium

  * debian/control
    - upstream moves to https://github.com/facebook/nailgun, update Homepage: 
  * debian/watch
    - update as well

 -- Hideki Yamane <henrich@debian.org>  Wed, 25 Oct 2017 20:45:45 +0900

nailgun (0.9.1-6) unstable; urgency=medium

  * debian/control
    - set Priority: optional
    - Standards-Version: 4.1.1

 -- Hideki Yamane <henrich@debian.org>  Sat, 21 Oct 2017 08:19:07 +0900

nailgun (0.9.1-5) unstable; urgency=medium

  * debian/control
    - set Standards-Version: 4.1.0 

 -- Hideki Yamane <henrich@debian.org>  Tue, 05 Sep 2017 20:39:29 +0900

nailgun (0.9.1-4) unstable; urgency=medium

  * debian/control
    - update Vcs-* 
    - set Build-Depends: debhelper (>= 10)
    - set Standards-Version: 4.0.0
  * debian/compat
    - set 10
  * debian/watch
    - update to version 4
  * debian/copyright
    - update upstream Source URL
  * debian/patches
    - forward Makefile_enable_hardening.patch to upstream

 -- Hideki Yamane <henrich@debian.org>  Thu, 27 Jul 2017 21:39:32 +0900

nailgun (0.9.1-3) unstable; urgency=medium

  * Team upload.
  * Build with maven-debian-helper to fix the build failure caused
    by the maven plugins upgrades.

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 13 Nov 2015 08:33:21 +0100

nailgun (0.9.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable. 

 -- Hideki Yamane <henrich@debian.org>  Wed, 29 Apr 2015 23:50:06 +0900

nailgun (0.9.1-1) experimental; urgency=medium

  [ Hideki Yamane ]
  * Team upload.
  * New upstream release 
  * debian/patches
    - drop 0001-update-build.xml-for-cobertura.patch and
      0002-update-build.xml-disable-junitreport.patch.
      Since upstream dropped build.xml
    - refresh patches:
      + Makefile_enable_hardening.patch
      + name_define_as_ng-nailgun_ng.c.patch (LP: #793859)
    - add disable_install_target.patch
  * add debian/install
  * improve debian/control via mh_make
  * enable maven build in debian/rules

  [ Miguel Landaeta ]
  * Update debian/watch.
  * Provide maven artifacts. (Closes: #776087).
    - Introduce 2 new patches:
      + debian/patches/adjust_maven_plugins_versions.patch
      + debian/patches/remove_parent_from_main_pom.patch
    - Add B-D on libmaven-source-plugin-java and libmaven-install-plugin-java.
  * Wrap and sort dependencies lists.
  * Bump Standards-Version to 3.9.6. No changes were required.
  * Update dates in d/copyright.
  * Fix clean target in d/rules to allow twice in row builds.

 -- Miguel Landaeta <nomadium@debian.org>  Thu, 12 Feb 2015 23:06:03 -0300

nailgun (0.9.0+trunk95-3) unstable; urgency=low

  * Upload to unstable. 

 -- Hideki Yamane <henrich@debian.org>  Wed, 09 Jan 2013 20:38:21 +0900

nailgun (0.9.0+trunk95-2) experimental; urgency=low

  * Team upload.
  * debian/rules
    - use debian/ant.properties to specify version to avoid incompatible
      java bytecode format with OpenJDK 7 issue (LP: #1049742)
  * add debian/ant.properties
    - use "ant.build.javac.{source,target}=1.6"
  * debian/control
    - set "Standards-Version: 3.9.4" 

 -- Hideki Yamane <henrich@debian.org>  Sat, 15 Dec 2012 08:41:01 +0900

nailgun (0.9.0+trunk95-1) unstable; urgency=medium

  * Bump up version number since it produces jar files with version as 
    0.9.0. Nothing changed in upstream source.
  * set "urgency=medium" to introduce other packages' security fix to testing
    quickly.
  * debian/nailgun.links
    - fix wrong symlink, now it should be changed to 0.9.0 (Closes: #688186)

 -- Hideki Yamane <henrich@debian.org>  Thu, 20 Sep 2012 22:58:48 +0900

nailgun (0.7.1+trunk95-1) unstable; urgency=medium

  * Taken from Subversion repository
  * debian/control
    - update to "Standard-Version: 3.9.3"
    - update my e-mail address
    - set "Build-Depends: debhelper (>= 9)" to enable hardening
  * debian/patches
    - refresh all two patches
    - add "name_define_as_ng-nailgun_ng.c.patch" to avoid
      ClassNotFoundException (LP: #793859)
    - add "Makefile_enable_hardening.patch" to enable hardening
  * debian/rules
    - enable hardening
  * debian/compat
    - set 9 to enable hardening

 -- Hideki Yamane <henrich@debian.org>  Thu, 19 Jul 2012 07:12:55 +0900

nailgun (0.7.1-3) unstable; urgency=low

  * Team upload.
  * Disable junitreport ant target in build.xml. (Closes: #592823)
  * Remove binary build artifact so the package builds twice in a row.

 -- tony mancill <tmancill@debian.org>  Sat, 21 Aug 2010 22:20:39 -0700

nailgun (0.7.1-2) unstable; urgency=low

  * Move Build-Depends-Indep to Build-Depends. (Closes: #591926)

 -- Torsten Werner <twerner@debian.org>  Fri, 06 Aug 2010 17:17:03 +0200

nailgun (0.7.1-1) unstable; urgency=low

  * Initial release
    - install ng as ng-nailgun

 -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 23 Mar 2010 10:39:45 +0900