jade (1.2.1-28) unstable; urgency=low * Fix dpkg-gencontrol: warning for libsp1-dev (round 2) which fixes bad Depends: libsp1-dev (Closes: Bug#134819) this time it is verified to be correct... -- Stephen M Moraco Wed, 20 Feb 2002 23:41:00 -0700 jade (1.2.1-27) unstable; urgency=low * Fix descr all binary pkgs per ddtp audit (Closes: Bug#131292) * Fix dpkg-gencontrol: warning for libsp1-dev * Move update of config.{sub|guess} to clean for autobuilders -- Stephen M Moraco Thu, 14 Feb 2002 01:45:22 -0700 jade (1.2.1-26) unstable; urgency=low * New maintainer (Closes: Bug#110801) -- Stephen M Moraco Tue, 12 Feb 2002 00:17:35 -0700 jade (1.2.1-25) unstable; urgency=low * fix a bug introduced in last version where symlink for SP-supplied declarations were not properly created in /usr/lib/sgml, instead the blob character was created (oops!) closes: #124251, #125913, #127630 -- Adam Di Carlo Sat, 5 Jan 2002 15:00:54 -0500 jade (1.2.1-24) unstable; urgency=low * update for new Debian SGML layout, catalog files, and search path; closes: #115913, #115915 * depend on sgml-base 1.07 or better * remove useless sp.catalog conffile * bump libsp1 requirement to this version due to search path change, which is a compile time option * add build-dependency on gettext * policy compliant to 3.5.6 * debian/rules: more debhelperification, suggestions from Roger Leigh * move to DH_COMPAT 3, require debhelper 3.0 or better * debian/control: add build-depends on gettext, remove redundant dependency on autotools-dev * provide FOT.tex as an example, I guess that's for an example of how to render FOT output -- not completely clear... * we provide xml.soc in /usr/share/sgml/declaration/xml.soc, as expected by psgmls and probably other tools -- Adam Di Carlo Fri, 8 Nov 2001 20:35:50 -0500 jade (1.2.1-23) unstable; urgency=low * debian/rules: touch the m4 files in the clean rule, forcing them to rebuild, as Gerhard Tonn pointed out (my CVS makes all the timestamps the same) * refresh config.status etc files again, not that it really matters, since those are also forced during build * configure.in: force AC_PROG_CXXCPP early, preventing a little annoying problem * fix a duplicate dependancy on libsp1 affecting jade and sp * libsp1, policy: should call ldconfig in the `postrm' script if the first argument is `remove'; rework the 'ldconfig' call in postinst so lintian likes it better (although it was perfectly correct before) * debian/rules: we were building before on alpha and ia64 with SIZEOF_SIZE_T forced to 8; that isn't necessary anymore since we've hopefully fixed the upstream source to no longer need this * debian/rules: implement policy recommendations regarding DEB_BUILD_OPTIONS -- Adam Di Carlo Mon, 15 Oct 2001 02:05:58 -0400 jade (1.2.1-22) unstable; urgency=low * try once again to fix the instantiate Vector problem, still plaguing s390 -- with the new patch, from Gerhard Tonn, we don't have to hard-code the 64-bit architectures anymore; closes: #97949 -- Adam Di Carlo Sat, 6 Oct 2001 12:48:58 -0400 jade (1.2.1-21) unstable; urgency=medium * configure.in: remove special handling for strtoul, which references a source file which is not actually shipped; fixes build problems on ia64, and probably others -- Adam Di Carlo Sun, 16 Sep 2001 00:59:41 -0400 jade (1.2.1-20) unstable; urgency=low * debian/control: fix override disparities * debian/rules: copy in new config.sub and config.guess in the clean target from autotools-dev; add aclocal and autoreconf calls to update autoconf stuff; closes: #112292 * fix some tomfoolery in the upstream source where AC_CONFIG_AUX_DIR was being misused, this eliminates some tomfoolery in debian/rules * debian/rules: clean is a bit cleaner * update config.{sub,guess}, autoconf and libtool stuff in the source * Makefile.in: fix a mixup with the whole .libs symlink stuff, oh why is this needed at all?; other requirements for new libtool * build-depends on autotools-dev and automake -- Adam Di Carlo Sat, 15 Sep 2001 17:29:40 -0400 jade (1.2.1-19) unstable; urgency=medium * proper rework of patch from 18.1, to instantiate Vector unless we're 64 bit (well, actually, unless we're ia64 or alpha, where sizeof long != sizeof int I think?) closes: #97949, #103192, #109388 could someone who knows C++ please do this right and/or take over this package please? WNPP request already submitted. * TODO file: cosmetics, note need to do new sgml-base policy * rerun libtoolize --force, although I rather fail to see how this makes much difference for porters, since running libtoolize --force is part of the build process (I moved it up even higher); closes: #97377 * in new libstdc++3, we need SP_NO_STD_NAMESPACE enabled; closes: #96261 * incorporate other fixes from 18.2; closes: #99743, #103195 * minor FHS changes in our man pages; closes: #103178 * get rid of some old, broken cruft removal; closes: #95236 -- Adam Di Carlo Mon, 10 Sep 2001 12:51:41 -0400 jade (1.2.1-18.2) unstable; urgency=low * Non-maintainer upload * Fix to build with gcc 3.0. Closes: #96261 * New config.guess and config.sub (hppa, ia64, s390 & sh) Closes: #97377 * Fix to build under fakeroot. Closes: #99743, #103195 * Add gross hack for ia64 - works, but needs to be reviewd. Closes: #103192. -- LaMont Jones Fri, 6 Jul 2001 10:49:33 -0600 jade (1.2.1-18.1) unstable; urgency=low * Non-maintainer upload. * Added template instance Vector. Closes: #97949 -- Gerhard Tonn Fri, 1 Jun 2001 20:38:43 +0200 jade (1.2.1-18) unstable; urgency=low * debian/rules: correct location of sgml-catalog-check.pl (closes: Bug#75384); clean more stuff which should have been cleaned in upstream Makefiles * unicode/catalog: fix name of unicode.decl (closes: Bug#74858) * debian/control: build depends requires new enough sgml-data * apply patch from Randolph Chung updating autoconf/libtools stuff and enabling compilation on ia64 (closes: Bug#82109, Bug#82487) -- Adam Di Carlo Thu, 18 Jan 2001 03:44:19 -0500 jade (1.2.1-17) unstable; urgency=low * rebuild same rev for woody only * corrections in nsgmls manual page, patch from Gabor Liptak (closes: Bug#56628) * README.Debian: do sgml-dir substitution; discussion XML validation using the .decl file or the xml.soc (closes: Bug#56905) * debian/rules: install xml.soc in /declaration/ -- Adam Di Carlo Tue, 28 Mar 2000 02:20:32 -0500 jade (1.2.1-16) frozen unstable; urgency=medium * patch for Alpha (and 64-bit arches) (closes: Bug#58666); comment from the bug fixer, David Huggins-Daines: work around broken C++ compiler on Alpha, also instantiate Vector on Alpha since sizeof(size_t) != sizeof(int). This can't be done on 32-bit archs since gcc 2.95 will complain about multiple instantiations, however it has to be done on 64-bit ones - this is just a quick hack, upstream needs to fix it by checking the size of size_t in their configure script. * since the preceeding fix is needed for Alpha compilation, and since that patch does not affect any other architectures, this should be included in Potato. -- Adam Di Carlo Sat, 4 Mar 2000 15:56:40 -0500 jade (1.2.1-15) unstable; urgency=low * libsp: comment out the dtddeclNotSupported, because it's annoying and stupid to complain so much about things the software doesn't understand, and effectively makes it harder (well, more annoying) to transition to DTDDECL, which is fully understood by OpenJade -- Adam Di Carlo Tue, 4 Jan 2000 18:19:41 -0500 jade (1.2.1-14) unstable; urgency=low * include sgml2xml and sgmlnorm man pages, thanks to Steve Cheng, from the docbook2man examples (closes: Bug#39489) * do not install /usr/lib/sgml/declaration/xml.decl -- xml.dcl is now provided by sgml-data * patch for TeX output ligature problem affecting the characters '-<>', adopted from OpenJade (closes: Bug#45489) * debian/control: build standards version to 3.1.1; add Build-Depends * include/config.h: force #define SP_MULTI_BYTE (closes: Bug#46130) * remove "compatability" symlink /usr/lib/sgml/sgml/japan.decl, since I don't think anyone uses it * debian/rules: debhelperify * debian/*: rename files closed to what debhelper expects -- Adam Di Carlo Sat, 1 Jan 2000 19:06:04 -0500 jade (1.2.1-13) unstable; urgency=low * merge in upstream SP 1.3.4 (no correlated jade release yet, so this is packaged as a diff against jade 1.2.1) * debian/rules: enforce more modularity for consistency with openjade rules file; clean sp.conffiles; install SP example stuff from 'dsssl/' -- Adam Di Carlo Sat, 30 Oct 1999 13:51:18 -0400 jade (1.2.1-12) unstable; urgency=low * debian/rules: remove '-fpermissive' call (closes: Bug#45452); fold out config.status as a separate target for a better build * include generic/*.h (closes: Bug#46129) * sp postinst: fix shell output indirection oopsie (closes: Bug#46577) -- Adam Di Carlo Thu, 7 Oct 1999 02:20:24 -0400 jade (1.2.1-11) unstable; urgency=low * incorporate NMU from 1.2.1-10.1 (closes: Bug#44500) * debian/rules: also, run libtoolize at build time; clean is cleaner * port for g++ 2.95 or better made more robust (i.e., should work for future g++ 3.x as well, as well as non GNU compilers); regenerate the C++ files from M4 files so they don't show up in diffs -- Adam Di Carlo Fri, 10 Sep 1999 20:08:59 -0400 jade (1.2.1-10.1) unstable; urgency=low * Non-maintainer upload. * Update config.{guess,sub} for ARM -- Jim Pick Mon, 6 Sep 1999 10:46:41 -0700 jade (1.2.1-10) unstable; urgency=low * port sources with g++ 2.95 (closes Bug#42925) * update Policy standard compliance to 3.0.1 * README.sp-dev: note that SP_MULTI_BYTE must be defined when compiling with the libraries/headers (closes Bug#41584) * debian/rules: more debhelperification, where it helps -- Adam Di Carlo Fri, 10 Sep 1999 19:05:56 -0400 jade (1.2.1-9) unstable; urgency=low * config/configure.in: add --enable-html to enable the HTML backend * configure: regenerated * debian/rules: enable the HTML backend * README.Debian: add URLs, talk about the OpenJade project (thanks esp. to Didier PH Martin) -- Adam Di Carlo Sat, 26 Jun 1999 14:56:54 -0400 jade (1.2.1-8) unstable; urgency=low * patches for hurd port, and linking with libthreads (autoconf) (closes Bug#38518) * configure: regenerated from autoconf 1.13 (was 1.12) * config/{ltmain.sh,ltconfig}: update from libtool 1.3.2 * README.Debian: update a few URLs * Makefile.jade: no longer upstream or used by Debian, removed * incidentally, non-Debian specific patches submitted to OpenJade group -- Adam Di Carlo Thu, 17 Jun 1999 21:45:37 -0400 jade (1.2.1-7) unstable; urgency=low * sp: new conffile, /etc/sp.catalog, which is initially populated with 'OVERRIDE YES', which means that public (catalog) identifiers will override system identifiers, which is relevant to XML files which require both (as suggested by Gregor Hoffleit). You can put other global settings relevant to sp here also. * correct libsp1 dependancy, discovered by the maintainer when upgrading a hamm system to slink * jade postinst: remove old policy violating sgml.catalog scrubbing; now that is provided in a little script which can be hand run, /usr/lib/jade/scrub-dsssl-catalog-cruft; be more discriminate in how many cases we run under * postinst: other minor style fixups * rebuilt with newest g++ and libstdc++ packages -- Adam Di Carlo Mon, 3 May 1999 02:08:33 -0400 jade (1.2.1-6) unstable; urgency=low * add some additional include files for libstyle to /usr/include/sp (closes Bug#36207) * debian/rules: clean out some cruft -- Adam Di Carlo Sat, 17 Apr 1999 18:19:28 -0400 jade (1.2.1-5) unstable; urgency=low * parameterize and change default SGML paths to put /usr/local paths prior to /usr paths; automatically populate README.Debian with the proper value (closes Bug#31737) -- Adam Di Carlo Sun, 7 Feb 1999 18:01:32 -0500 jade (1.2.1-4) frozen unstable; urgency=low * debian/rules: cosmetic cleanups * debian/rules: recompile the whole shbang with -D_REENTRANT (policy violation for libraries -- hopefully it won't hurt the non-libraries) -- Adam Di Carlo Tue, 8 Dec 1998 01:49:51 -0500 jade (1.2.1-3) frozen unstable; urgency=low * recompile with new g++/libstdc++ * maintainer name change * debian/control: fix spelling error in description (thanks, lintian!) * debian/control: standards version 2.5.0 -- Adam Di Carlo Sat, 28 Nov 1998 06:29:49 -0500 jade (1.2.1-2) frozen unstable; urgency=low * debian/control: libsp1 conflicts with sp (<= 1.3-1.1-6), since if jade is run with the mentioned or earlier sp, there are problems with the shared libraries (closes Bug#29423) -- Adam P. Harris Sat, 14 Nov 1998 02:28:26 -0500 jade (1.2.1-1) frozen unstable; urgency=low * new upstream minor version, bugfixes only, including portability fixes and an autoconf bug which stopped the MIF backend from really being enabled * pristine upstream source * config/configure.in: stop forcing us to use -ansi, which should help porters, and is more correct -- consulting upstream with Cees de Groot. Should close Bug#28176. -- Adam P. Harris Tue, 20 Oct 1998 02:46:32 -0400 jade (1.2-3) unstable; urgency=medium * debian/control: jade suggests sp * debian/control: jade depends on libsp1 (closes Bug#28031, Bug#27830) -- Adam P. Harris Fri, 16 Oct 1998 10:00:50 -0400 jade (1.2-2) unstable; urgency=low * enable MIF backend * sp properly depends on libsp1 -- either dpkg-shlibdeps let me down or I'm using it wrong (closes Bug#27331) * debian/rules: set LD_PRELOAD= to work around bad interaction between fakeroot and dpkg-shlibdeps; ensure autoconf scripts are executable; fixup some strictly internal stuff -- Adam P. Harris Sun, 4 Oct 1998 20:26:26 -0400 jade (1.2-1) unstable; urgency=low * new upstream version, obsoletes all previous patches - can build with egcs - a MIF backend written by Kathleen Marszalek and Paul Prescod, sponsored by ISOGEN International Corp - an enhanced TeX backend written by Kathleen Marszalek, sponsored by Novare International, and an associated LaTeX macro package by Sebastian Rahtz. - configure/autoconf support from Cees de Groot (see README.configure); this should make it easier to install; uses libtool for shared libraries * apply Cees' autoconf patch 1 from http://www.sgmltools.org/jade.html; now we ship libgrove, libspgrove, and libstyle shared libs in the libsp1 packages * NOTE: shared library SO version numbers have changed. This version of libsp.so et al are not compatible with the other ones. Number has been moved back from .so.1.3.x to so.1.0.3. Honestly, I should bump the so to .so.2.x but since the only other pkg which depends on this is maintained by me I'm not going to bother. Feel free to file a bug report if this messes you up and I'll look into bumping the .so. * debian/rules: use debhelper-style temporary build directories and use dh_strip for maximum strip'age * config/configure.in: remove sig_atomic_t check, stop adding -fno-implicit-templates to CXXFLAGS, add --enable-default-search-path for setting the search path * debian/rules: stop generating buildinfo file, it's too much of a PITA -- Adam P. Harris Sat, 26 Sep 1998 18:13:27 -0400 jade (1.1.1-4) unstable; urgency=low * Apply patches for Jadetex Aug06 http://tug.org/applications/jadetex/jade.patch.aug06 This requires jadetex 1.04 or better * libsp1*: update README.Debian * libsp1-dev: symlink doc dir from libsp1 * jade maintainer scripts: only blab about removing entries if we really are * debian/rules: only install *.htm from jadedoc, eliminating lintian's extra-license-file warning * debian/rules: minor housekeeping -- Adam P. Harris Thu, 3 Sep 1998 04:09:58 -0400 jade (1.1.1-3) unstable; urgency=low * Apply patches for Jadetex July07 http://tug.org/applications/jadetex/jade.patch.july07 http://tug.org/applications/jadetex/jade-newfiles.zip This incorporates jadetex table support. The jadetex 'aug06' patches have not been incorporated since this would required jadetex 1.04 or better. * libsp1.shlibs: provide library in >= 1.3.1-1.1.1-1, rather than requiring the exact current version -- Adam P. Harris Fri, 14 Aug 1998 00:02:39 -0400 jade (1.1.1-2) unstable; urgency=low * libsp1-dev: include libgrove.a and libspgrove.a (no shared versions yet, someone tell me if they want them) and some include files for grove and spgrove. Prompted by problems compiling dsc. * link /usr/doc/jade/jade.htm to /usr/doc/jade/index.html -- Adam P. Harris Wed, 5 Aug 1998 19:32:41 -0400 jade (1.1.1-1) unstable; urgency=low * new upstream versions (sp 1.3.1, jade 1.1.1) * libsp1 split out from sp, sp-dev renamed to libsp1-dev * libsp1-dev depends on libc6-dev and libg++272-dev, and recommends g++272 * libsp1 replaces older sp's since they had libsp.so.1* in them * don't have the link from HTML file to /usr/doc/sp/changelog * I tried again to use eg++ instead of g++272 but jade is still non-functional when formatting docbook. For porters, the entire SP suite itself seems to do fine under eg++. -- Adam P. Harris Sat, 25 Jul 1998 12:38:08 -0400 jade (1.1-6) frozen unstable; urgency=low * jade.1: fixed location reference of jade.htm * backout from egcs' c++, since that seems to be the cause of the core dumps, so we're back with 'gcc -fno-implicit-templates' as our c++ compiler; thanks for Terry Dawson for isolating exactly when jade started crumbling (closes Bug#20796, Bug#21895, Bug#21856) * set dependancies on libsp.so now that we've got to do this manually again * rebuild with new sgml-catalog-check.pl from sgml-data, and add a check to try to ensure we never build with bad symlinks (closes Bug#21807) * add buildinfo.Debian file for all binary packages * /usr/doc/sp/README added from upstream, minor updates to reflect Debian way * debian/control: bumped standards compliance to 2.4.1.0 * /usr/doc/*/copyright file brought up to policy spec * TODO.Debian updated * /usr/doc/sp/changelog and /usr/doc/sp-dev/changelog link created (policy) -- Adam P. Harris Sat, 2 May 1998 17:21:06 -0400 jade (1.1-5) frozen unstable; urgency=low * set SGML_SEARCH_PATH_DEFAULT to /usr/lib/sgml:/usr/local/lib/sgml (was unset before, leading to wierd searching in /etc sometimes) * set SGML_CATALOG_FILES_DEFAULT to /usr/lib/sgml/catalog:/usr/local/lib/sgml/catalog * rebuild with egcs-2.90.26 980308, remove -fno-implicit-templates, which means Alpha platform should compile out of the box, linked against libstdc++2.8 as well * fixing dependancies: sp shouldn't depend on itself, sp-dev now depends on sync'd version of sp, jade depends on sync'd version of sp; I think tight coupling is there between jade and sp. I might loosen it later. * call ldconfig in sp's postinst, as stipulated by David Engel * don't build SP tools with -fpic, you silly! -- Adam P. Harris Sun, 29 Mar 1998 16:47:44 -0500 jade (1.1-4) frozen unstable; urgency=low * declarations do in /usr/lib/sgml/declaration, not declarations, as per SGML subpolicy. * unicode subdir moved to /usr/lib/sp/unicode (lintian) * added declaration sp_implied.decl, representing sp's default declaration * don't call 'install-docs -r' from postrm, so scripts changed into prerm (lintian) * updates to README files -- Adam P. Harris Thu, 19 Mar 1998 21:49:29 -0500 jade (1.1-3) frozen unstable; urgency=low * make shared libsp.so.1.3, major revision 1, link all programs in sp and jade against that, which lowers the combined size by about 1MB * add sp-dev package to hold the unversioned library symlink, the static library, and the include files * change documentation area from "text" to "Apps/Text" * remove _GNU_SOURCE define, not needed anymore AFAIK * move jade DTDs in to dtd subdir, make proper sublinks * move jade's dsssl catalog to /usr/lib/jade/catalog * rename jade's smgl catalog package from 'dsssl' to 'jade' * rename sp's japan.dcl to japan.decl (more standard) * include xml.decl -- Adam P. Harris Sun, 15 Mar 1998 15:42:00 -0500 jade (1.1-2) unstable; urgency=low * split sp out from this source package, so now the jade source creates both the jade and sp packages * jade no longer conflicts/replaces/provides sp, but rather depends on it * sp version is SPVer-JadeSrcVer, i.e., 1.3-1.1-2 (thanks to Yann Dirson) * debian/postrm*: be tolerant removing documentation * README.Debian: add some links to relevant web sites -- Adam P. Harris Wed, 11 Mar 1998 12:23:11 -0500 jade (1.1-1) unstable; urgency=low * new maintainer * new upstream version (closes Bug#19155, Bug#19174, Bug#19175) * jade now conflicts/replaces/provides sp * source managed with CVS * updated Standard compliance * debian/rules: cleanup and abstraction like I like it, remove debstd (closes Bug#15443) * debian/control: suggest doc-base, since that is how I register HTML * debian/control: switched to priority optional, which was sp's priority * define SP_HAVE_SOCKET for http support * define _GNU_SOURCE to help Alpha users (closes Bug#14319) * include nsgmls, spam, and spent man pages from 1.0.1 distribution * rename sx to sgml2xml to prevent namespace pollution -- Adam P. Harris Tue, 10 Mar 1998 04:29:52 -0500 jade (1.0.1-1) unstable; urgency=low * new upstream release, libc6. * debian/postrm: fix cleanup bug (missing $CAT) and use install-sgmlcatalog --remove. * debian/postinst: *always* remove the old entries, and use install-sgmlcatalog --install. (Plan to ditch all this cleanup code before Debian 2.0.) * Makefile.jade: turn on SP_HAVE_GETTEXT, but turn of SP_HAVE_SOCKET since libc6 has a broken arpa/inet.h that won't build with -ansi. -- Mark W. Eichin Tue, 28 Oct 1997 02:19:39 -0500 jade (0.8-4) unstable; urgency=low * debian/postinst, debian/postrm: add _FIX to the $SIG line, and install the *dsssl* catalog entries, not the davenport ones (oops, overenthusiastic cut and paste...) Make postrm more verbose, let postinst treat configure like upgrade. grep $CAT, not stdin. * turn off SP_HAVE_GETTEXT until I do a libc6 release. -- Mark W. Eichin Sat, 2 Aug 1997 18:30:58 -0400 jade (0.8-3) unstable; urgency=low * Makefile.jade: set SP_HAVE_LOCALE, SP_HAVE_GETTEXT, SP_HAVE_SOCKET as well (per suggestions from Ulrich Drepper.) -- Mark W. Eichin Sat, 5 Jul 1997 13:53:27 -0400 jade (0.8-2) unstable; urgency=low * Makefile.jade: set SGML_CATALOG_FILES_DEFAULT to the debian value (/usr/lib/sgml/catalog, so that the relative names work, *not* the /etc/ version.) * debian/rules: install dsssl/catalog as dsssl.cat * debian/postinst, postrm: use jade-style md5 signatures, more advanced cleanup code. -- Mark W. Eichin Tue, 1 Jul 1997 00:54:18 -0400 jade (0.8-1) unstable; urgency=low * Initial Release, build with deb-make single. * debian/rules: Only build/install jade, leave out the rest because they are already in the debian "sp" package. * debian/{postinst,postrm}: add/remove DSSSL DTD entries. -- Mark W. Eichin Fri, 27 Jun 1997 22:28:34 -0400