File: changelog

package info (click to toggle)
sisu-guice 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,760 kB
  • sloc: java: 64,983; xml: 34,049; sh: 118; jsp: 12; makefile: 6
file content (176 lines) | stat: -rw-r--r-- 5,784 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
sisu-guice (4.2.0-1) unstable; urgency=medium

  * New upstream release
  * Ignore testlib extension
  * Remove obsolete maven2 patch
  * Update uploaders (Closes: #889392)
  * Standards-Version updated to 4.1.4 (get-orig-source rules target removed)
  * Switch to debhelper level 11

 -- Eugene Zhukov <eugene@debian.org>  Wed, 18 Apr 2018 14:07:34 +0000

sisu-guice (3.2.6-4) unstable; urgency=medium

  * Removed the unused dependency on glassfish-javaee
  * Standards-Version updated to 4.1.1
  * Switch to debhelper level 10

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 21 Nov 2017 09:34:57 +0100

sisu-guice (3.2.6-3) unstable; urgency=medium

  * Team upload.
  * Depend on libasm-java (>= 5.0) instead of libasm4-java
  * Standards-Version updated to 3.9.8
  * Use a secure Vcs-Git URL
  * Cleaned the Maven rules

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 04 Oct 2016 14:35:30 +0200

sisu-guice (3.2.6-2) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Java 8 (Closes: #814406)
  * Depend on libcglib-java (>= 3.2) instead of libcglib3-java
  * Standards-Version updated to 3.9.7 (no changes)
  * Build with the DH sequencer instead of CDBS

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 11 Feb 2016 10:10:32 +0100

sisu-guice (3.2.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 19 Nov 2015 23:51:45 +0100

sisu-guice (3.2.5-1) experimental; urgency=medium

  * New upstream release.
  * Refreshed allow_maven2.diff patch.

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Wed, 28 Jan 2015 14:22:08 +0000

sisu-guice (3.2.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761522)
  * Install the no_aop artifact linked to the main jar in /usr/share/maven-repo
  * Build depend on libservlet3.1-java instead of libservlet2.5-java
  * Build depend on libcglib3-java instead of libcglib-java
  * Build depend on libasm4-java instead of libasm3-java
  * Standards-Version updated to 3.9.6 (no changes)
  * Removed the unused build dependencies on the *-java-doc packages
  * Auto update the Built-Using field from the packages used at build time
  * Removed modules.diff (not necessary with Maven rules)
  * Switch to debhelper level 9
  * debian/copyright: Fixed the short name of the BSD-3-clause license

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 03 Oct 2014 14:51:21 +0200

sisu-guice (3.2.3+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Vcs-Git URL fixed.
  * Refreshed modules.diff patch

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Thu, 21 Aug 2014 08:12:56 +0000

sisu-guice (3.2.2+dfsg-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * d/watch: use github.com instead of githubredir.d.n

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Fri, 06 Jun 2014 08:38:47 +0000

sisu-guice (3.2.1+dfsg-1) unstable; urgency=low

  * Team upload.

  [ Eugene Zhukov ]
  * New upstream release.
  * Refreshed patches.

  [ tony mancill ]
  * Add build-dep-indep on libbuild-helper-maven-plugin-java.

 -- tony mancill <tmancill@debian.org>  Sat, 26 Apr 2014 12:40:59 -0700

sisu-guice (3.2.0+dfsg-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Added junit4 dependency.

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Tue, 25 Mar 2014 14:28:57 +0000

sisu-guice (3.1.10+dfsg-1) unstable; urgency=low

  * Team upload.
  * New upstream release.

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Mon, 17 Mar 2014 11:03:25 +0000

sisu-guice (3.1.9+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Fix Built-Using field to reference source package names.

 -- tony mancill <tmancill@debian.org>  Tue, 11 Feb 2014 22:40:19 -0800

sisu-guice (3.1.9+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Patch core/src/com/google/inject/internal/util/LineNumbers.java to
    eliminate need for asm4, which conflicts at runtime with asm3.
    - Thank you to Eugene Zhukov.  (Closes: #738579, #738610)
  * Add Built-Using: field to debian/control to note use of classes
    from libcglib-java and libasm3-java by the jarjar plugin.
    Update debian/copyright to provide source attributions for 
    incorporated classes.  (Closes: #738580)
    - Thank you to Bastian Blank for reporting this issue.

 -- tony mancill <tmancill@debian.org>  Tue, 11 Feb 2014 22:09:46 -0800

sisu-guice (3.1.9+dfsg-1) unstable; urgency=low

  * New upstream release.
  * jh_repack in d/watch replaced with d/orig-tar.sh to exclude folders
    javadoc, latest-javadoc, latest-api-diffs (Closes: #737464).

 -- Eugene Zhukov <jevgeni.zh@gmail.com>  Tue, 04 Feb 2014 11:51:41 +0000

sisu-guice (3.1.1+dfsg-1) unstable; urgency=low
 
  * Team upload.

  [ Eugene Zhukov]
  * Add jh_repack to d/watch, removes binaries from source (Closes: #736619).
  * Bump Standards-Version to 3.9.5 (no changes).
  * Use canonical Vcs-* URLs.

  [ tony mancill ]
  * Mangle upstream version to allow for new source version upload.
    (see #736619)
  * Add dmangleversion option to watchfile.

 -- tony mancill <tmancill@debian.org>  Fri, 31 Jan 2014 21:31:17 -0800

sisu-guice (3.1.1-1) unstable; urgency=low

  * New upstream release.
  * Don't install additionals POM (which are not yet built).
    So this remove dependency on libservlet2.4-java. (Closes: #658811).
  * d/*.poms: Use --java-lib to install lib into /usr/share/java.
  * Bump Standards-Version to 3.9.3: no changes needed.
  * d/copyright: Upgrade to 1.0 copyright-format.

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 13 Mar 2012 20:35:13 +0100

sisu-guice (3.1.0-1) unstable; urgency=low

  * Initial release (Closes: #648656)

 -- Damien Raude-Morvan <drazzib@debian.org>  Wed, 23 Nov 2011 23:00:58 +0100