File: changelog

package info (click to toggle)
excalibur-logkit 2.0-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 728 kB
  • ctags: 1,016
  • sloc: java: 5,646; xml: 408; sql: 31; makefile: 13
file content (133 lines) | stat: -rw-r--r-- 4,475 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
excalibur-logkit (2.0-11) unstable; urgency=medium

  * debian/control:
    - Updated the dependency on the Servlet API (3.0 -> 3.1)
    - Depend on libmail-java instead of libgnumail-java
    - Updated standards version to 3.9.6 (no changes)
    - Use canonical URLs for the Vcs-* fields
  * Switch to debhelper level 9

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 22 Oct 2014 09:56:07 +0200

excalibur-logkit (2.0-10) unstable; urgency=low

  * Team upload.
  * Fixed the watch file
  * Updated standards version to 3.9.4 (no changes)
  * Updated the dependency on the Servlet API (2.5 -> 3.0)
  * Removed the obsolete instructions in README.source for handling the patches
  * debian/copyright: Updated the Format URI
  * debian/rules: Added a clean target to allow rebuilds

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 28 Apr 2013 01:01:35 +0200

excalibur-logkit (2.0-9) unstable; urgency=low

  [ Miguel Landaeta ]
  * Team upload.

  [ James Page ]
  * Fix FTBFS with OpenJDK7 (LP: #888124) (Closes: #652049):
    - d/patches/01_implement_abstract_methods.patch: add additional 
      unimplemented abstract methods for Java 7.
  * d/copyright: tidied up misc lintian warnings.

 -- Miguel Landaeta <miguel@miguel.cc>  Tue, 20 Dec 2011 21:47:08 -0430

excalibur-logkit (2.0-8) unstable; urgency=low

  * Team upload.
  * Add Conflicts and Provides for liblogkit-java to support upgrades from
    oldstable. (Closes: #642742)

 -- Torsten Werner <twerner@debian.org>  Sat, 24 Sep 2011 23:29:22 +0200

excalibur-logkit (2.0-7) unstable; urgency=low

  * Team upload.
  * Add a compatibility symlink excalibur-logkit.jar.

 -- Torsten Werner <twerner@debian.org>  Fri, 16 Sep 2011 23:58:48 +0200

excalibur-logkit (2.0-6) unstable; urgency=low

  * Team upload.
  * Add pom.xml and use maven-repo-helper for installation.

 -- Torsten Werner <twerner@debian.org>  Thu, 15 Sep 2011 11:48:44 +0200

excalibur-logkit (2.0-5) unstable; urgency=low

  * Use libgeronimo-jms-1.1-spec-java instead of libjboss-j2ee-java as build
    dependency.
  * Use javahelper to install files and set classpath/dependencies.
  * Add -doc package containing API documentation.
  * Add DEP-3 headers to all patches.
  * Update standards version to 3.9.2.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Sun, 29 May 2011 09:36:55 +0530

excalibur-logkit (2.0-4) unstable; urgency=low

  * Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Tue, 08 Jun 2010 17:39:05 +0200

excalibur-logkit (2.0-3) unstable; urgency=low

  * Team upload.
  * Switch to servlet API 2.5.
  * Switch to source format 3.0.
  * Update Standards-Version: 3.8.4.

 -- Torsten Werner <twerner@debian.org>  Mon, 03 May 2010 20:23:36 +0200

excalibur-logkit (2.0-2) unstable; urgency=low

  * Remove libgeronimo-jms-1.1-spec-java from build dependencies.
    The package does not exist in Debian archive. (Closes: #549838)

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Wed, 07 Oct 2009 19:14:59 +0530

excalibur-logkit (2.0-1) unstable; urgency=low

  * Merge from Ubuntu. (Closes: #541111)
  * debian/control
    - Set maintainer to Debian Java Maintainers. Add myself as uploader.
    - Add alternate build and runtime dependency on libjboss-j2ee-java as the
      geronimo package is not present in Debian yet.
    - Add Vcs-* fields.
  * debian/rules
    - Add jboss-j2ee to DEB_JARS.
  * debian/patches/04_disable_unit_test.patch
    - Disable a unit test that fails randomly.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Wed, 12 Aug 2009 00:34:29 +0530

excalibur-logkit (2.0-0ubuntu3) karmic; urgency=low

  * debian/copyright
    - Add separate 'License' section as same license applies to all the files. 

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Tue, 21 Jul 2009 14:45:25 +0530

excalibur-logkit (2.0-0ubuntu2) karmic; urgency=low

  * debian/patches
    - 03_add_constructor.patch
      * Add construtor, taken from upstream svn, to SMTPOutputLogTarget.java.
        Needed by excalibur-logger.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Thu, 16 Jul 2009 01:23:53 +0530

excalibur-logkit (2.0-0ubuntu1) karmic; urgency=low

  * Initial release.
  * debian/patches
    - 01_implement_abstract_methods.patch
      * Implement methods 'unwrap', 'isWrapperFor', throw
        UnsupportedOperationException.
    - 02_fix_build_xml.patch
      * Fix two problems in build.xml.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Fri, 10 Jul 2009 02:31:21 +0530