* Non-maintainer upload.
* Fix "FTBFS: ../MSTypes/MSTypeData.H:54:23: error: declaration of
'operator new' as non-function": add patch from Ubuntu / Andreas Moog:
- src/main/Makefile.am/in: Fix order of arguments to allow building
with --as-needed.
- src/MSGUI/Makefile.am/in: Include X11 libs when linking
- src/MSTypes/MSTypeData.H: Add <cstddef> to headers (LP: #766003)
(Closes: #625102)
* Fix FTBFS with changes to MSFloat.C and MSUtil.C. (Closes: #560446).
* Updated standards version to 3.8.3 (no changes necessary).
* Now put updated config.{sub,guess} in the proper location.
(Closes: #536428).
* Removed unnecessary debian/xfonts-kapl.{postinst,prerm}.
* Changed dh_clean -k to dh_prep in debian/rules.
* Updated standards version to 3.8.2 (no changes).
* Removed unnecessary call to dh_makeshlibs that caused lintian error
about unnecessary call to ldconfig.
* Fixed file location for rgb.txt and fixed method that reads it to
handle comments properly.
* Rebuild to get up to date config.{sub,guess}. (Closes: #535728).
* New upstream release.
- Fixes errors on amd64 platform. (Closes: #468131)
- Also fixes "Font problems in aplus-fsf in Debian-40r0-amd64" which I
believe is a 64 bit problem, not a font problem. (Closes: #422970)
* Fixed "aplus-fsf: bashism in debian/rules". (Closes: #472909)
* Added patch from Stephen Ma for "Entering APL characters via C-c
prefix". (Closes: #413028)
* Moved dyld'ed shared objects to /usr/lib/aplus-fsf. They are used only
by the A+ binary. Moved system A+ scripts to /usr/lib/aplus-fsf/lib.
* debian/rules: Do not ignore errors in make distclean.
* debian/rules: Incremented debhelper compatibility version to 6.
* Move xfonts-kapl.postrm to .prerm, it depends on fc-cache which could
get removed before this package, making the removal of xfonts-kapl
fail. Thanks to Lucas Nussbaum. (closes: #398832)
* "FTBFS with G++ 4.1: cannot convert MSObjectVector<MSBool> to int"
Thanks to Martin Michlmayr, and to Ben Hutchings for supplying the
patches. (closes: #357770)
* "xfonts-kapl: X fonts transition" Moved fonts to /usr/share/fonts and
xfonts-kapl.alias to /etc/X11/fonts/X11R7, thanks to Joey
Hess. (closes: #362387)
* Use KAPL.TTF font so help is viewable in web browsers.
* Make tr64() global instead of local to avoid FTBFS on 64 bit machines.
* Added stdio.h and string.h to avoid warnings.
* New upstream release
- Incorporates my changes to compile under g++ 4.0.
- Adds new scripts directory with example scripts.
* Apply patch from Matt Kraai to fix FTBFS. (closes: #318361)
* Remove aplus-fsf.postinst which ran tests. (closes: #301907)
* Updated libtool to 1.5.6.
* Added include of errno.h in src/cxsys/sfe.c to avoid problems running
with 2.6 kernels. (closes: #230879)
* Applied patch supplied by Andreas Jochens for multiple files to allow
compiling under gcc 3.4 and 4.0 - "an explicit specialization must be
preceded by 'template <>'" (closes: #264679, #285130)
* Added dh_buildinfo to debian/rules.
* Moved debhelper compatibility level from d/rules to d/compat.
* Added autoinit target to d/rules to run autotools script.
* Removed gruesome sed hack to get libtool to use g++ for linking; new
libtool 1.5 does this properly.
* Added AM_MAINTAINER_MODE to configure.in; it's a more common way to
handle timestamp problems than the method introduced in 4.18.8-7.
* Removed build dependency on gcc 3.2 (formerly needed for some
platforms).
* Cleaned up d/rules a bit more by using target-specific DH_OPTIONS.
* Added the description of A+ to the aplus-fsf-doc package extended
description, modified some other descriptions to make it more clear
which packages to install for the run-time vs. development
environments. (Would have closed 209425).
* Updated to policy 3.6.1 (no changes).
* Fixed emacs install/remove scripts so that upgrades no longer blow
away A+ scripts.
* Added testing for g++ 3.3 headers to configure.in and use of the
resulting #defines in the code instead of previous ad hoc method.
* Handle noopt and nostrip DEB_BUILD_OPTIONS as recommended by policy.
* Fix auto-mode-alist modification in startup code of aplus-fsf-el to
use a-minor-mode, not a-mode.
* Fix startup to check for existence of aplus-fsf-el package, to avoid
error if removed but not purged.
* Changes to allow compiling with g++ 3.3 (closes: #196240)
- replaced deprecated headers with newer equivalents
- disambiguated definitions of xAxis() in AplusGUI/AplusTrace.[CH]
- resolved int/unsigned incompatibilities
* Force libtool to use g++ for linking so that stdc++ libraries are
linked in.
* Fixed timestamp bug that caused FTBFS on m68k and arm.
* Revamped the build process, making better use of debhelper tools.
* Fixed broken test for arm introduced in -4.
* Handled race condition that caused Makefile.in to be unnecessarily
rebuilt by saving timestamps of all files, and putting that timestamp
back in the configure-stamp step.
* Skip FP_INEXACT for arm, not available.
* Made architecture any. Closes: #176314
* Added test run (fsftest.+) to aplus-fsf.postinst.
* Changes to allow compiling with g++-3.2, will change Build-Depends and
rules to reflect that when it is available on all architectures that
aplus-fsf depends on. Closes: #166887
* Changed architecture of aplus-fsf-dev meta package to same as
aplus-fsf, upon which it depends.
* Reverted aplus-fsf-el back to architecture all, because
xemacs21-nomule is supposed to be available there.
* Excluded arm mips mipsel from aplus-fsf (FTBFS).
* Excluded hppa m68k from aplus-fsf-el, depends on xemacs21-nomule,
apparently not available on those.
* Initial Release.