libaunit-doc - AUnit, a unit testing framework for Ada: documentation
# sudo apt-get update
# sudo apt-get install libaunit-doc
2014-08-18 - Nicolas Boulenguez <nicolas@debian.org> libaunit (3.7.1-1) unstable; urgency=medium * New upstream release, built with gnat-4.9 (closes: #748998, #755078). Per Ada policy, rename lib (ABI) and -dev (sources) packages. * Because the generated doc is big, use Files-Excluded. Because it and examples are -indep, add a -doc package. * copyright: update to GPL-3+, repackage without generated files. * rules: run-tests target is obsoleted by sadt from devscripts. Now using upstream build system with a few patches. * doc-base registration. Install all formats and examples. * examples: deduplicate, link from doc, run as tests. Some of them and upstream-tests freeze, commented. * Fix dh_compress override.
2013-11-30 - Nicolas Boulenguez <nicolas@debian.org> libaunit (1.03-8) unstable; urgency=low * Adopting the package. Closes: #673752. * Switch to debhelper 9, dpkg-dev and dh-ada-library helpers. * Build-Depends: gnat in addition to gnat-4.6 to ensure default compiler. * Standards-Version: 3.9.5. Vcs-*: correct field names. * Stop depending on inexistant ada-compiler virtual package. * Mark lib and -dev packages as Multiarch: same. * copyright: update, machine-readable format 1.0. * Move runtime tests to debian/tests. XS-Testsuite field accordingly. * rules: inherit hardening flags. Do not compress examples. Implement clean. * source.lintian overrides: -lib does Depend on -dbg. * Empty but informative watch file.
2011-07-12 - Stephen Leake <stephen_leake@stephe-leake.org> libaunit (1.03-7) unstable; urgency=low * upgrade to build with gnat-4.6; bump aliversion
2010-06-15 - Stephen Leake <stephen_leake@stephe-leake.org> libaunit (1.03-6) unstable; urgency=low * debian/compat: bump to 7 * debian/control: add gnat, ada-compiler per Debian Ada Policy. * debian/source/format: switch to 3.0 (quilt) * debian/rules: don't install GPS plug-in aunit.xml; it's wrong.
2010-02-14 - Stephen Leake <stephen_leake@stephe-leake.org> libaunit (1.03-5) unstable; urgency=low [Stephen Leake] * debian/control (Standards-Version): update to 3.8.4 (Architecture): change to 'any', to match gnat-4.4. Closes: #568438 [Ludovic Brenta] * debian/control (DM-Upload-Allowed): new. (Uploaders): remove myself.
2009-11-19 - Ludovic Brenta <lbrenta@debian.org> libaunit (1.03-4) unstable; urgency=low [Stephen Leake] * Change -dev package name to reflect the change in .ali files (see extensive discussion at http://people.debian.org/~lbrenta/debian-ada-policy.html): - libaunit-dev -> libaunit1-dev * NEW package libaunit-dbg * Migrate to gnat-4.4 and change the soname to libaunit3. * Update Standards-Version to 3.8.3 with no changes. * debian/control (Architecture): add kfreebsd-amd64. Closes: #542414. (Vcs-Mtn, Vcs-Browse): new. (Maintainer): new maintainer Stephen Leake. (Uploaders): add Ludovic Brenta as the sponsor. (Suggests): new (Conflicts, Replaces): new * debian/test_installed.sh: New, for running tests against installed package. [Ludovic Brenta] * debian/control (Depends): add ${misc:Depends}, required by debhelper. (Architectures): disable alpha due to http://gcc.gnu.org/PR42073. * debian/aunit_ref.gpr: s/Object_Dir/Library_ALI_Dir/. * debian/aunit_build.gpr: build without -fstack-check. Eric Botcazou says: "-fstack-check is broken with GCC 4.4 on x86/x86-64 Linux, it generates code that will easily segfault" (http://gcc.gnu.org/PR20548).
2008-07-24 - Ludovic Brenta <lbrenta@debian.org> libaunit (1.03-3) unstable; urgency=low * Migrate to gnat-4.3 and change the soname to libaunit2. * Update Standards-Version to 3.8.0 with no changes. * Add support for mips, mipsel and ppc64. * Transform aunit.gpr into a library project file.
2006-09-18 - Ludovic Brenta <lbrenta@debian.org> libaunit (1.03-2) unstable; urgency=low * debian/control (Maintainer): use my Debian email address.