File: changelog

package info (click to toggle)
renaissance 0.9.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,028 kB
  • sloc: objc: 12,332; makefile: 33; perl: 25
file content (253 lines) | stat: -rw-r--r-- 10,183 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
renaissance (0.9.0-6) unstable; urgency=medium

  * Upload to unstable.
  * debian/control (librenaissance-dev, renaissance-dev-tools): Add
    missing Breaks/Replaces; thanks Helmut Grohne (Closes: #1095716).
    Make both packages recommend each other.
    (renaissance-doc): Recommend librenaissance-dev.
    (Build-Depends): Require gnustep-make (>= 2.9.3-2) for LATEX2HTML.
    (Standards-Version): Claim compliance with 4.7.2; no changes needed.
  * debian/rules: Do not define LATEX2HTML in various targets.
  * debian/patches/gui-0.24.patch: Mark as Forwarded: not-needed; it's an
    upstream patch but UDD cannot figure it out.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 06 Mar 2025 07:20:28 +0200

renaissance (0.9.0-5) experimental; urgency=medium

  * Run wrap-and-sort -ast.
  * debian/control (Build-Depends): Remove cdbs, replace debhelper with
    debhelper-compat (= 13), require libgnustep-gui-dev (>= 0.31.1-9) for
    the multiarch layout.  Add dpkg-build-api (= 1).
    (Build-Depends-Indep): Add latex2html <!nodoc>.
    (Depends): Remove ${gnustep:Depends}; obsolete since ages.
    (Description): Fix typo present in all binary packages.
    (librenaissance0-dev): Make it a transitional package.
    (librenaissance-dev, renaissance-dev-tools): New packages.  Move apps
    to a separate package so that the -dev package can be M-A: same.
    (renaissance-doc): Mark as Multi-Arch: foreign.
    (Homepage): Set to gnustep.org; Renaissance is official part of it.
    (Standards-Version): Claim compliance with 4.7.0 as of this release.
  * debian/rules: Rewrite from scratch for dh.
  * debian/compat: Delete.
  * debian/renaissance-doc.dirs: Likewise; unnecessary with compat 13.
  * debian/renaissance-doc.examples: New file.
  * debian/renaissance-dev-tools.install: Likewise.
  * debian/renaissance-dev-tools.manpages: Likewise.
  * debian/librenaissance-dev.install: Likewise.
  * debian/librenaissance0.install: Likewise
  * debian/librenaissance0-dev.manpages: Rename as...
  * debian/librenaissance-dev.manpages: ...and remove apps' manpages.
  * debian/librenaissance0.docs: Rename as...
  * debian/renaissance-doc.docs: ...and remove duplicate README.  Add
    usr/share/doc/* for the manual and the tutorial.
  * debian/renaissance-doc.doc-base.renaissance-manual: Add PostScript.
  * debian/renaissance-doc.doc-base.renaissance-tutorial: Likewise.
  * debian/patches/gui-0.24.patch: Fix patch metadata.
  * debian/patches/link-libs.patch: Likewise.
  * debian/patches/GSMarkupLocalizableStrings-force-linking.patch: New;
    force linking to fix an exception (Closes: #1095596).
  * debian/upstream/metadata: New file.
  * debian/watch: Upgrade to version 4; use HTTPS.
  * debian/renaissance.7: Typo fix.
  * debian/copyright: Use HTTPS for Format.  Change Upstream-Contact as
    Nicola Pero is no longer responsible.  Add comment that the library is
    under LGPL-2.1+ but the license notices in the source files have not
    been updated.  Add new blurb for files under public domain in
    Examples/Applications/Templates.  Switch Debian packaging license from
    GPL-2+ to LGPL-2.1+ because otherwise some patches (technically)
    upgrade the library's license to GPL.  Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Sun, 09 Feb 2025 18:40:25 +0200

renaissance (0.9.0-4.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix lintian: weak-dependency-on-misc-depends.

 -- Bastian Germann <bage@debian.org>  Tue, 22 Aug 2023 11:34:04 +0200

renaissance (0.9.0-4.2) experimental; urgency=medium

  * Non-maintainer upload.

  [ Yavor Doganov ]
  * debian/source/format: Switch to 3.0 (quilt). (Closes: #1007401)
  * debian/control (Build-Depends): Remove quilt.  Require
    libgnustep-gui-dev (>= 0.24).
    (Vcs-Arch): Replace with Vcs-Git and Vcs-Browser. (Closes: #1025511)
    (Replaces): Remove, not needed anymore.
    (Standards-Version): Compliant with 3.9.5.
  * debian/rules: Don't include patchsys-quilt.mk.  Enable hardening.
    Remove the shlibs.local hack, not needed.
    (install/librenaissance0-dev): Delete useless .desktop files.
  * debian/patches/gui-0.24.patch: New, adapt to GNUstep API changes
    (Closes: #749765).
  * debian/patches/series: Update.
  * debian/README.source:
  * debian/librenaissance0-dev.shlibs.local: Delete.
  * debian/watch: Track ftp.gnustep.org.
  * debian/copyright: Switch to format 1.0.

 -- Bastian Germann <bage@debian.org>  Wed, 09 Aug 2023 18:28:58 +0200

renaissance (0.9.0-4.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Sat, 02 Jan 2021 00:36:32 +0100

renaissance (0.9.0-4) unstable; urgency=low

  * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
    compatible with gnustep-make/2.4.x (Closes: #583103).
  * debian/renaissance.7: Typo fix.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 05 Jun 2010 10:39:30 +0300

renaissance (0.9.0-3) unstable; urgency=low

  * debian/control (Maintainer, Uploaders): Take under the umbrella of the
    GNUstep team.
    (Build-Depends): Bump debhelper to >= 7.  Remove libgnustep-base-dev.
    Add quilt.
    (Standards-Version): Compliant to 3.8.4 as of this release.
    (Homepage, Vcs-Arch): New fields.
    (Section): Change to `gnustep'.
    (renaissance): Kill package; useless.
    (renaissance-doc): New; split documentation as it is largish.
    (Depends): Add ${gnustep:Depends} and libgnustep-gui-dev for the -dev
    package.
    (Replaces, Conflicts, Suggests): Adjust.
  * debian/compat: Set to 7.
  * debian/rules: Include patchsys-quilt.mk.  Install the documentation
    and examples in renaissance-doc.
    (LDFLAGS, messages): Define and use.
    (DEVDEST): Rename as...
    (DOCDEST): ...for consistency.
  * debian/librenaissance0-dev.doc-base.renaissance-manual:
  * debian/librenaissance0-dev.doc-base.renaissance-tutorial: Rename,
    adjust paths, fix section.
  * debian/renaissance.links:
  * debian/renaissance-manual.docs:
  * debian/librenaissance0-dev.dirs: Delete.
  * debian/patches/link-libs.patch: New; link against all necessary libs
    (Closes: #558954).
  * debian/patches/series:
  * debian/renaissance-doc.dirs:
  * debian/watch:
  * debian/source/format:
  * debian/README.source: New file.
  * debian/copyright: Add the copyright holder.  Clarify that the apps +
    examples are under GPLv2+ and the documentation is under the old GNU
    documentation license.  Add the corresponding blurbs.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 15 May 2010 08:17:35 +0300

renaissance (0.9.0-2) unstable; urgency=low

  * Compile with -O2.  (Hopefully work around build failure on hppa/powerpc.)

 -- Hubert Chathi <uhoreg@debian.org>  Fri, 06 Jun 2008 15:16:53 -0400

renaissance (0.9.0-1) unstable; urgency=low

  * New upstream version.
  * debian/control: Bump standards version to 3.7.3. (no other changes needed)
  * debian/rules, debian/librenaissance0-dev.docbase.*: Fix typos.
  * debian/librenaissance0-dev.manpages: Rename manpages (remove .app
    extension) to match filenames in /usr/bin.

 -- Hubert Chathi <uhoreg@debian.org>  Mon, 21 Apr 2008 13:46:18 -0400

renaissance (0.8.0-12) unstable; urgency=low

  * debian/rules: fix capitalization error. (closes: #456861)
  * debian/control: use ${binary:Version} instead of ${Source-Version}.

 -- Hubert Chathi <uhoreg@debian.org>  Tue, 18 Dec 2007 16:45:36 -0700

renaissance (0.8.0-11) unstable; urgency=low

  * Recompile with new GNUstep.
  * Update maintainer address.

 -- Hubert Chathi <uhoreg@debian.org>  Thu,  4 Oct 2007 17:18:49 -0400

renaissance (0.8.0-10) unstable; urgency=low

  * Rebuild with new GNUstep libraries.
  * Change build system to use cdbs.
  * Bump standards version to 3.7.2. (no changes)
  * Change email address format in manpage to be more consistent.
  * Fix copyright file.
  * Don't prevent dh_makeshlibs from modifying maintainer scripts.
  * Get rid of duplicate depends on librenaissance0 by librenaissance0-dev.

 -- Hubert Chan <hubert@uhoreg.ca>  Wed, 30 Aug 2006 22:10:40 -0600

renaissance (0.8.0-9) unstable; urgency=low

  * Rebuild with libgnustep-gui1.10 and libgnustep-base1.11.
  * Split into librenaissance0 and librenaissance0-dev packages.
  * Remove useless lintian overrides file.
  * Bump standards version to 3.6.2.1.
  * Removed duplicated changelog.

 -- Hubert Chan <hubert@uhoreg.ca>  Thu,  1 Dec 2005 22:42:12 -0500

renaissance (0.8.0-8) unstable; urgency=low

  * Don't include .cvsignore files. (Closes:#253753)

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 21 Nov 2004 18:47:45 -0800

renaissance (0.8.0-7) unstable; urgency=low

  * Rebuild for dependency on new libgnustep-gui0.9-dev and
    libgnustep-base-1.10.
  * Update sources slightly for corrections made upstream.  These are mostly
    windows changes, but I want the source tarball to stay current.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 21 Nov 2004 17:26:37 -0800

renaissance (0.8.0-6) unstable; urgency=low

  * Add code for handling shlib dependencies.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 23 Aug 2004 23:11:39 -0700

renaissance (0.8.0-5) unstable; urgency=low

  * Correct FTBS errors.  (Many thanks to Matt Kraai <kraai@ftbfs.org>
    for his patch).  (Closes: #267711)
  * Clean up new lintian warnings.
  * Remove .cvsignore files from packages.  (Closes#257218)

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 23 Aug 2004 21:46:13 -0700

renaissance (0.8.0-4) unstable; urgency=low

  * Fix more lintian issues.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun,  8 Feb 2004 16:40:47 -0800

renaissance (0.8.0-3) unstable; urgency=low

  * Correct manual data.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun,  8 Feb 2004 16:24:28 -0800

renaissance (0.8.0-2) unstable; urgency=low

  * Incorporate doc-base stuff.
  * Provide accurate package description.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun,  8 Feb 2004 16:04:34 -0800

renaissance (0.8.0-1) unstable; urgency=low

  * Initial Release.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri,  6 Feb 2004 23:22:13 -0800