~ubuntu-branches/ubuntu/utopic/cglib3/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Miguel Landaeta
  • Date: 2013-12-25 13:34:36 UTC
  • Revision ID: package-import@ubuntu.com-20131225133436-n2hzeht1wvcsa777
Tags: 3.1+dfsg-1
* New upstream release. (Closes: #732238).
* Bump Standards-Version to 3.9.5 (no changes were required).
* Bump debhelper compat level to 9.
* Replace dependencies on libasm3-java with libasm4-java.
* Add Build-Depends on javahelper.
* Refresh 01_jarjar.diff patch and add 02_fix_javadoc_classpath.diff.
* Switch maintenance to Alioth pkg-java Git repositories.
* Fix a lintian warning due to a typo in copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cglib3 (3.1+dfsg-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release. (Closes: #732238).
 
4
  * Bump Standards-Version to 3.9.5 (no changes were required).
 
5
  * Bump debhelper compat level to 9.
 
6
  * Replace dependencies on libasm3-java with libasm4-java.
 
7
  * Add Build-Depends on javahelper.
 
8
  * Refresh 01_jarjar.diff patch and add 02_fix_javadoc_classpath.diff.
 
9
  * Switch maintenance to Alioth pkg-java Git repositories.
 
10
  * Fix a lintian warning due to a typo in copyright file.
 
11
 
 
12
 -- Miguel Landaeta <nomadium@debian.org>  Wed, 25 Dec 2013 13:34:36 -0300
 
13
 
 
14
cglib (2.2.2+dfsg-5) unstable; urgency=low
 
15
 
 
16
  [ James Page ]
 
17
  * Fix FTBFS with OpenJDK7:
 
18
    - d/ant.properties: Ensure that all classes are built to target
 
19
      Java 1.5 to ensure backwards compatibility and correct execution
 
20
      of test suite. (Closes: #673175).
 
21
 
 
22
  [ Damien Raude-Morvan ]
 
23
  * Merge change from James Page. Thanks!
 
24
 
 
25
 -- Damien Raude-Morvan <drazzib@debian.org>  Wed, 30 May 2012 00:58:04 +0200
 
26
 
 
27
cglib (2.2.2+dfsg-2) unstable; urgency=low
 
28
 
 
29
  * Bump Standards-Version to 3.9.3: no changes needed.
 
30
  * d/control: Remove Michael Koch from Uploaders (Closes: #654001).
 
31
  * d/patches/04_dont_use_userhome.diff: Don't use $HOME to output debug files.
 
32
    (Closes: #666668)
 
33
 
 
34
 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 01 Apr 2012 18:46:48 +0200
 
35
 
 
36
cglib (2.2.2+dfsg-1) unstable; urgency=low
 
37
 
 
38
  * New upstream release.
 
39
  * Bump Standards-Version to 3.9.2: no changes needed.
 
40
  * d/copyright: Use DEP-5 format.
 
41
  * d/rules: Enable unit testing.
 
42
  * d/patches/04_skiptests_ParallelSorter.diff: Skip some failing test.
 
43
 
 
44
 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 01 Nov 2011 22:05:40 +0100
 
45
 
 
46
cglib (2.2+dfsg-4) unstable; urgency=low
 
47
 
 
48
  * d/rules, d/pom-nodep.xml: Install -nodep jar with another artifactId
 
49
    to avoid conflict in /usr/share/maven-repo (Closes: #617865).
 
50
 
 
51
 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 12 Mar 2011 02:03:14 +0100
 
52
 
 
53
cglib (2.2+dfsg-3) unstable; urgency=low
 
54
 
 
55
  * d/patches/02_build_split.patch: Drop, re-enable cglib-nodep
 
56
    (Closes: #583231).
 
57
  * d/patches/03_jarjar.diff: fix location of asm.jar.
 
58
  * d/control: Build-Depends on libjarjar-java.
 
59
  * d/control: drop Depends en JRE, as its a library.
 
60
  * d/rules: add jarjar to DEB_JARS.
 
61
  * Bump Standards-Version to 3.9.1 (no changes needed).
 
62
 
 
63
 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 06 Mar 2011 01:57:24 +0100
 
64
 
 
65
cglib (2.2+dfsg-2) unstable; urgency=low
 
66
 
 
67
  [ Gabriele Giacone ]
 
68
  * Added Maven Support
 
69
  * Standards-Version to 3.8.4
 
70
  * Source format 3.0 (quilt)
 
71
 
 
72
  [ Damien Raude-Morvan ]
 
73
  * Remove Arnaud Vandyck from Uploaders
 
74
  * Source format 3.0 (quilt):
 
75
    - Remove patchsys-quilt.mk from d/rules
 
76
    - Rework d/README.source
 
77
  * Maven Support:
 
78
    - Add "get-orig-pom" target in d/rules to update pom.xml
 
79
  * Remove d/README.Debian (already included in d/README.source)
 
80
 
 
81
 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 16 Mar 2010 20:42:36 +0100
 
82
 
 
83
cglib (2.2+dfsg-1) unstable; urgency=low
 
84
 
 
85
  * New upstream release.
 
86
    - Rename source package to "cglib"
 
87
    - Drop unneeded Build-Depends on libaspectwerkz2-java
 
88
    - Build-Depends on libasm3-java instead of libasm-java
 
89
    - Drop uneeded debian/patches/01_build_classpath.patch 
 
90
  * Build-Depends on default-jdk instead of default-jdk-builddep
 
91
    because we don't build a native GCJ package.
 
92
  * Switch to debhelper 7
 
93
  * Use Quilt patch system:
 
94
    - refresh all debian/patches
 
95
    - Build-Depends on quilt
 
96
    - Update debian/README.source
 
97
  * Update my email address
 
98
  * Bump Standards-Version to 3.8.3: no changes needed
 
99
  * Fix debian/copyright to include BSD license of
 
100
    src/proxy/net/sf/cglib/core/LocalVariablesSorter.java
 
101
 
 
102
 -- Damien Raude-Morvan <drazzib@debian.org>  Thu, 08 Oct 2009 21:23:45 +0200
 
103
 
 
104
cglib2.1 (2.1.3.dfsg.2-2) unstable; urgency=low
 
105
 
 
106
  * Use default-java-builddep:
 
107
    - Remove B-D on java-gcj-compat-dev (Closes: #526274)
 
108
    - Add default-java-builddep to B-D
 
109
    - Use /usr/lib/jvm/default-java as JAVA_HOME
 
110
  * Move ant to B-D-I (needed for clean target)
 
111
  * Add myself as Uploaders
 
112
  * Add ${misc:Depends} as suggested by Lintian
 
113
  * Fix short-description of libcglib2.1-java-doc
 
114
    to include "documentation"
 
115
  * Fix Vcs-* fields to use "cglib2.1" instead of "cglib"
 
116
  * Bump Standards-Version to 3.8.2:
 
117
    - Move to "java" section
 
118
    - Rename README.Debian-source to README.source
 
119
    - Describe patch system usage in README.source
 
120
 
 
121
 -- Damien Raude-Morvan <drazzib@drazzib.com>  Mon, 29 Jun 2009 22:13:35 +0200
 
122
 
 
123
cglib2.1 (2.1.3.dfsg.2-1) unstable; urgency=low
 
124
 
 
125
  * Increase the upstream version number without changing the actual tarball
 
126
    to get the package uploaded to main.
 
127
 
 
128
 -- Torsten Werner <twerner@debian.org>  Sun, 10 Aug 2008 22:32:44 +0200
 
129
 
 
130
cglib2.1 (2.1.3.dfsg.1-3) unstable; urgency=low
 
131
 
 
132
  [ Michael Koch ]
 
133
  * Use uscan sf.net helper for SourceForge. Fixes upstream checking.
 
134
  * Added myself to Uploaders.
 
135
 
 
136
  [ Torsten Werner ]
 
137
  * Move package to main.
 
138
  * Reformat debian/copyright for better readability.
 
139
  * Do not quote the full text of the Apache License in debian/copyright.
 
140
  * Fix doc-base file.
 
141
 
 
142
 -- Torsten Werner <twerner@debian.org>  Thu, 31 Jul 2008 00:18:44 +0200
 
143
 
 
144
cglib2.1 (2.1.3.dfsg.1-2) unstable; urgency=low
 
145
 
 
146
  * Fix debian/watch.
 
147
  * Add myself to Uploaders.
 
148
  * Add Homepage and Vcs headers to debian/control.
 
149
  * Change Standards-Version: 3.7.3.
 
150
  * Switch to debhelper 5.
 
151
 
 
152
 -- Torsten Werner <twerner@debian.org>  Mon, 17 Dec 2007 10:47:00 +0100
 
153
 
 
154
cglib2.1 (2.1.3.dfsg.1-1) unstable; urgency=low
 
155
 
 
156
  * Initial Release (closes: #386101).
 
157
 
 
158
 -- Arnaud Vandyck <avdyk@debian.org>  Tue, 10 Apr 2007 17:48:55 +0200