libtemplates-parser-doc - Ada library to parse files and replace variables (documentation)
# sudo apt-get update
# sudo apt-get install libtemplates-parser-doc
2014-08-11 - Nicolas Boulenguez <nicolas@debian.org> libtemplates-parser (11.8.2014-3) unstable; urgency=medium * Build-Depend: sphinx-common. dh_sphinxdoc is needed during -arch rebuilds.
2014-08-11 - Nicolas Boulenguez <nicolas@debian.org> libtemplates-parser (11.8.2014-2) unstable; urgency=medium * Rebuild with libxmlada5-dev. Closes: #757622. Per Ada policy, -dev package is renamed 11.8.2014 -> 11.8.2015 and Replaces/Conflicts previous version. * Rely on dh_sphinxdoc for -doc package JavaScript dependencies. * Generate the version instead of always updating a patch. * Remove obsolete wildcard in -dbg lintian override.
2014-05-22 - Nicolas Boulenguez <nicolas@debian.org> libtemplates-parser (11.8.2014-1) unstable; urgency=medium * New upstream release, build with gnat-4.9. Library and -dev package renamed due to Ada policy. Remove work-around for #687642 (fixed in gnat-4.9). * Documentation now builds with sphinx. * Standards-Version: 3.9.5 (no changes). Machine-readable copyright format. * rules: run-tests target obsoleted by sadt from devscripts.
2013-08-28 - Nicolas Boulenguez <nicolas@debian.org> libtemplates-parser (11.6-4) unstable; urgency=low * Linker option avoiding FTBFS on arm* because of gnat bug #687642.
2013-08-27 - Nicolas Boulenguez <nicolas@debian.org> libtemplates-parser (11.6-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Ignore complex and unconfigurable upstream build system for most targets. * Autopkg tests. * Switch to debhelper 9. * Use multiarch paths, generate the system project accordingly. * Use dh-ada-library to simplify debian/rules. Lintian override: generated lib->dbg dependency reported as missing. When many implementation, only install the one used to build. -dev: depends on xmlada-dev, not the library. * texinfo5.patch: Closes: #707517. Avoid recompiling the library for the examples. Do not embed unused css in documentation. Install doc programs as examples (without execution permission). * Upstream changelog. Doc-base registration. Informative watch file. * Explicit Build-Depends-Indep: mawk | awk.
2011-10-03 - Ludovic Brenta <lbrenta@debian.org> libtemplates-parser (11.6-2) unstable; urgency=low * Tighten build dependency on gnat-4.6 (>= 4.6.1-6). Fixes FTBFS on kfreebsd-amd64, kfreebsd-i386. * debian/patches/disable-inlining.diff: new; work around compiler bug #642981 on armel. * debian/rules (clean): adjust to the new upstream version.
2011-09-12 - Xavier Grave <xavier.grave@ipno.in2p3.fr> libtemplates-parser (11.6-1) unstable; urgency=low [Xavier Grave] * new upstream version 11.6 - remove executable bit in *.ad[sb] files in the installed packages * add get-orig-source target - use bdf9f07b1b98db7064abab7564892a9736b2edd9 of com.adacore.templates_parser.debian * remove unused build.gpr file * Take new gcc-multilib scheme into account - put libs in /usr/lib/$(DEB_HOST_MULTIHARCH) - modify control and lintian files accordingly [Ludovic Brenta] * debian/control (Architectures): any. (Uploaders): add Xavier. (DM-Upload-Allowed): yes.
2010-06-13 - Ludovic Brenta <lbrenta@debian.org> libtemplates-parser (11.5-4) unstable; urgency=low * debian/control (*-dev): depend on gnat, ada-compiler. (*-dbg, *-doc): suggest gnat, gnat-4.4, ada-compiler. (*-doc): add ${misc:Depends} to Depends (lintian warning). (Standards-Version): update to 3.8.4 with no changes required. [Xavier Grave] * debian/patches/makefile-multicore.patch: new, use one compiler job per processor core present in the system instead of hardcoded 2.
2010-02-07 - Ludovic Brenta <lbrenta@debian.org> libtemplates-parser (11.5-3) unstable; urgency=medium * debian/control (Architectures): - temporarily disable mips due to #566234. - add armel. Closes: #568444. - s/docs/doc/. Closes: #568474.