1jade (1.2.1-35) unstable; urgency=low
2
3  * Changed use of DEB_BUILD_OPTIONS to conform to policy:
4    - set -g by default instead of -O2
5    - add -O2 if "noopt" is present, else -O0
6    - remove addition of -g if "debug" is present.
7     (closes: #199078)
8  * Explicitly depend on g++ 3.3 on m68k so it works even if built on a
9    buildd running an old compiler (closes: #199013)
10
11 -- Neil Roeth <neil@debian.org>  Thu,  3 Jul 2003 22:18:21 -0400
12
13jade (1.2.1-34) unstable; urgency=low
14
15  * Use g++ 3.3 on m68k, it works now, and 2.95 doesn't. (closes: #196730)
16  * Build depend on m4, not automake1.5; latter unnecessary.
17
18 -- Neil Roeth <neil@debian.org>  Wed, 18 Jun 2003 07:05:54 -0400
19
20jade (1.2.1-33) unstable; urgency=low
21
22  * Modified debian/rules to use g++-3.2 on s390; there is a compiler
23    problem with 3.3 (closes: #195902)
24  * Changed section of libsp1-dev to libdevel to match override file.
25
26 -- Neil Roeth <neil@debian.org>  Wed,  4 Jun 2003 12:39:30 -0400
27
28jade (1.2.1-32) unstable; urgency=low
29
30  * Reordered definitions of classes in Attribute.h to resolve compile
31    errors when using g++ 3.3.
32  * Added command to debian/rules to change permissions on m4 files so
33    that they can be touch(1)-ed during build.
34
35 -- Neil Roeth <neil@debian.org>  Sat, 24 May 2003 16:36:10 -0400
36
37jade (1.2.1-31) unstable; urgency=low
38
39  * Added missing build-depends on autotools-dev.
40  * Quoted "remove" in libsp1.postrm to eliminate lintian warning.
41  * Converted to automake1.5.
42  * Forced all compilation and libtool to use g++ so that libstdc++ gets
43    properly linked into the shared libraries. (closes: #193950)
44
45 -- Neil Roeth <neil@debian.org>  Wed, 21 May 2003 16:38:35 -0400
46
47jade (1.2.1-30) unstable; urgency=low
48
49  * New maintainer (closes: #184552)
50  * Depend on 1.3.4-1.2.1-30 shlibs (closes: #191886)
51  * Built with g++ 3.2 (closes: #178312)
52
53 -- Neil Roeth <neil@debian.org>  Wed, 14 May 2003 18:24:20 -0400
54
55jade (1.2.1-29.3) unstable; urgency=low
56
57  * NMU
58  * fallback to gcc-2.95/g++-2.95 but just for m68k (closes: #187667, #191880)
59
60 -- Goswin von Brederlow <goswin.brederlow@student.uni-tuebingen.de>  Tue, 06 May 2003 02:43:18 +0200
61
62jade (1.2.1-29.2) unstable; urgency=low
63
64  * NMU
65  * drop optimization on hppa
66
67 -- LaMont Jones <lamont@debian.org>  Tue, 29 Apr 2003 05:09:18 -0600
68
69jade (1.2.1-29.1) unstable; urgency=low
70
71  * Non-maintainer upload during bug-squashing party.
72  * Update SGML catalogs on remove (closes: #147296).
73
74 -- Roland Mas <lolando@debian.org>  Sat, 15 Mar 2003 21:15:50 +0100
75
76jade (1.2.1-29) unstable; urgency=low
77
78  * Orphan package (revert maint. to qa group) upstream inactive
79
80 -- Stephen M Moraco <stephen@debian.org>  Wed, 12 Mar 2003 19:00:46 -0700
81
82jade (1.2.1-28) unstable; urgency=low
83
84  * Fix dpkg-gencontrol: warning for libsp1-dev (round 2)
85    which fixes bad Depends: libsp1-dev (Closes: Bug#134819)
86    this time it is verified to be correct...
87
88 -- Stephen M Moraco <stephen@debian.org>  Wed, 20 Feb 2002 23:41:00 -0700
89
90jade (1.2.1-27) unstable; urgency=low
91
92  * Fix descr all binary pkgs per ddtp audit (Closes: Bug#131292)
93  * Fix dpkg-gencontrol: warning for libsp1-dev
94  * Move update of config.{sub|guess} to clean for autobuilders
95
96 -- Stephen M Moraco <stephen@debian.org>  Thu, 14 Feb 2002 01:45:22 -0700
97
98jade (1.2.1-26) unstable; urgency=low
99
100  * New maintainer (Closes: Bug#110801)
101
102 -- Stephen M Moraco <stephen@debian.org>  Tue, 12 Feb 2002 00:17:35 -0700
103
104jade (1.2.1-25) unstable; urgency=low
105
106  * fix a bug introduced in last version where symlink for SP-supplied
107    declarations were not properly created in /usr/lib/sgml, instead the
108    blob character was created (oops!)
109    closes: #124251, #125913, #127630
110
111 -- Adam Di Carlo <aph@debian.org>  Sat,  5 Jan 2002 15:00:54 -0500
112
113jade (1.2.1-24) unstable; urgency=low
114
115  * update for new Debian SGML layout, catalog files, and search path;
116    closes: #115913, #115915
117  * depend on sgml-base 1.07 or better
118  * remove useless sp.catalog conffile
119  * bump libsp1 requirement to this version due to search path change,
120    which is a compile time option
121  * add build-dependency on gettext
122  * policy compliant to 3.5.6
123  * debian/rules: more debhelperification, suggestions from Roger Leigh
124  * move to DH_COMPAT 3, require debhelper 3.0 or better
125  * debian/control: add build-depends on gettext, remove redundant dependency
126    on autotools-dev
127  * provide FOT.tex as an example, I guess that's for an example of how to
128    render FOT output -- not completely clear...
129  * we provide xml.soc in /usr/share/sgml/declaration/xml.soc, as expected
130    by psgmls and probably other tools
131
132 -- Adam Di Carlo <aph@debian.org>  Fri,  8 Nov 2001 20:35:50 -0500
133
134jade (1.2.1-23) unstable; urgency=low
135
136  * debian/rules: touch the m4 files in the clean rule, forcing them to
137    rebuild, as Gerhard Tonn pointed out (my CVS makes all the timestamps
138    the same)
139  * refresh config.status etc files again, not that it really matters,
140    since those are also forced during build
141  * configure.in: force AC_PROG_CXXCPP early, preventing a little annoying
142    problem
143  * fix a duplicate dependancy on libsp1 affecting jade and sp
144  * libsp1, policy: should call ldconfig in the `postrm' script if the
145    first argument is `remove'; rework the 'ldconfig' call in postinst so
146    lintian likes it better (although it was perfectly correct before)
147  * debian/rules: we were building before on alpha and ia64 with
148    SIZEOF_SIZE_T forced to 8; that isn't necessary anymore since we've
149    hopefully fixed the upstream source to no longer need this
150  * debian/rules: implement policy recommendations regarding
151    DEB_BUILD_OPTIONS
152
153 -- Adam Di Carlo <aph@debian.org>  Mon, 15 Oct 2001 02:05:58 -0400
154
155jade (1.2.1-22) unstable; urgency=low
156
157  * try once again to fix the instantiate Vector problem, still plaguing
158    s390 -- with the new patch, from Gerhard Tonn, we don't have to
159    hard-code the 64-bit architectures anymore; closes: #97949
160
161 -- Adam Di Carlo <aph@debian.org>  Sat,  6 Oct 2001 12:48:58 -0400
162
163jade (1.2.1-21) unstable; urgency=medium
164
165  * configure.in: remove special handling for strtoul, which references a
166    source file which is not actually shipped; fixes build problems on
167    ia64, and probably others
168
169 -- Adam Di Carlo <aph@debian.org>  Sun, 16 Sep 2001 00:59:41 -0400
170
171jade (1.2.1-20) unstable; urgency=low
172
173  * debian/control: fix override disparities
174  * debian/rules: copy in new config.sub and config.guess in the clean
175    target from autotools-dev;
176    add aclocal and autoreconf calls to update autoconf stuff;
177    closes: #112292
178  * fix some tomfoolery in the upstream source where AC_CONFIG_AUX_DIR was
179    being misused, this eliminates some tomfoolery in debian/rules
180  * debian/rules: clean is a bit cleaner
181  * update config.{sub,guess}, autoconf and libtool stuff in the source
182  * Makefile.in: fix a mixup with the whole .libs symlink stuff, oh why
183    is this needed at all?; other requirements for new libtool
184  * build-depends on autotools-dev and automake
185
186 -- Adam Di Carlo <aph@debian.org>  Sat, 15 Sep 2001 17:29:40 -0400
187
188jade (1.2.1-19) unstable; urgency=medium
189
190  * proper rework of patch from 18.1, to instantiate
191    Vector<size_t> unless we're 64 bit (well, actually, unless we're ia64
192    or alpha, where sizeof long != sizeof int I think?)
193    closes: #97949, #103192, #109388
194
195    could someone who knows C++ please do this right and/or take over this
196    package please?  WNPP request already submitted.
197
198  * TODO file: cosmetics, note need to do new sgml-base policy
199  * rerun libtoolize --force, although I rather fail to see how this
200    makes much difference for porters, since running libtoolize --force is
201    part of the build process (I moved it up even higher); closes: #97377
202  * in new libstdc++3, we need SP_NO_STD_NAMESPACE enabled; closes: #96261
203  * incorporate other fixes from 18.2; closes: #99743, #103195
204  * minor FHS changes in our man pages; closes: #103178
205  * get rid of some old, broken cruft removal; closes: #95236
206
207 -- Adam Di Carlo <aph@debian.org>  Mon, 10 Sep 2001 12:51:41 -0400
208
209jade (1.2.1-18.2) unstable; urgency=low
210
211  * Non-maintainer upload
212  * Fix to build with gcc 3.0. Closes: #96261
213  * New config.guess and config.sub (hppa, ia64, s390 & sh)  Closes: #97377
214  * Fix to build under fakeroot.  Closes: #99743, #103195
215  * Add gross hack for ia64 - works, but needs to be reviewd.
216    Closes: #103192.
217
218 -- LaMont Jones <lamont@debian.org>  Fri,  6 Jul 2001 10:49:33 -0600
219
220jade (1.2.1-18.1) unstable; urgency=low
221
222  * Non-maintainer upload.
223  * Added template instance Vector<long unsigned int>.  Closes: #97949
224
225 -- Gerhard Tonn <gt@debian.org>  Fri,  1 Jun 2001 20:38:43 +0200
226
227jade (1.2.1-18) unstable; urgency=low
228
229  * debian/rules: correct location of sgml-catalog-check.pl
230    (closes: Bug#75384); clean more stuff which should have been cleaned
231    in upstream Makefiles
232  * unicode/catalog: fix name of unicode.decl (closes: Bug#74858)
233  * debian/control: build depends requires new enough sgml-data
234  * apply patch from Randolph Chung updating autoconf/libtools stuff and
235    enabling compilation on ia64 (closes: Bug#82109, Bug#82487)
236
237 -- Adam Di Carlo <aph@debian.org>  Thu, 18 Jan 2001 03:44:19 -0500
238
239jade (1.2.1-17) unstable; urgency=low
240
241  * rebuild same rev for woody only
242  * corrections in nsgmls manual page, patch from Gabor Liptak
243    <gaborliptak@usa.net> (closes: Bug#56628)
244  * README.Debian: do sgml-dir substitution; discussion XML validation
245    using the .decl file or the xml.soc (closes: Bug#56905)
246  * debian/rules: install xml.soc in <sgml-dir>/declaration/
247
248 -- Adam Di Carlo <aph@debian.org>  Tue, 28 Mar 2000 02:20:32 -0500
249
250jade (1.2.1-16) frozen unstable; urgency=medium
251
252  * patch for Alpha (and 64-bit arches) (closes: Bug#58666);
253    comment from the bug fixer, David Huggins-Daines:
254      work around broken C++ compiler on Alpha, also instantiate
255      Vector<size_t> on Alpha since sizeof(size_t) != sizeof(int). This
256      can't be done on 32-bit archs since gcc 2.95 will complain about
257      multiple instantiations, however it has to be done on 64-bit ones -
258      this is just a quick hack, upstream needs to fix it by checking the
259      size of size_t in their configure script.
260  * since the preceeding fix is needed for Alpha compilation, and since
261    that patch does not affect any other architectures, this should be
262    included in Potato.
263
264 -- Adam Di Carlo <aph@debian.org>  Sat,  4 Mar 2000 15:56:40 -0500
265
266jade (1.2.1-15) unstable; urgency=low
267
268  * libsp: comment out the dtddeclNotSupported, because it's annoying and
269    stupid to complain so much about things the software doesn't
270    understand, and effectively makes it harder (well, more annoying) to
271    transition to DTDDECL, which is fully understood by OpenJade
272
273 -- Adam Di Carlo <aph@debian.org>  Tue,  4 Jan 2000 18:19:41 -0500
274
275jade (1.2.1-14) unstable; urgency=low
276
277  * include sgml2xml and sgmlnorm man pages, thanks to Steve Cheng, from
278    the docbook2man examples (closes: Bug#39489)
279  * do not install /usr/lib/sgml/declaration/xml.decl -- xml.dcl is now
280    provided by sgml-data
281  * patch for TeX output ligature problem affecting the characters '-<>',
282    adopted from OpenJade (closes: Bug#45489)
283  * debian/control: build standards version to 3.1.1; add Build-Depends
284  * include/config.h: force #define SP_MULTI_BYTE (closes: Bug#46130)
285  * remove "compatability" symlink /usr/lib/sgml/sgml/japan.decl, since I
286    don't think anyone uses it
287  * debian/rules: debhelperify
288  * debian/*: rename files closed to what debhelper expects
289
290 -- Adam Di Carlo <aph@debian.org>  Sat,  1 Jan 2000 19:06:04 -0500
291
292jade (1.2.1-13) unstable; urgency=low
293
294  * merge in upstream SP 1.3.4 (no correlated jade release yet, so this is
295    packaged as a diff against jade 1.2.1)
296  * debian/rules: enforce more modularity for consistency with openjade
297    rules file; clean sp.conffiles; install SP example stuff from 'dsssl/'
298
299 -- Adam Di Carlo <aph@debian.org>  Sat, 30 Oct 1999 13:51:18 -0400
300
301jade (1.2.1-12) unstable; urgency=low
302
303  * debian/rules: remove '-fpermissive' call (closes: Bug#45452); fold out
304    config.status as a separate target for a better build
305  * include generic/*.h (closes: Bug#46129)
306  * sp postinst: fix shell output indirection oopsie (closes: Bug#46577)
307
308 -- Adam Di Carlo <aph@debian.org>  Thu,  7 Oct 1999 02:20:24 -0400
309
310jade (1.2.1-11) unstable; urgency=low
311
312  * incorporate NMU from 1.2.1-10.1 (closes: Bug#44500)
313  * debian/rules: also, run libtoolize at build time; clean is cleaner
314  * port for g++ 2.95 or better made more robust (i.e., should work for
315    future g++ 3.x as well, as well as non GNU compilers); regenerate the
316    C++ files from M4 files so they don't show up in diffs
317
318 -- Adam Di Carlo <aph@debian.org>  Fri, 10 Sep 1999 20:08:59 -0400
319
320jade (1.2.1-10.1) unstable; urgency=low
321
322  * Non-maintainer upload.
323  * Update config.{guess,sub} for ARM
324
325 -- Jim Pick <jim@jimpick.com>  Mon,  6 Sep 1999 10:46:41 -0700
326
327jade (1.2.1-10) unstable; urgency=low
328
329  * port sources with g++ 2.95 (closes Bug#42925)
330  * update Policy standard compliance to 3.0.1
331  * README.sp-dev: note that SP_MULTI_BYTE must be defined when
332    compiling with the libraries/headers (closes Bug#41584)
333  * debian/rules: more debhelperification, where it helps
334
335 -- Adam Di Carlo <aph@debian.org>  Fri, 10 Sep 1999 19:05:56 -0400
336
337jade (1.2.1-9) unstable; urgency=low
338
339  * config/configure.in: add --enable-html to enable the HTML backend
340  * configure: regenerated
341  * debian/rules: enable the HTML backend
342  * README.Debian: add URLs, talk about the OpenJade project (thanks
343    esp. to Didier PH Martin)
344
345 -- Adam Di Carlo <aph@debian.org>  Sat, 26 Jun 1999 14:56:54 -0400
346
347jade (1.2.1-8) unstable; urgency=low
348
349  * patches for hurd port, and linking with libthreads (autoconf)
350    (closes Bug#38518)
351  * configure: regenerated from autoconf 1.13 (was 1.12)
352  * config/{ltmain.sh,ltconfig}: update from libtool 1.3.2
353  * README.Debian: update a few URLs
354  * Makefile.jade: no longer upstream or used by Debian, removed
355  * incidentally, non-Debian specific patches submitted to OpenJade group
356
357 -- Adam Di Carlo <aph@debian.org>  Thu, 17 Jun 1999 21:45:37 -0400
358
359jade (1.2.1-7) unstable; urgency=low
360
361  * sp: new conffile, /etc/sp.catalog, which is initially populated with
362    'OVERRIDE YES', which means that public (catalog) identifiers will
363    override system identifiers, which is relevant to XML files which
364    require both (as suggested by Gregor Hoffleit).  You can put other
365    global settings relevant to sp here also.
366  * correct libsp1 dependancy, discovered by the maintainer when upgrading
367    a hamm system to slink
368  * jade postinst: remove old policy violating sgml.catalog scrubbing; now
369    that is provided in a little script which can be hand run,
370    /usr/lib/jade/scrub-dsssl-catalog-cruft; be more discriminate in how
371    many cases we run under
372  * postinst: other minor style fixups
373  * rebuilt with newest g++ and libstdc++ packages
374
375 -- Adam Di Carlo <aph@debian.org>  Mon,  3 May 1999 02:08:33 -0400
376
377jade (1.2.1-6) unstable; urgency=low
378
379  * add some additional include files for libstyle to /usr/include/sp
380    (closes Bug#36207)
381  * debian/rules: clean out some cruft
382
383 -- Adam Di Carlo <aph@debian.org>  Sat, 17 Apr 1999 18:19:28 -0400
384
385jade (1.2.1-5) unstable; urgency=low
386
387  * parameterize and change default SGML paths to put /usr/local paths
388    prior to /usr paths; automatically populate README.Debian with the
389    proper value (closes Bug#31737)
390
391 -- Adam Di Carlo <aph@debian.org>  Sun,  7 Feb 1999 18:01:32 -0500
392
393jade (1.2.1-4) frozen unstable; urgency=low
394
395  * debian/rules: cosmetic cleanups
396  * debian/rules: recompile the whole shbang with -D_REENTRANT (policy
397    violation for libraries -- hopefully it won't hurt the non-libraries)
398
399 -- Adam Di Carlo <aph@debian.org>  Tue,  8 Dec 1998 01:49:51 -0500
400
401jade (1.2.1-3) frozen unstable; urgency=low
402
403  * recompile with new g++/libstdc++
404  * maintainer name change
405  * debian/control: fix spelling error in description (thanks, lintian!)
406  * debian/control: standards version 2.5.0
407
408 -- Adam Di Carlo <aph@debian.org>  Sat, 28 Nov 1998 06:29:49 -0500
409
410jade (1.2.1-2) frozen unstable; urgency=low
411
412  * debian/control: libsp1 conflicts with sp (<= 1.3-1.1-6), since if jade
413    is run with the mentioned or earlier sp, there are problems with the
414    shared libraries (closes Bug#29423)
415
416 -- Adam P. Harris <aph@debian.org>  Sat, 14 Nov 1998 02:28:26 -0500
417
418jade (1.2.1-1) frozen unstable; urgency=low
419
420  * new upstream minor version, bugfixes only, including portability fixes
421    and an autoconf bug which stopped the MIF backend from really being
422    enabled
423  * pristine upstream source
424  * config/configure.in: stop forcing us to use -ansi, which should help
425    porters, and is more correct -- consulting upstream with Cees de
426    Groot.   Should close Bug#28176.
427
428 -- Adam P. Harris <aph@debian.org>  Tue, 20 Oct 1998 02:46:32 -0400
429
430jade (1.2-3) unstable; urgency=medium
431
432  * debian/control: jade suggests sp
433  * debian/control: jade depends on libsp1 (closes Bug#28031, Bug#27830)
434
435 -- Adam P. Harris <aph@debian.org>  Fri, 16 Oct 1998 10:00:50 -0400
436
437jade (1.2-2) unstable; urgency=low
438
439  * enable MIF backend
440  * sp properly depends on libsp1 -- either dpkg-shlibdeps let me down or
441    I'm using it wrong (closes Bug#27331)
442  * debian/rules: set LD_PRELOAD= to work around bad interaction between
443    fakeroot and dpkg-shlibdeps; ensure autoconf scripts are executable;
444    fixup some strictly internal stuff
445
446 -- Adam P. Harris <aph@debian.org>  Sun,  4 Oct 1998 20:26:26 -0400
447
448jade (1.2-1) unstable; urgency=low
449
450  * new upstream version, obsoletes all previous patches
451    - can build with egcs
452    - a MIF backend written by Kathleen Marszalek and Paul Prescod,
453    sponsored by ISOGEN International Corp
454    - an enhanced TeX backend written by Kathleen Marszalek, sponsored by
455    Novare International, and an associated LaTeX macro package by
456    Sebastian Rahtz.
457    - configure/autoconf support from Cees de Groot (see
458    README.configure); this should make it easier to install; uses libtool
459    for shared libraries
460  * apply Cees' autoconf patch 1 from http://www.sgmltools.org/jade.html;
461    now we ship libgrove, libspgrove, and libstyle shared libs in the
462    libsp1 packages
463
464  * NOTE: shared library SO version numbers have changed.  This version of
465    libsp.so et al are not compatible with the other ones. Number has been
466    moved back from .so.1.3.x to so.1.0.3.  Honestly, I should bump the so
467    to .so.2.x but since the only other pkg which depends on this is
468    maintained by me I'm not going to bother.  Feel free to file a bug
469    report if this messes you up and I'll look into bumping the .so.
470  * debian/rules: use debhelper-style temporary build directories and use
471    dh_strip for maximum strip'age
472  * config/configure.in: remove sig_atomic_t check, stop adding
473    -fno-implicit-templates to CXXFLAGS, add --enable-default-search-path
474    for setting the search path
475  * debian/rules: stop generating buildinfo file, it's too much of a PITA
476
477 -- Adam P. Harris <aph@debian.org>  Sat, 26 Sep 1998 18:13:27 -0400
478
479jade (1.1.1-4) unstable; urgency=low
480
481  * Apply patches for Jadetex Aug06
482      http://tug.org/applications/jadetex/jade.patch.aug06
483    This requires jadetex 1.04 or better
484  * libsp1*: update README.Debian
485  * libsp1-dev: symlink doc dir from libsp1
486  * jade maintainer scripts: only blab about removing entries if we really are
487  * debian/rules: only install *.htm from jadedoc, eliminating lintian's
488    extra-license-file warning
489  * debian/rules: minor housekeeping
490
491 -- Adam P. Harris <aph@debian.org>  Thu,  3 Sep 1998 04:09:58 -0400
492
493jade (1.1.1-3) unstable; urgency=low
494
495  * Apply patches for Jadetex July07
496      http://tug.org/applications/jadetex/jade.patch.july07
497      http://tug.org/applications/jadetex/jade-newfiles.zip
498    This incorporates jadetex table support.  The jadetex 'aug06' patches
499    have not been incorporated since this would required jadetex 1.04 or
500    better.
501  * libsp1.shlibs: provide library in >= 1.3.1-1.1.1-1, rather than
502    requiring the exact current version
503
504 -- Adam P. Harris <aph@debian.org>  Fri, 14 Aug 1998 00:02:39 -0400
505
506jade (1.1.1-2) unstable; urgency=low
507
508  * libsp1-dev: include libgrove.a and libspgrove.a (no shared versions
509    yet, someone tell me if they want them) and some include files for
510    grove and spgrove.  Prompted by problems compiling dsc.
511  * link /usr/doc/jade/jade.htm to /usr/doc/jade/index.html
512
513 -- Adam P. Harris <aph@debian.org>  Wed,  5 Aug 1998 19:32:41 -0400
514
515jade (1.1.1-1) unstable; urgency=low
516
517  * new upstream versions (sp 1.3.1, jade 1.1.1)
518  * libsp1 split out from sp, sp-dev renamed to libsp1-dev
519  * libsp1-dev depends on libc6-dev and libg++272-dev, and recommends g++272
520  * libsp1 replaces older sp's since they had libsp.so.1* in them
521  * don't have the link from HTML file to /usr/doc/sp/changelog
522  * I tried again to use eg++ instead of g++272 but jade is still
523    non-functional when formatting docbook.  For porters, the entire SP
524    suite itself seems to do fine under eg++.
525
526 -- Adam P. Harris <aph@debian.org>  Sat, 25 Jul 1998 12:38:08 -0400
527
528jade (1.1-6) frozen unstable; urgency=low
529
530  * jade.1: fixed location reference of jade.htm
531  * backout from egcs' c++, since that seems to be the cause of the core
532    dumps, so we're back with 'gcc -fno-implicit-templates' as our c++
533    compiler; thanks for Terry Dawson <terry@linux.spice.net.au> for
534    isolating exactly when jade started crumbling (closes Bug#20796,
535    Bug#21895, Bug#21856)
536  * set dependancies on libsp.so now that we've got to do this manually
537    again
538  * rebuild with new sgml-catalog-check.pl from sgml-data, and add a check
539    to try to ensure we never build with bad symlinks (closes Bug#21807)
540  * add buildinfo.Debian file for all binary packages
541  * /usr/doc/sp/README added from upstream, minor updates to reflect
542    Debian way
543  * debian/control: bumped standards compliance to 2.4.1.0
544  * /usr/doc/*/copyright file brought up to policy spec
545  * TODO.Debian updated
546  * /usr/doc/sp/changelog and /usr/doc/sp-dev/changelog link created
547    (policy)
548
549 -- Adam P. Harris <aph@debian.org>  Sat,  2 May 1998 17:21:06 -0400
550
551jade (1.1-5) frozen unstable; urgency=low
552
553  * set SGML_SEARCH_PATH_DEFAULT to /usr/lib/sgml:/usr/local/lib/sgml (was
554    unset before, leading to wierd searching in /etc sometimes)
555  * set SGML_CATALOG_FILES_DEFAULT to
556    /usr/lib/sgml/catalog:/usr/local/lib/sgml/catalog
557  * rebuild with egcs-2.90.26 980308, remove -fno-implicit-templates,
558    which means Alpha platform should compile out of the box, linked
559    against libstdc++2.8 as well
560  * fixing dependancies:  sp shouldn't depend on itself, sp-dev now
561    depends on sync'd version of sp, jade depends on sync'd version of sp;
562    I think tight coupling is there between jade and sp.  I might loosen
563    it later.
564  * call ldconfig in sp's postinst, as stipulated by David Engel
565  * don't build SP tools with -fpic, you silly!
566
567 -- Adam P. Harris <aph@debian.org>  Sun, 29 Mar 1998 16:47:44 -0500
568
569jade (1.1-4) frozen unstable; urgency=low
570
571  * declarations do in /usr/lib/sgml/declaration, not declarations, as per
572    SGML subpolicy.
573  * unicode subdir moved to /usr/lib/sp/unicode (lintian)
574  * added declaration sp_implied.decl, representing sp's default
575    declaration
576  * don't call 'install-docs -r' from postrm, so scripts changed into
577    prerm (lintian)
578  * updates to README files
579
580 -- Adam P. Harris <aph@debian.org>  Thu, 19 Mar 1998 21:49:29 -0500
581
582jade (1.1-3) frozen unstable; urgency=low
583
584  * make shared libsp.so.1.3, major revision 1, link all programs in sp
585    and jade against that, which lowers the combined size by about 1MB
586  * add sp-dev package to hold the unversioned library symlink, the static
587    library, and the include files
588  * change documentation area from "text" to "Apps/Text"
589  * remove _GNU_SOURCE define, not needed anymore AFAIK
590  * move jade DTDs in to dtd subdir, make proper sublinks
591  * move jade's dsssl catalog to /usr/lib/jade/catalog
592  * rename jade's smgl catalog package from 'dsssl' to 'jade'
593  * rename sp's japan.dcl to japan.decl (more standard)
594  * include xml.decl
595
596 -- Adam P. Harris <aph@debian.org>  Sun, 15 Mar 1998 15:42:00 -0500
597
598jade (1.1-2) unstable; urgency=low
599
600  * split sp out from this source package, so now the jade source creates
601    both the jade and sp packages
602  * jade no longer conflicts/replaces/provides sp, but rather depends on
603    it
604  * sp version is SPVer-JadeSrcVer, i.e., 1.3-1.1-2 (thanks to Yann Dirson)
605  * debian/postrm*: be tolerant removing documentation
606  * README.Debian: add some links to relevant web sites
607
608 -- Adam P. Harris <aph@debian.org>  Wed, 11 Mar 1998 12:23:11 -0500
609
610jade (1.1-1) unstable; urgency=low
611
612  * new maintainer
613  * new upstream version (closes Bug#19155, Bug#19174, Bug#19175)
614  * jade now conflicts/replaces/provides sp
615  * source managed with CVS
616  * updated Standard compliance
617  * debian/rules: cleanup and abstraction like I like it, remove debstd
618    (closes Bug#15443)
619  * debian/control: suggest doc-base, since that is how I register HTML
620  * debian/control: switched to priority optional, which was sp's priority
621  * define SP_HAVE_SOCKET for http support
622  * define _GNU_SOURCE to help Alpha users (closes Bug#14319)
623  * include nsgmls, spam, and spent man pages from 1.0.1 distribution
624  * rename sx to sgml2xml to prevent namespace pollution
625
626 -- Adam P. Harris <aph@debian.org>  Tue, 10 Mar 1998 04:29:52 -0500
627
628jade (1.0.1-1) unstable; urgency=low
629
630  * new upstream release, libc6.
631  * debian/postrm: fix cleanup bug (missing $CAT) and use
632    install-sgmlcatalog --remove.
633  * debian/postinst: *always* remove the old entries, and use
634    install-sgmlcatalog --install.  (Plan to ditch all this cleanup code
635    before Debian 2.0.)
636  * Makefile.jade: turn on SP_HAVE_GETTEXT, but turn of SP_HAVE_SOCKET
637    since libc6 has a broken arpa/inet.h that won't build with -ansi.
638
639 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Tue, 28 Oct 1997 02:19:39 -0500
640
641jade (0.8-4) unstable; urgency=low
642
643  * debian/postinst, debian/postrm: add _FIX to the $SIG line, and install
644    the *dsssl* catalog entries, not the davenport ones (oops,
645    overenthusiastic cut and paste...) Make postrm more verbose, let
646    postinst treat configure like upgrade. grep $CAT, not stdin.
647  * turn off SP_HAVE_GETTEXT until I do a libc6 release.
648
649 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Sat, 2 Aug 1997 18:30:58 -0400
650
651jade (0.8-3) unstable; urgency=low
652
653  * Makefile.jade: set SP_HAVE_LOCALE, SP_HAVE_GETTEXT, SP_HAVE_SOCKET as
654    well (per suggestions from Ulrich Drepper.)
655
656 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Sat, 5 Jul 1997 13:53:27 -0400
657
658jade (0.8-2) unstable; urgency=low
659
660  * Makefile.jade: set SGML_CATALOG_FILES_DEFAULT to the debian value
661    (/usr/lib/sgml/catalog, so that the relative names work, *not* the
662    /etc/ version.)
663  * debian/rules: install dsssl/catalog as dsssl.cat
664  * debian/postinst, postrm: use jade-style md5 signatures, more advanced
665    cleanup code.
666
667 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Tue,  1 Jul 1997 00:54:18 -0400
668
669jade (0.8-1) unstable; urgency=low
670
671  * Initial Release, build with deb-make single.
672  * debian/rules: Only build/install jade, leave out the rest because they
673    are already in the debian "sp" package.
674  * debian/{postinst,postrm}: add/remove DSSSL DTD entries.
675
676 -- Mark W. Eichin <eichin@kitten.gen.ma.us>  Fri, 27 Jun 1997 22:28:34 -0400
677
678
679