bigloo (2.8c-6build1) gutsy; urgency=low * No-change upload for the libgcj transition. -- Steve Kowalik Wed, 20 Jun 2007 23:06:02 +1000 bigloo (2.8c-6) unstable; urgency=low * Reactivated the build of the jvm backend on the 3 64bit archs, apparently disabled in 2.8c-2 by mistake. -- Yann Dirson Wed, 29 Nov 2006 23:31:09 +0100 bigloo (2.8c-5) unstable; urgency=low * Like had aleady been done in the past, make the jvm-test non-fatal to the build. Even if there is a bug in the jvm backend (on hppa and arm), it is better to have a bug in that backend on those archs than no bigloo at all in etch. -- Yann Dirson Sun, 26 Nov 2006 22:00:08 +0100 bigloo (2.8c-4) unstable; urgency=low * Fixed the passing of --no-call/cc flag to testsuite (Closes: #400377). -- Yann Dirson Sun, 26 Nov 2006 00:51:21 +0100 bigloo (2.8c-3) unstable; urgency=medium * Do not run the call/cc test in C testsuite on hppa, since we know it has a problem (Closes: #391642). That problem itself is not a release blocker, since call/cc support is only enabled by a command-line switch anyway, so most users won't be affected by that issue. -- Yann Dirson Fri, 24 Nov 2006 23:48:39 +0100 bigloo (2.8c-2) unstable; urgency=low * Applied upstream fix for the testcase failing on 64bit archs: debian/patches/01_64bit-testcase (Closes: #390001). * Edited configure to force the use of -Wl,-soname, since the test for -soname validity issues a false positive: debian/patches/00_ld_soname. -- Yann Dirson Wed, 1 Nov 2006 10:24:45 +0100 bigloo (2.8c-1) unstable; urgency=low * New upstream release, soname name change. * Edited dirname in patches for new upstream version. * Allow bigloo-ude to work with emacs-snapshot (Closes: #375699). -- Yann Dirson Sat, 16 Sep 2006 15:15:53 +0200 bigloo (2.8a-2) unstable; urgency=low * Acknowledge NMUs on 2.7a (Closes: #374958): ** Set javaprefix to /usr/bin and drop the build-dependency on free-java-sdk, which isn't usable on arm/hppa. Instead, pull in fastjar, since it's needed. Fixes FTBFS, patch from Steve Langasek. (Closes: #374897). This works because the jvm itself is only used when running the tests. ** Other changes integrated in upstream or in 2.8a-1 already. * Add dependency on sablevm on all java-enabled archs except arm and hppa where it is currently broken, to get the jvm tests run. * Make the jvm tests fatal, but only run them if there is a "java" command in the PATH (Closes: #375048). * Call xargs with --no-run-if-empty fo archs where no .css file gets installed (Closes: #358953). * Comment out the build-dep on skribe, which was indeed never used since it cannot be used to build the doc. * Bumped Standards-Version to 2.7.2, no change. -- Yann Dirson Sun, 13 Aug 2006 12:43:20 +0200 bigloo (2.8a-1) unstable; urgency=low * New upstream release, soname name change. * Edited dirname in patches for new upstream version. * All tool files are now brefixed with "bgl", bigloo does not conflict with netatalk any more (Closes: #132041). * Add explicit --jvm=yes flag to get it properly activated. * Reintroduce jas, now named bgljas, since it does not seem to be so much deprecated upstream after all. * Run tests using c-test and jvm-test targets, "recette" targets are not there any more. * New libbigloosqlite2.8a package, build-depend on libsqlite3-dev. * New libbigloosssl2.8a package, build-depend on libssl-dev. * Build-depend on gcj >= 4.1 and drop dep on libgcj-dev (Closes: #359723, #368391, #369981). * Using non-native package this time (Closes: #368953). * Fixed typo in bigloo-dev description (Closes: #363179). -- Yann Dirson Sun, 4 Jun 2006 23:20:02 +0200 bigloo (2.7a-r2-1) UNRELEASED; urgency=low * New upstream release. * Edited dirname in patches for new upstream version. * Tuned BIGLOO_RELEASE extaction for this new numbering convention. * Switch to debhelper compat v5. * Added misc:Depends to all binary packages. * Also run static c tests, and jvm-jar tests. * Error during c tests is now a failure, jvm tests are still considered indicative. -- Yann Dirson Sun, 8 Jan 2006 17:38:24 +0100 bigloo (2.7a-1) unstable; urgency=low * Final upstream release. * Reactivated ia64 build, since #336918 is believed to be fixed. -- Yann Dirson Mon, 21 Nov 2005 20:51:46 +0100 bigloo (2.6f+2.7a-051116-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Wed, 16 Nov 2005 21:34:48 +0100 bigloo (2.6f+2.7a-051105-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Sun, 6 Nov 2005 16:01:43 +0100 bigloo (2.6f+2.7a-051027-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Fri, 28 Oct 2005 18:53:20 +0200 bigloo (2.6f+2.7a-051026-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Wed, 26 Oct 2005 19:23:58 +0200 bigloo (2.6f+2.7a-051022-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Sat, 22 Oct 2005 14:42:39 +0200 bigloo (2.6f+2.7a-051017-1) unstable; urgency=low * New upstream beta release. * Run the tests after build to get an idea of the results on all platforms (only the jvm mmap test fails on i386). * Added note in README.Debian about the missing mmap feature in the jvm. -- Yann Dirson Mon, 17 Oct 2005 20:36:12 +0200 bigloo (2.6f+2.7a-051013-2) unstable; urgency=low * Switch to free-java-sdk, instead of requesting individual packages (this means we will use jikes instead of kaffe), both in build-deps and backend-jvm deps. -- Yann Dirson Sat, 15 Oct 2005 14:53:47 +0200 bigloo (2.6f+2.7a-051013-1) unstable; urgency=low * New upstream beta release. * Use conditionnal dh_install to install jigloo, instead of conditionnal cp and subsequent unconditionnal dh_movefiles, which caused errors. * Removed mips from the list of archs supporting jvm backend, since there is no gcj there, and the future of kaffe support on that arch is uncertain anyway. * Added missing .gz suffix to info index filenames in doc-base files (linda). -- Yann Dirson Sat, 15 Oct 2005 00:03:05 +0200 bigloo (2.6f+2.7a-051012-1) unstable; urgency=low * New upstream beta release. * Do not try to put jigloo in the package on archs where we do not build it. -- Yann Dirson Wed, 12 Oct 2005 23:00:58 +0200 bigloo (2.6f+2.7a-051005-3) unstable; urgency=low * Only attempt to build jigloo on jvm-enabled platforms. -- Yann Dirson Sun, 9 Oct 2005 15:55:21 +0200 bigloo (2.6f+2.7a-051005-2) unstable; urgency=low * Disabled jvm backend on mipsel, where no kaffe/gcj is available for now. * Tuned build-deps to avoid java-related stuff on platforms where we do not build the jvm backend. * Put bigloo-doc in section doc to match the override. -- Yann Dirson Sat, 8 Oct 2005 17:46:40 +0200 bigloo (2.6f+2.7a-051005-1) unstable; urgency=low * New upstream beta release, fixing an issue with gcc 4.x. Dropped the dependencies on gcc-3.4. -- Yann Dirson Wed, 5 Oct 2005 21:22:02 +0200 bigloo (2.6f+2.7a-050920-1) unstable; urgency=low * New upstream beta release. * Added alpha to the arch list for jvm backend, now that kaffe/#328328 is fixed. * Removed build-dep on fastjar, which was not used anyway, now that kaffe uses fastjar itself. -- Yann Dirson Sat, 24 Sep 2005 14:23:41 +0200 bigloo (2.6f+2.7a-050916-2) unstable; urgency=low * Be sure not to attempt to build the deb of the jvm backend where disabled. -- Yann Dirson Sat, 17 Sep 2005 10:05:22 +0200 bigloo (2.6f+2.7a-050916-1) unstable; urgency=low * New upstream beta release. * Desactivate build of jvm backend for platforms with known problems: sparc (sablevm #328311), ia64 (sablevm), alpha (kaffe/jar #328328), m68k (already on build-ignore list). * Pass --jvm flag to configure based on debian/control Architecture field. -- Yann Dirson Fri, 16 Sep 2005 20:34:26 +0200 bigloo (2.6f+2.7a-050818-5) unstable; urgency=low * Have bigloo-backend-native depend on gcc-3.4 instead of just gcc (Closes: #327318). -- Yann Dirson Sat, 10 Sep 2005 13:44:19 +0200 bigloo (2.6f+2.7a-050818-4) unstable; urgency=low * Added fastjar to build-depends. -- Yann Dirson Mon, 5 Sep 2005 19:18:11 +0200 bigloo (2.6f+2.7a-050818-3) unstable; urgency=low * Added zip to build-depends (Closes: #319297). -- Yann Dirson Sun, 4 Sep 2005 15:26:20 +0200 bigloo (2.6f+2.7a-050818-2) unstable; urgency=low * Restored the build-deps for previously-disabled jvm backend. * Build jigloo before bigloo, so that if gcj fails the buildd time is not wasted uselessly. -- Yann Dirson Sat, 20 Aug 2005 23:57:41 +0200 bigloo (2.6f+2.7a-050818-1) unstable; urgency=low * New upstream beta release. * Reactivated the build of the jvm backend. -- Yann Dirson Sat, 20 Aug 2005 18:10:35 +0200 bigloo (2.6f+2.7a-050721-1) unstable; urgency=low * New upstream beta release. * Restored build-dep on gcj to get jigloo built. -- Yann Dirson Thu, 21 Jul 2005 21:32:07 +0200 bigloo (2.6f+2.7a-050720-1) unstable; urgency=low * New upstream beta release. * Deactivated build of java backend, until kaffe gets updated - we need to tackle other problems first. The jvm package is still built but empty, with a note in the description. -- Yann Dirson Wed, 20 Jul 2005 21:41:31 +0200 bigloo (2.6f+2.7a-050708-4) unstable; urgency=low * Use kaffe as javac and sablevm as java, as those look like the prefered ones. Adapted build-deps accordingly. -- Yann Dirson Mon, 18 Jul 2005 01:52:50 +0200 bigloo (2.6f+2.7a-050708-3) unstable; urgency=low * Use default gcj, and build-depend on libgcj6-dev. -- Yann Dirson Mon, 11 Jul 2005 08:32:01 +0200 bigloo (2.6f+2.7a-050708-2) unstable; urgency=low * Move support files for the native backend into their own bigloo-backend-native package. Conflict/Replace old version of the bigloo package, although the conflict should only be against 2.7a beta packages. * Moved dependencies on gcc and libc6-dev from bigloo to bigloo-backend-native. * Use a bigloo-backend virtual package to make sure one of them is installed, the default one being the native backend. * Recommend the native backend, since it is the compiled-in default. * Force the use of gcc-3.4, since 4.0 has a generation bug that causes the native testsuite to fail. * Build a native jigloo executable using gcj-3.4 (until the problem causing gcj-4.0 to pull 64bit libs is fixed), and ship it in bigloo-devtools. Build-depend on gcj-3.4 and libgcj5-dev for this. * Allow the java-compiler alternative as a dependency for the jvm backend. * Updated extended description to mention the java and .NET backends. * Install examples for fthread and bdl. * Install missing README files: fthread, pthread, jigloo. * Bumped Standards-Version to 3.6.2, no change. -- Yann Dirson Sun, 10 Jul 2005 15:42:23 +0200 bigloo (2.6f+2.7a-050708-1) unstable; urgency=low * The "I know, I always said I would wait to have ia64 and amd64 working before adding jvm support, but well, that's life" release. * New upstream beta release. * Build the JVM backend (Closes: #157967). Provide this support in a new bigloo-backend-jvm package. Hardcode the use of jikes-classpath for now. * Force --javaprefix to be workaround #317513, and be sure to override it with --java. * Made bigloo-backend-jvm arch:any for now, although it may be arch-all after all, to minimize packaging changes for now. -- Yann Dirson Sat, 9 Jul 2005 19:01:36 +0200 bigloo (2.6f+2.7a-050706-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Wed, 6 Jul 2005 20:44:16 +0200 bigloo (2.6f+2.7a-050627-1) unstable; urgency=low * New upstream beta release: - should build on amd64 (Closes: #316007). - integrates debian/patches/00_ld_soname.diff -- Yann Dirson Tue, 28 Jun 2005 21:03:07 +0200 bigloo (2.6f+2.7a-050622-1) unstable; urgency=low * New upstream beta release: - should build on ia64. - includes debian/patches/80_ccpic2_call, removed -- Yann Dirson Wed, 22 Jun 2005 19:32:26 +0200 bigloo (2.6f+2.7a-050620-1) unstable; urgency=low * New upstream beta release, fixing wrong detection of -fPIC support (Closes: #314889). * Fixed reversed test in configure, which caused -fPIC to be used even on platforms when it is not necessary. => debian/patches/80_ccpic2_call -- Yann Dirson Mon, 20 Jun 2005 21:28:07 +0200 bigloo (2.6f+2.7a-050616-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Fri, 17 Jun 2005 23:38:08 +0200 bigloo (2.6f+2.7a-050613-1) unstable; urgency=low * New upstream beta release. * Updated debian/patches/00_ld_soname.diff and debian/patches/51_debian_toplevel_makefile_hacks.diff for new Makefiles: both went simpler, yay ! -- Yann Dirson Mon, 13 Jun 2005 23:16:44 +0200 bigloo (2.6f-2) unstable; urgency=low * Sarge is released, upload to sid without fear :) * Change the runtime library package to section "libs". * Replace suggestion of non-existent "gprof" package with "binutils". -- Yann Dirson Mon, 6 Jun 2005 21:55:52 +0200 bigloo (2.6f-1) experimental; urgency=low * New upstream release. * Adapted all patches for 2.6e -> 2.6f namechange (!). * Upload to experimental to avoid getting in the way of 2.6e eventually entering sarge. -- Yann Dirson Wed, 2 Mar 2005 08:33:00 +0100 bigloo (2.6e-1) unstable; urgency=low * Final upstream release. -- Yann Dirson Thu, 21 Oct 2004 21:54:49 +0200 bigloo (2.6d+2.6e-beta041018-1) unstable; urgency=low * New upstream beta release. * Dropped patch 10_ccpic_check, integrated upstream. -- Yann Dirson Tue, 19 Oct 2004 22:50:32 +0200 bigloo (2.6d+2.6e-beta041015-2) unstable; urgency=low * New patch 10_ccpic_check to fix the configure-time probe for -fPIC. -- Yann Dirson Sat, 16 Oct 2004 14:50:48 +0200 bigloo (2.6d+2.6e-beta041015-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Fri, 15 Oct 2004 23:10:48 +0200 bigloo (2.6d+2.6e-beta040927-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Mon, 27 Sep 2004 21:45:58 +0200 bigloo (2.6d+2.6e-alpha040909-1) unstable; urgency=low * New upstream alpha release. -- Yann Dirson Sat, 11 Sep 2004 22:51:47 +0200 bigloo (2.6d+2.6e-alpha040830-1) unstable; urgency=low * New upstream alpha release. * Added a debian/watch file. -- Yann Dirson Mon, 30 Aug 2004 20:24:46 +0200 bigloo (2.6d+2.6e-alpha040818-1) unstable; urgency=low * New upstream alpha release. * Dropped 03_bmemrun_hashbang.diff, integrated upstream. -- Yann Dirson Fri, 20 Aug 2004 08:37:08 +0200 bigloo (2.6d+2.6e-alpha040715-1) unstable; urgency=low * New upstream alpha release. * Dropped patch 02_cpicflags.diff, integrated upstream. * Adapted patch 03_bmemrun_hashbang.diff, wrongly integrated upstream. -- Yann Dirson Sun, 18 Jul 2004 00:04:21 +0200 bigloo (2.6d+2.6e-alpha040622-1) unstable; urgency=low * New upstream alpha release. * Switch to dbs using the dbs package. -- Yann Dirson Wed, 23 Jun 2004 16:44:48 +0200 bigloo (2.6d+2.6e-alpha040609-3) unstable; urgency=low * Force LC_ALL to C in debian/rules to workaround texinfo inserting text using language from the user's locale. * Added current plans to debian/TODO. * Added $(CPICFLAGS) to the build command-line of gc-boehm/mach-dep.c to hopefully fix the problem on ARM this time. * Added some trace to configure to find out why -fPIC appears to be systematically selected for all archs. -- Yann Dirson Sun, 20 Jun 2004 21:55:47 +0200 bigloo (2.6d+2.6e-alpha040609-2) unstable; urgency=low * Force building with -fPIC on ARM, to work around ld bug #255191. -- Yann Dirson Sat, 19 Jun 2004 17:21:43 +0200 bigloo (2.6d+2.6e-alpha040609-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Mon, 14 Jun 2004 14:24:57 +0200 bigloo (2.6d+2.6e-alpha040604-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Tue, 8 Jun 2004 11:34:50 +0200 bigloo (2.6d+2.6e-alpha040518-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. * Removed now-unused gcc-3.2 builddep on arm. -- Yann Dirson Sat, 22 May 2004 22:54:18 +0200 bigloo (2.6d+2.6e-alpha040427-1) unstable; urgency=low * New upstream alpha release: - interpreter now properly tail-recursive (Closes: #171752). * Reapplied all patches. -- Yann Dirson Wed, 28 Apr 2004 00:42:06 +0200 bigloo (2.6d-2) unstable; urgency=low * Use "gcc -O2" instead of gcc-3.2 (which is used with -O2 anyway) on ARM, since that works as well (Closes: #244004). -- Yann Dirson Fri, 16 Apr 2004 10:38:32 +0200 bigloo (2.6d-1) unstable; urgency=low * Final upstream release. - Doc now built with skribe, build-dep on it instead of scribe. But do not build it yet, the doc build seems broken for now. * Reapplied all patches. * Attempt ARM build with gcc 3.2 this time. -- Yann Dirson Wed, 14 Apr 2004 01:13:30 +0200 bigloo (2.6c+2.6d-beta04-04-09-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. * Use gcc-2.95 on arm, since upstream reports success with it. Hopefully that will fix the FTBFS and allow 2.6d to enter sarge... -- Yann Dirson Tue, 13 Apr 2004 10:56:40 +0200 bigloo (2.6c+2.6d-beta04-04-01-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Fri, 2 Apr 2004 16:18:22 +0200 bigloo (2.6c+2.6d-beta04-03-31-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Wed, 31 Mar 2004 15:24:20 +0200 bigloo (2.6c+2.6d-alpha04-03-30-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Tue, 30 Mar 2004 21:35:05 +0200 bigloo (2.6c+2.6d-alpha04-03-24-2) unstable; urgency=low * Rename bigloo-runtime-2.6d to libbigloo2.6d to be consistent with the rest of the distro, hopefully before the package gets out of queue/new. * Bumped Standards-Version to 3.6.1, no change. We don't build with debugging symbols (yet) however. -- Yann Dirson Thu, 25 Mar 2004 11:27:50 +0100 bigloo (2.6c+2.6d-alpha04-03-24-1) unstable; urgency=low * New upstream release: - Fixes compilation on ia64 (Closes: #237732). * Reapplied all patches. * Quoted every menu field to please lintian. -- Yann Dirson Wed, 24 Mar 2004 15:39:17 +0100 bigloo (2.6c-1) unstable; urgency=low * New upstream release. * Reapplied all patches. -- Yann Dirson Tue, 16 Mar 2004 16:20:13 +0100 bigloo (2.6b+2.6c-beta04-03-11-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Fri, 12 Mar 2004 09:05:31 +0100 bigloo (2.6b+2.6c-beta04-03-03-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. * Include a couple of more README's from doc/ subdir. -- Yann Dirson Thu, 4 Mar 2004 14:38:04 +0100 bigloo (2.6b-1) unstable; urgency=low * New upstream release. * Reapplied all patches. -- Yann Dirson Tue, 16 Dec 2003 23:40:09 +0100 bigloo (2.6a+2.6b-beta03-12-11-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Sat, 13 Dec 2003 16:31:23 +0100 bigloo (2.6a+2.6b-beta03-12-05-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Mon, 8 Dec 2003 21:57:58 +0100 bigloo (2.6a+2.6b-beta03-11-28-1) unstable; urgency=low * New upstream beta release. * Reapplied all patches. -- Yann Dirson Thu, 4 Dec 2003 22:10:49 +0100 bigloo (2.6a+2.6b-alpha03-11-17-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Mon, 17 Nov 2003 16:54:27 +0100 bigloo (2.6a+2.6b-alpha03-10-30-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Sat, 1 Nov 2003 21:05:48 +0100 bigloo (2.6a+2.6b-alpha03-10-29-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Wed, 29 Oct 2003 22:25:59 +0100 bigloo (2.6a+2.6b-alpha03-10-24-1) unstable; urgency=low * New upstream alpha release. * Reapplied all patches. -- Yann Dirson Sun, 26 Oct 2003 17:22:38 +0100 bigloo (2.6a+2.6b-alpha03-09-24-1) unstable; urgency=low * New upstream alpha release. * Removed libgc6-dev from build-deps (Closes: #211652). * Clarified extended description of bigloo-ude (Closes: #209461). * Add the runtime package to the main package's dependencies, through a bigloo:Runtime substvar. -- Yann Dirson Tue, 23 Sep 2003 19:00:15 +0200 bigloo (2.6a+2.6b-alpha03-08-04-1) unstable; urgency=low * New upstream alpha release. -- Yann Dirson Fri, 8 Aug 2003 16:33:37 +0200 bigloo (2.6a+2.6b-alpha03-07-30-1) unstable; urgency=low * New upstream alpha release. * Use dh-buildinfo. -- Yann Dirson Mon, 4 Aug 2003 23:59:03 +0200 bigloo (2.6a-1) unstable; urgency=low * The "we did it !" release. * Final upstream release for 2.6a. * Don't force gcc-3.3 any more, since the latest does not fix the bug, and ./configure arranges that the optimisations used are such that the bug is not triggered. -- Yann Dirson Fri, 11 Jul 2003 22:41:43 +0200 bigloo (2.5c+really2.6a-beta-2003-07-08-1) unstable; urgency=low * The "cross my fingers" release. * New upstream release-candidate. * Attempt to force build with latest gcc 3.3.1 snapshot, through build-deps and ./configure, to circumvent the lack of sync of buildds on some archs. This could be the 1st bigloo release to build on all archs in a year. * Fixed bashism in autoconf/ccoptim. -- Yann Dirson Wed, 9 Jul 2003 15:20:52 +0200 bigloo (2.5c+really2.6a-beta-2003-07-04-1) unstable; urgency=low * New upstream release-candidate * Gasp, I messed up the gcc selection - that broke arm build and showed that mips is OK with 3.3. That leaves just one exception, yay ! -- Yann Dirson Sat, 5 Jul 2003 00:59:36 +0200 bigloo (2.5c+really2.6a-beta-2003-06-24-3) unstable; urgency=low * Reversed to only use gcc 2.95 on archs which recently failed to build bigloo (that is, arm and mips), since 2.95 has problems with many archs. -- Yann Dirson Thu, 3 Jul 2003 20:46:59 +0200 bigloo (2.5c+really2.6a-beta-2003-06-24-2) unstable; urgency=low * Force the use of gcc-2.95 on all platforms, to work around known bug in gcc-3.x including 3.3. This should allow bigloo to enter sarge at last. We'll try to see later if the bug is fixed in gcc 3.3.1. -- Yann Dirson Thu, 3 Jul 2003 16:06:19 +0200 bigloo (2.5c+really2.6a-beta-2003-06-24-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Tue, 24 Jun 2003 14:50:23 +0200 bigloo (2.5c+really2.6a-beta-2003-06-17-1) unstable; urgency=low * New upstream beta release. Finally the next version will be 2.6a, not 2.5d. * Have example Makefiles use the right location for Makefile.config, and have them not attempt to use build-time paths to locate bigloo parts. * Added my plans into a TODO.Debian file. -- Yann Dirson Tue, 17 Jun 2003 15:50:40 +0200 bigloo (2.5c+really2.5d-beta-2003-05-27-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Tue, 27 May 2003 11:00:11 +0200 bigloo (2.5c+really2.5d-beta-2003-05-22-1) unstable; urgency=low * New upstream release, now entering BETA state, and hopefully fixing build issues on 64bit platforms. * Removed a silencing "@" in runtime/Makefile, that should help us to understand what's going on on hppa. -- Yann Dirson Fri, 23 May 2003 11:54:00 +0200 bigloo (2.5c+really2.5d-alpha-2003-05-20-2) unstable; urgency=low * Reverted the --shared* settings, since the build process is not designed in a way that easily allows us to use that - it only worked on my box because I had a previous version of the libs already installed. -- Yann Dirson Wed, 21 May 2003 11:05:35 +0200 bigloo (2.5c+really2.5d-alpha-2003-05-20-1) unstable; urgency=low * New upstream alpha release, should allow to build scribe again. * Use dh_shlibdeps -L or wrong stuff was generated; tighened debhelper build-dep accordingly. * Configure with --sharedbde=yes --sharedcompiler=yes so that the compiler uses its own shared libs. As a side effect, that automatically generates a dependency of the compiler onto its runtime. Note that this may well be a performance hit. I don't have myself a strong opinion about that, feel free to ask me to revert this change if it makes the package harder to use or something. -- Yann Dirson Tue, 20 May 2003 23:04:31 +0200 bigloo (2.5c+really2.5d-alpha-2003-05-16-2) unstable; urgency=low * Back to custom GC right now, since the m68k build problem comes from libgc6 being linked with stdc++ (Closes: #192549). * Added -fPIC to build bmem/lib (Closes: #193608). -- Yann Dirson Sat, 17 May 2003 11:39:58 +0200 bigloo (2.5c+really2.5d-alpha-2003-05-16-1) unstable; urgency=low * New upstream alpha release, may fix m68k ! * Fixed runtime/Makefile and fthread/src/Makefile for missing -Wl in soname spec. * Fixed Makefiles for DESTDIR/BINDIR use and error propagation. * Added new bmem tool in -devtools. * Added #! header to bmemrun. * Fixed permissions on CSS file. -- Yann Dirson Fri, 16 May 2003 21:31:35 +0200 bigloo (2.5c+really2.5d-alpha-2003-05-12-1) unstable; urgency=low * New upstream alpha release (Closes: #189959). * Still using standard libgc again, although doing so breaks binary compatibility with other distros, until we're sure there are no more issues outside of GC ones, on all archs (this is #192549). * Fixed include specs in fthread/src/Makefile. -- Yann Dirson Thu, 15 May 2003 09:13:32 +0200 bigloo (2.5c+really2.5d-alpha-2003-04-03-4) unstable; urgency=low * Fixed configure and various Makefiles to have the build process refer to /usr/include/gc instead of ./gc-boehm. This possibly fixes some of the build failures. * Make sure that no build of the custom gc is attempted, we don't want it. -- Yann Dirson Sat, 26 Apr 2003 17:11:34 +0200 bigloo (2.5c+really2.5d-alpha-2003-04-03-3) unstable; urgency=low * Woops, forgot the builddep on libgc6-dev. -- Yann Dirson Fri, 25 Apr 2003 09:42:40 +0200 bigloo (2.5c+really2.5d-alpha-2003-04-03-2) unstable; urgency=low * Disable the use of the custom GC (at the expense of performance) to focus on the other problems first (Closes: #177204, and possibly #189959). * Fixed autoconf/gcstd to use correct name for system libgc. * Fixed autoconf/ldsoname to correctly use -soname, so that libes get their deserved sonames, and dh_makeshlibs generates a valid shlibs file (Closes: #172989). -- Yann Dirson Thu, 24 Apr 2003 23:25:01 +0200 bigloo (2.5c+really2.5d-alpha-2003-04-03-1) unstable; urgency=low * New upstream alpha release (Closes: #171609 and possibly others). * Don't attempt to build against Mono yet. -- Yann Dirson Fri, 4 Apr 2003 17:07:47 +0200 bigloo (2.5c-4) unstable; urgency=low * Applied fix to libgc headers to allow build on mips(el) (Closes: #177204). -- Yann Dirson Fri, 21 Feb 2003 00:29:40 +0100 bigloo (2.5c-3) unstable; urgency=low * Removed special cases for compiler choice now that everyone uses gcc-3.2. Maybe 3.2.2 makes things better for mips. * Removed trailing period from short desc (lintian). -- Yann Dirson Fri, 10 Jan 2003 18:00:39 +0100 bigloo (2.5c-2) unstable; urgency=low * Use gcc-3.2 on all archs which have build problems: hppa, s390, mips, mipsel (Closes: #171128). -- Yann Dirson Mon, 2 Dec 2002 14:37:04 +0100 bigloo (2.5c-1) unstable; urgency=low * New upstream release. * Build with --bee=full, since that's now required to get bdb. -- Yann Dirson Wed, 27 Nov 2002 17:22:58 +0100 bigloo (2.5b+really2.5c-beta-2002-11-19-1) unstable; urgency=low * New upstream beta release. -- Yann Dirson Tue, 19 Nov 2002 15:01:52 +0100 bigloo (2.5b+really2.5c-beta-2002-10-25-1) unstable; urgency=low * New upstream beta release. * Removed --cpicflags use on mips, since that does not make any difference. -- Yann Dirson Wed, 30 Oct 2002 00:51:04 +0100 bigloo (2.5b+really2.5c-beta-2002-10-22-2) unstable; urgency=low * Use the correct name for the --cpicflags flag to configure, that caused mips to fail build for yet another reason... * Reverted a couple of patches that are now useless because upstream took care of them. * Build using glibc 2.3.1, although I don't like this way of fixing this problem (Closes: #165837). -- Yann Dirson Fri, 25 Oct 2002 23:57:31 +0200 bigloo (2.5b+really2.5c-beta-2002-10-22-1) unstable; urgency=low * New upstream beta release, including a couple of my build patches. * Force the use of -fPIC on mips but not on mispel, so that we can check whether it has an influence on the build failure there. * Fixed (?) bdb/Makefile which did not install bdb any more. -- Yann Dirson Wed, 23 Oct 2002 22:21:53 +0200 bigloo (2.5b+really2.5c-beta-2002-10-18-1) unstable; urgency=low * New beta upstream release. * configure now supports --ld: less patching needed. * make "boot all" in bde/ instead of just defaulting to "boot", so that jas does not break things by bing built at "make install" time. -- Yann Dirson Mon, 21 Oct 2002 00:40:12 +0200 bigloo (2.5b+really2.5c-beta-2002-09-23-2) unstable; urgency=low * Force ld=gcc in autoconf/ccpic2, that should take care of problems with pib/nopic autodetection on hppa (Closes: #160230). * Have bigloo-doc Replaces: old bigloo-devtools because of bdb.info (Closes: #162281). -- Yann Dirson Thu, 3 Oct 2002 00:16:30 +0200 bigloo (2.5b+really2.5c-beta-2002-09-23-1) unstable; urgency=low * New beta upstream release release. -- Yann Dirson Tue, 24 Sep 2002 00:24:13 +0200 bigloo (2.5b-2) unstable; urgency=low * The "-fPIC" release. ia64 should rock, I had no mips to check, and hppa still needs work. * New autoconf/ccpic2 script from upstream - should work better, although it's known to cause a segfault on hppa (still to investigate, volunteers welcome). Should fix #160230 but, well, obviously does not :) * Prevent autoconf/ccpic to attempt -fpic - since policy requires -fPIC, let's minimize playing with this. * At last activate building HTML docs, since all problems around scribe appear to have been solved. Requires scribe 1.0d or better. * Removed ill-placed '&&' in install-info rule, that caused a syntax error. * Fixed checking for the need to run install-info (problemed revealed by above bugfix). * Ensure bdb.info gets built, and that bdb.info and bdb.html get shipped in bigloo-doc. -- Yann Dirson Wed, 18 Sep 2002 00:14:01 +0200 bigloo (2.5b-1) unstable; urgency=low * New upstream release. * Fixed autoconf/ccpic2 script - maybe that will work better on PICky archs. -- Yann Dirson Sat, 7 Sep 2002 00:15:56 +0200 bigloo (2.5a+really2.5b-beta-2002-09-02-1) unstable; urgency=low * New beta release for 2.5b. Final release is near ! -- Yann Dirson Mon, 2 Sep 2002 23:02:34 +0200 bigloo (2.5a+really2.5b-beta-2002-08-09-1) unstable; urgency=low * New beta release for 2.5b, incorporating most of the patches from -4, except for some of the error-propagation stuff which I did not reapply, and for those not ready for upstream yet. * Also fixes formatting typos in the doc (Closes: #154646). * Reworked logic leading to call of install-info, so that it only gets called when there is a dir file. * Splitted the install rule in top Makefile into install-progs and install-docs, helping to support the separation of build-indep and build-arch. * Removed all "set -e" I have added to autoconf/*, as they constantly break things. * Added a --sharedcompiler flag for ./configure to allow tuning existing parameter without changing the file (well, if that gets accepted upstream, that is :}. Not activating right now, we'll see first if this version builds fine everywhere. * Now that upstream builds bdb again, ship it again. Yay ! Fixed bdb/Makefile for consistent DESTDIR support. Also install info doc (not HTML, as scribe is currently broken and upstream tarball does not ship preformatted HTML again yet). * Mentionned suppored SRFIs in extended description. * Use ./configure flags to set mandir and infodir. * Removed build-indep stuff from the dependencies of "build" target, so that the build-deps of the docs aren't kept as build-depsof the whole, wince that would cause an (artificial) circular build-dep with scribe, which we can't handle correctly otherwise, until the policy specifies build-arch target, and build-daemons have been changed to use it (See: #141307, #156546). Reverted the quick hack we did in -4.1, which was not sufficient because of the circular deps, and of build problems with scribe. * Finally, desactivate the rebuilding of HTML docs for now, as current scribe fails. Hopefully the new version will fix the problem so that this can be reactivated in the next release. -- Yann Dirson Wed, 14 Aug 2002 01:32:29 +0200 bigloo (2.5a+really2.5b-beta-2002-07-26-4.1) unstable; urgency=low * NMU with Yann Dirson agreement * fix build-dep field -- Igor Genibel Wed, 7 Aug 2002 16:33:27 +0200 bigloo (2.5a+really2.5b-beta-2002-07-26-4) unstable; urgency=low * Build the HTML manuals (Closes: #121113). * Put the HTML and info docs into their own package. * Create a new bigloo-examples package to put the examples from the source package. * Stop running make in bmacs/ at build-time, that conflicts with the changes done for install-time build, and that _should_ never be necessary anyway. * Added a menu entry. * Install srfi/README as README.srfi. * Install tutorial/ as documentation for bigloo-ude. -- Yann Dirson Tue, 6 Aug 2002 03:10:10 +0200 bigloo (2.5a+really2.5b-beta-2002-07-26-3) unstable; urgency=low * Added $(CPICFLAGS) to fthread/src/Makefile so that libbigloofth objects get compiled as PIC, attempting to fix hppa and ia64 builds, that is #149490. * Looks like the ld vs. gcc issues are setteled since -1 (Closes: #126912, #154380). * Removed the set -x from autoconf/ldsoname - effectively the cause from configure failure under "set -e" on powerpc came from here. * Fixed invocation of "make bmacs-config.el", which was using BOOTCONFIG from installed Makefile.config. -- Yann Dirson Tue, 30 Jul 2002 12:36:08 +0200 bigloo (2.5a+really2.5b-beta-2002-07-26-2) unstable; urgency=low * Restored manually-inserted -fPIC for the gc, they are at least necessary for hppa. * Removed "set -e" from ./configure, it would not fit in the way ./configure works. That's quite unfortunate, we'll have to revive it later. -- Yann Dirson Mon, 29 Jul 2002 23:53:09 +0200 bigloo (2.5a+really2.5b-beta-2002-07-26-1) unstable; urgency=low * New beta release for 2.5b. * Removed obsolete emacs startup files that break things, in -ude postinst. * -ude now suggests -devtools. * Suppressed former hacking of PIC settings in the hope to fix issues with various archs, attempting to fix #149490. * Attempt to for the use of "gcc" as a linker instead of "ld", attempting to fix #126912 and #154380. Must use -Wl,-soname for this. * Started to robustify Makefile rules. * Parametrized creation of manpage symlink, which was last updated for 2.4b. * Hacked install-info call for correctness on Debian. * Fixed autoconf/installinfodir script. -- Yann Dirson Sun, 28 Jul 2002 23:51:09 +0200 bigloo (2.5a+really2.5b-beta-2002-07-17-2) unstable; urgency=low * Neutralize bmacs-config.el rule in byte-compilation Makefile so that there is no need to refer to BOOT* directories, ensure bmacs-config.el is regenerated at package-build time (Closes: #153973). * Fixed LD_LIBRARY_PATH handling to avoid interferences with fakeroot. * This source has an updated gc, (Closes: #152948). -- Yann Dirson Fri, 26 Jul 2002 14:35:14 +0200 bigloo (2.5a+really2.5b-beta-2002-07-17-1) unstable; urgency=low * New beta release for 2.5b: ** soname support completely done upstream (Closes: #140671, #151978). * Reverted a number of erroneous minor changes. * The 06-25 beta was succesfully built on m68k (Closes: #150209). -- Yann Dirson Fri, 19 Jul 2002 00:38:23 +0200 bigloo (2.5a+really2.5b-beta-2002-07-10-0) unstable; urgency=low * New beta release for 2.5b (not uploaded): ** provides DESTDIR hook for package building ** better shared libs support, no need for so much hacking on Debian side. * Added -soname to all ld command-lines. * Generate a shlibs.local file (slightly buggy because of library naming scheme). * Narrowed check for dh_movefiles full run. -- Yann Dirson Thu, 11 Jul 2002 18:38:25 +0200 bigloo (2.5a+really2.5b-beta-2002-06-25-1) unstable; urgency=low * New beta release for 2.5b: ** updated gc, should build better on powerpc, mipsel. * Fixed Makefile not to attempt to make clean in inexistant bdb dir, which caused infinite loop because of lack of error handling. -- Yann Dirson Fri, 28 Jun 2002 00:59:47 +0200 bigloo (2.5a+really2.5b-beta-2002-06-11-1) unstable; urgency=low * New beta release for 2.5b: ** integrates doc patches. ** includes latest gc (Closes: #149090). * Reapplied all other patches. -- Yann Dirson Tue, 11 Jun 2002 23:34:16 +0200 bigloo (2.5a+really2.5b-beta-2002-06-07-1) unstable; urgency=low * New beta release for 2.5b. * Reapplied all patches. * Improved the debian/tmp-emptyness-after-dh_movefiles assert to show the culprit, so that we can know what's happening with FTBFS bugs like #149089. * Hacked manuals/Makefile so that distclean, does not removes shipped files (caused #149089 to exist without me seeing the problem). * Added one more "set -e" to a Makefile in the hope to catch an error. * Removed install-html from the deps of install in manuals/Makefile, it lacks correct dependencies and I'm still waiting for a recent scribe to be packaged (Closes: #149089). -- Yann Dirson Mon, 10 Jun 2002 23:05:38 +0200 bigloo (2.5a+really2.5b-beta-2002-05-29-1) unstable; urgency=low * New beta release for 2.5b. * Don't change name for shipped libgc. * Don't put soname in libbigloo, that needs more work. * Create a symlink without -$rel in its name for each shared lib, obviously this name change hasn't propagated to the compiler. * emacs-install: fixed to be sure not to miss anything any more, removed useless code from emacs-install, correctly remove el files after compilation, activate emacs21 support, send compilation output to log file. * Fixed detection of gcc 3.0.x. * Removed "-" prefix in some Makefile rules. * Fixed Makefile to call install-bee rule in manual/ subdir as well. Backed out my change adding bdb.info to info rule, as it was only missing because of this problem. Removed bdb.info from info-bee as well, now that it's not shipped any more. * Fixed detection of bigloo version in debian/rules to work even if not in top dir. -- Yann Dirson Sun, 2 Jun 2002 00:40:43 +0200 bigloo (2.5a+really2.5b-beta-2002-05-23-1) unstable; urgency=low * New beta release for 2.5b (unreleased package). * Added a couple of generated files shipped by upstream to the debian clean rule. * Use --cflags=-fno-reorder-blocks with gcc 3.0 to workaround known compiler bug. * Updated upstream website address in copyright file. -- Yann Dirson Tue, 28 May 2002 00:58:10 +0200 bigloo (2.5a+really2.5b-beta-2002-05-16-0) unstable; urgency=low * Beta release for 2.5b (unreleased package). * Reapplied all patches, after studying the effect of using upstream layout. * Autodetect version in debian/rules. * Added emacs21, which is now supported, but do not activate it yet (bug). * Bdb looks dead, forget it. * Added missing \n in tools/if_mach.c usage string. * Added -soname flag in runtime/Makefile to build various libbigloo instances. Added LD_LIBRARY_PATH pointing to lib/$RELEASE so that the build goes on. * Removed bmacs from the subdirs list so that we don't attempt to compile elisp files during package build. * Generate html docs, build-dep on scribe for this. * Restored debian/rules configure-stamp rule. Split build rules into arch and indep to allow scribe to be a build-depends-indep only. * Desactivated HTML build for now, it breaks. * Applied lib-renaming patch again. * Use the libname-version.so filename convention (no hyphen was used formerly). * Moved insertion of -version from ./configure to the various Makefiles, so that they are always inserted in the right place. -- Yann Dirson Sun, 26 May 2002 15:38:23 +0200 bigloo (2.4b-3) unstable; urgency=low * New maintainer (Closes: #130291). * Changed install to step through debian/tmp and use dh_movefiles. * Build developement tools, by setting envvars to point to files just built. * Put bdb.head in main package, so that -gbdb works (Closes: #121124). * New binary package bigloo-devtools to hold those tools. * Fixed a typo in bigloo.texi, that prevents building with recent texinfo (Closes: #133059). * Removed comptime/Engine/param.c.old from the diff. * Fixed typo in cigloo doc. * Include version in bdb libname, like was done for main bigloo lib, so that lib pkg can coexist with new ones (modified ./configure, bdb/Makefile, and bdb/blib/Makefile). * Put bdb.info in the same category as bigloo.info. * Use dh_movefiles instead of doing some things by hand. * Removed the manpages in the debian/ dir, they are taken from manual/. * Have bdb.info be built by "make -C manual info". * Fixed MANDIR for "make install" invocation. * Ensure info and man dirs exist before "make install". * Fixed syntax for install-info invocation (upstream). * Run dh_makeshlibs (gasp... doesn't find anything, looks like shlibs are broken - no SONAME inside !) * Use debian/compat, build-dep on debhelper 4 for this. * Modified bmacs/Makefile so that we can use it with any emacs flavor. * Build a new bigloo-ude package for emacs support files. * Create an /usr/lib/bigloo/Makefile.config symlink so we can include it easily from the elisp package's installed Makefile. * Deactivated compilation of elisp files in bmacs/lee, as this dir is not shipped for some reason (fixed in 2.5a however). -- Yann Dirson Mon, 20 May 2002 22:27:36 +0200 bigloo (2.4b-2) unstable; urgency=low * Use gcc to link, not ld. Fix HPPA build. (Closes: #126912) * Removed block on PPC shared libs in ldshare script (Closes: #127807) * Changed ccoptim flags to -O2 on sparc64 -- Matthew Danish Tue, 29 Jan 2002 11:05:29 -0500 bigloo (2.4b-1) unstable; urgency=low * New upstream version. * Complete re-packaging, yet again, this time it'll get better I hope. * Corrected spelling mistake in description (Closes: #124451) * The shared libs are bizarre, but I think I've found a half-way decent way to deal with them. And we've got a separate shared-library package now as well. (Closes: #43780) * Bigloo finds libmsgc2.4b just fine, this must have been fixed by upstream ages ago. (Closes: #43779) * Fixed a couple of typos in the docs. (Closes: #121319) -- Matthew Danish Thu, 27 Dec 2001 09:56:37 -0500 bigloo (2.4a-6) unstable; urgency=low * Removed bdb.info from bigloo binary package. It will be going along with bdb in the bigloo-extras package; when I get around to making it. (Closes: #121125) -- Matthew Danish Thu, 29 Nov 2001 16:51:14 -0500 bigloo (2.4a-5) unstable; urgency=low * Altered autoconf/ccpic to be slightly more sane. * Seems that Manuel thought Bigloo wouldn't compile shared libraries on PPC. He'll be happy to know otherwise; removed intentional block on PPC shared libraries from autoconf/ldshare. * Meanwhile, lets close old invalid bug reports, now that we know it builds in most places: - (Closes: #69721) SPARC build works - (Closes: #96117) ARM build works -- Matthew Danish Wed, 24 Oct 2001 00:51:02 -0400 bigloo (2.4a-4) unstable; urgency=low * Regrouping info entries under "The Algorithmic Language Scheme" to reduce clutter in info directory. Also, remembering to include bigloo.info this time, not just bigloo.info-[0-9]. (Closes: #115449) -- Matthew Danish Sat, 13 Oct 2001 14:16:40 -0400 bigloo (2.4a-3) unstable; urgency=low * 2.4a has been officially released, now using officially released source. * Uses its own libgc6, with special options (Closes: #111301) * This is the latest version (Closes: #111330) * dpkg-shlibdeps gives lots of warnings, which don't make any sense, and the package builds fine anyway. Ignoring them for now. * Renamed bigloo-runtime to bigloo-runtime-2.4a so that multiple runtime libraries may be installed. * Fixed error in configure script which causes bigloo to use -fpic instead of -fPIC. -- Matthew Danish Tue, 9 Oct 2001 21:13:10 -0400 bigloo (2.4a-2) unstable; urgency=low * Removed 'jas' executable. * Added symlink for bigloo2.4a manpage to bigloo manpage * Fixed permissions in the usr/lib/bigloo/2.4a directory -- Matthew Danish Sun, 30 Sep 2001 19:24:15 -0400 bigloo (2.4a-1) unstable; urgency=low * New upstream version * This is an *ALPHA* release, but it uses GC-6.0 * Updated Standards-Version * Re-done packaging from scratch * comptime/Makefile now makes a symlink from bigloo to bigloo2.4a * Re-created 'bigloo-runtime' package to hold runtime libraries -- Matthew Danish Wed, 12 Sep 2001 21:36:36 -0400 bigloo (2.2b-9) unstable; urgency=low * Updated Standards Version * Changed -fpic to -fPIC -- Matthew Danish Tue, 1 May 2001 13:17:05 -0400 bigloo (2.2b-8) unstable; urgency=low * Added texi2html to Build Depends. * Fixed installation of info files. * Previous revision did not make it into Debian, so here are the closed bugs again: (closes: Bug#71159, Bug#91115, Bug#91393, Bug#71513, Bug#84314) -- Matthew Danish Thu, 12 Apr 2001 14:06:42 -0400 bigloo (2.2b-7) unstable; urgency=low * Bugs that were fixed by this repackaging (2.2b-1 and up) (closes: Bug#71159, Bug#91115, Bug#91393, Bug#71513, Bug#84314) * Upload sponsored by Lenart Janos . -- Matthew Danish Tue, 10 Apr 2001 23:15:03 -0400 bigloo (2.2b-6) unstable; urgency=low * Fixed bug installing docs -- Matthew Danish Tue, 27 Mar 2001 16:32:58 -0500 bigloo (2.2b-5) unstable; urgency=low * Fixed clean target * New man page file -- Matthew Danish Tue, 20 Mar 2001 14:11:06 -0500 bigloo (2.2b-4) unstable; urgency=low * Split into bigloo and bigloo-runtime packages -- Matthew Danish Mon, 19 Mar 2001 21:39:32 -0500 bigloo (2.2b-3) unstable; urgency=low * Fixed clean target up * Updated Standards Version -- Matthew Danish Sat, 24 Feb 2001 18:29:47 -0500 bigloo (2.2b-2) unstable; urgency=low * Bugfixes in package * Fixed bug that prevented compilation of Scheme files -- Matthew Danish Sat, 16 Feb 2001 02:48:09 -0500 bigloo (2.2b-1) unstable; urgency=low * New upstream release * New maintainer * Using debhelper now -- Matthew Danish Sat, 10 Feb 2001 18:52:25 -0500 bigloo (2.0e-1) unstable; urgency=low * New upstream version * No longer conflict with libgc4. Depend on it instead * Fixed bad symlink for /usr/lib/libbigloo2.0d_u.so * Properly compress man page bigloo.1 -- Craig Brozefsky Sat, 10 Jul 1999 11:36:15 -0700 bigloo (2.0d-2) unstable; urgency=low * Debian/Sparc patches from Adam Di Carlo * debian/rules targets broken down and generally cleaned up -- Craig Brozefsky Sun, 16 May 1999 12:53:18 -0700 bigloo (2.0d-1) unstable; urgency=low * New upstream version * Can now build completely from scratch, including contrib programs * Suppose for more than one installation as far as libraries and heaps are converned. Still more work needed to use alternatives scheme for interpretor/compiler executable. * Clarified that bigloo supports msotly R5RS in the description * Added dependencies on gcc and libc6-dev2.1.1 or greater -- Craig Brozefsky Sat, 15 May 1999 21:24:26 -0700 bigloo (1.9d-1) unstable; urgency=low * new maintainer * new binary package, bigloo-contrib, containing scmdoc (other stuff from contrib need to be added RSN) * debian/rules: no longer hard-code version number, remove all hard-coded variable names, clean up the way I like it * debian/control: bump standards version to 2.5.0 -- Adam Di Carlo Tue, 15 Dec 1998 17:40:23 -0500 bigloo (1.9d-0.1) unstable; urgency=low * non-maintainer release * new upstream version with DFSG compliant license -- bigloo can now go into main! (closes Bug#25962, Bug#29377) * debian/control: distribution set to 'main', subsection 'intepreters' (was in devel); priority changed to 'optional' * debian/rules: clean rule is cleaner (removes debian/{files,substvars}, and runtime/Include/bigloo_cfg.h) * debian/rules: dpkg-gencontrol uses '-isp' * debian/rules: install Debian changelog, strip .so files (closes Bug#24217); install link to manpage for bigloo.1; ship upstream ChangeLog, README * TODO: each release of bigloo requires depending packages to be recompiled. This perhaps should be managed better, but is maintaining all old revisions really the right solution? * TODO: shlib stuff isn't compiled with PIC (see lintian output) -- Adam Di Carlo Mon, 30 Nov 1998 21:34:40 -0500 bigloo (1.9c-2) frozen unstable; urgency=low * debian/rules: added binary-indep/binary-arch targets -- Sven Rudolph Tue, 31 Mar 1998 15:24:46 +0200 bigloo (1.9c-1) frozen unstable; urgency=low * new upstream version (Fixes: #16603, #20309) -- Sven Rudolph Mon, 30 Mar 1998 00:34:30 +0200 bigloo (1.8b-4) unstable; urgency=low * debian/rules: don't compress doc/copyright (#14375) * libc6 recompile -- Sven Rudolph Sun, 4 Jan 1998 20:51:25 +0100 bigloo (1.8b-3) unstable; urgency=low * debian/rules: resetting write permissions (#11935) -- Sven Rudolph Tue, 16 Sep 1997 16:48:57 +0200 bigloo (1.8b-2) unstable; urgency=low * Updated to Standards-Version 2.1.0.0. -- Sven Rudolph Mon, 7 Oct 1996 21:17:44 +0200 Mon Jul 8 12:42:45 1996 Sven Rudolph * releasing 1.8b-1 * debian.control: added Suggests: indent added Architecture support Fri Jul 5 02:18:36 1996 Sven Rudolph * updated to new upstream release 1.8b * debian.rules: now uses dpkg-name Thu Apr 18 10:25:56 1996 Sven Rudolph * releasing 1.7b-4 * converted to ELF * Makefile fixes * debian.control: removed Package_Revision: field * added _ to asm symbols Thu Sep 14 10:42:07 1995 Sven Rudolph * debian.rules: added chmod for /usr/doc/bigloo/bigloo.{dvi,ps} * distribution/bigloo.h.tail: deleted toupper/tolower prototypes, instead #include (part of Bug#1354) * documentation/bigloo.1: some fixes (part of Bug#1354) * distribution/install: corrected chmod for $man/bigloo.1 * Makefile, distribution/boot: added command echoing (part of Bug#1354) Tue Sep 5 16:16:07 1995 Sven Rudolph * several changes in the build environment * changed file locations according to FSSTND * created new Debian GNU/Linux package maintenance system files * received this package from Raul D. Miller