Author: niels Date: Thu Aug 7 21:07:27 2008 New Revision: 3233 URL: http://svn.gna.org/viewcvs/service-tech?rev=3233&view=rev Log: Rachel Version 1.09 ===================
* fixed bug #12153 (`https://gna.org/bugs/?12153'): the patch for the aspected sources now works on x86_64 machines * fixed a bug in test script `tests/test4': the wrong return value was returned to `make check' * improved portability of Makefiles by using more built-in variables such as `$(MAKE) $(AM_MAKEFLAGS)' or `$(SED)' * added file `doc/cmdline.out' to the distribution to avoid complete compilation just to execute `make doc' * code complies to ISO C++ * listing the tools required to re-generated code (Flex, Bison, Gengetopt, and Kimwitu++) in the `README' file * completed task #6131 (`https://gna.org/task/?6131'): whether or not the aspects of AspectC++ are used during compilation can be controlled by parameters of the configure script: * `./configure': use aspects * `./configure --enable-aspects': use aspects * `./configure --enable-aspects=true': use aspects * `./configure --disable-aspects': do not use aspects * `./configure --enable-aspects=false': do not used aspects If aspects are disabled, the files `src/xxxx.cc' are directly copied to `src/aspected-xxxx.cc', and the AspectC++ tools are not at all invoked. * MAINTAINER: overworked the Makefile target `deb' in the directory `maintainer' to create a Debian source package Note that `make deb' can only be executed on a machine where the tools `dpkg-buildpackage' and `date -R' are present. To upload the source package to a Launchpad PPA (it is currently uploaded to `https://launchpad.net/~niels-lohmann/+archive'), the tool `dput' is needed. Furthermore, the tools `fakeroot' and `alien' are needed to create an RPM binary package from the Debian binary package. Added: trunk/rachel/maintainer/debian/README.Debian.template trunk/rachel/maintainer/debian/changelog.template.in - copied, changed from r3227, trunk/rachel/maintainer/debian/changelog.in Removed: trunk/rachel/maintainer/debian/README.Debian trunk/rachel/maintainer/debian/changelog.in Modified: trunk/rachel/ChangeLog trunk/rachel/Makefile.am trunk/rachel/NEWS trunk/rachel/README trunk/rachel/configure.ac trunk/rachel/doc/ChangeLog.texi trunk/rachel/doc/Makefile.am trunk/rachel/maintainer/Makefile.am trunk/rachel/maintainer/debian/compat trunk/rachel/maintainer/debian/control trunk/rachel/maintainer/debian/copyright trunk/rachel/maintainer/debian/dirs trunk/rachel/src/Makefile.am trunk/rachel/tests/test4 -- You received this e-mail, because you subscribed the mailing list "service-tech-commits" which will forward you any e-mail addressed to [EMAIL PROTECTED] If you want to unsubscribe or make any changes to your subscription, please go to https://mail.gna.org/listinfo/service-tech-commits.
