Change logs for clisp source package in Sid

  • clisp (1:2.49.20210628.gitde01f0f-3.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Drop clisp-module-pcre. (Closes: #1000089)
    
     -- Bastian Germann <email address hidden>  Fri, 18 Aug 2023 16:39:51 +0000
  • clisp (1:2.49.20210628.gitde01f0f-3) unstable; urgency=medium
    
      * Team upload.
      * pari-2.15.patch: new patch, fixes FTBFS against pari 2.15.0-2.
        Thanks to Bill Allombert. (Closes: #1020437)
      * Trim trailing whitespace.
      * Update standards version to 4.6.1, no changes needed.
      * Remove myself from Uploaders.
    
     -- Sébastien Villemot <email address hidden>  Sun, 25 Sep 2022 11:46:30 +0200
  • clisp (1:2.49.20210628.gitde01f0f-2) unstable; urgency=medium
    
      * Disable PIE when building for ppc64el and s390x as PIE executables get
        loaded at addresses that do not work with clisp's GC.
        Thanks to Michael Hudson-Doyle (LP: #1931531)
    
     -- Sébastien Villemot <email address hidden>  Sun, 05 Sep 2021 16:54:12 +0200
  • clisp (1:2.49.20210628.gitde01f0f-1) unstable; urgency=medium
    
      * New upstream snapshot
      * d/watch: now track upstream git repository, since it’s unclear when a new
        tarball will be released.
      * d/copyright: reflect upstream changes
      * socket-test.patch: drop patch, applied upstream
      * ppc64el.patch: drop patch, no longer needed
      * Ship additional stuff: the build-aux subdirectory, and the Emacs, Vim and
        Autoconf support files
      * Bump to debhelper 13
      * Add lintian overrides for library-not-linked-against-libc in modules
      * Remove more webbugs in documentation
      * Ship the fastcgi, libsvm and pari modules
      * Add Rules-Requires-Root: no
      * Bump to S-V 4.6.0
      * Add d/upstream/metadata
      * config.patch: new patch, for better Debian integration:
        + use “editor” as default editor (if the EDITOR variable is not set)
        + use “sensible-browser” as default browser
        + if the hyperspec package is installed, use the local CLHS
          (Closes: #963776)
        + if the clisp-doc package is installed, use the locally installed
          implementation notes
    
     -- Sébastien Villemot <email address hidden>  Sun, 29 Aug 2021 19:32:34 +0200
  • clisp (1:2.49.20180218+really2.49.92-3) unstable; urgency=medium
    
      * socket-test.patch: new patch, fixes FTBFS on mips*, sparc64 and hurd-i386.
    
     -- Sébastien Villemot <email address hidden>  Sat, 14 Apr 2018 17:43:40 +0200
  • clisp (1:2.49.20180218+really2.49.92-2) unstable; urgency=medium
    
      * Disable parallelization when running the testsuite.
      * Drop clisp-hurd-einval-extra.patch: no longer needed.
      * ppc64el.patch: new patch, fixes FTBFS on ppc64el.
      * Set Maintainer to debian-common-lisp@l.d.o.
    
     -- Sébastien Villemot <email address hidden>  Thu, 12 Apr 2018 14:48:29 +0200
  • clisp (1:2.49.20170913-4) unstable; urgency=medium
    
      * Always build with FFI.
        ffcall now builds and passes testsuite on all release architectures and most
        non-release ones. (Closes: #385490)
      * glibc-2.26.patch: new patch, fixes FTBFS against glibc 2.26.
        (Closes: #880686)
      * On mipsel, re-enable -O2 optimization.
        But add -fno-split-wide-types to avoid FTBFS (still need to determine
        whether it is a compiler bug or a wrong assumption of clisp).
      * No longer directly set DEB_HOST_ARCH (use /usr/include/dpkg/architecture.mk)
      * Drop common-lisp-controller (CLC) integration.
      * Drop obsolete preinst script.
    
     -- Sébastien Villemot <email address hidden>  Mon, 27 Nov 2017 17:09:11 +0100
  • clisp (1:2.49.20170913-3) unstable; urgency=medium
    
      * bump-fasl-loader-version.patch: new patch, bumps ABI version.
        Thanks to Agustin Martin (Closes: #877223)
      * Rewrite d/rules using dh.
      * Register manual and impnotes into doc-base.
      * d/watch: use secure URL, bump to format version 4.
      * Install manpages using dh_installman.
      * Make binary packages arch:any (except those requiring FFI).
      * Remove special flags for m68k, alpha and hppa.
      * No longer hardcode version number in d/rules and d/*.install.
      * Remove obsolete Breaks against c-l-c and cl-adsf.
      * Strip extra "clisp" subdir from documentation install path.
      * Add ghostscript to Build-Depends, for PDF documentation.
      * Remove obsolete Pre-Depends on ${xlibs:PreDepends}.
      * Enforce strict versioned dependency of modules on clisp main package.
      * Bump Standards-Version to 4.1.1.
    
     -- Sébastien Villemot <email address hidden>  Sat, 21 Oct 2017 09:59:53 +0200
  • clisp (1:2.49.20170913-2) unstable; urgency=medium
    
      * fix-unpack_sstring_alloca_help_.patch: new patch, fixes FTBFS on 32-bit
        little-endian archs.
      * Disable FFI on mips.
      * stream-flags-alignment.patch: new patch, fixes FTBFS on mips.
      * The above changes together should fix FTBFS on armel, armhf, i386, mips and
        mipsel. (Closes: #598152, #751005)
      * Do not use --enable-portability on x86 archs.
      * maxlenpath.patch: new patch by Flavio Cruz. Fixes FTBFS on hurd-i386.
        (Closes: #805701, #801260)
      * Add support for arm64, mips64el, ppc64 and ppc64el.
      * Enable FFI on powerpc.
      * Drop references to dead architectures (ia64, sparc, s390).
      * Use DEB_HOST_ARCH instead of DEB_BUILD_ARCH for determining
        architecture of packages to be built.
      * Add myself to Uploaders.
    
     -- Sébastien Villemot <email address hidden>  Sat, 23 Sep 2017 21:09:17 +0200
  • clisp (1:2.49.20170913-1) unstable; urgency=medium
    
      * Rebuild for new libffcall ABI. 
      * Add missing missing build-{arch,indep} targets. Thanks for the patch to
        Santiago Vila. (Closes: #821973)
      * Make clisp-doc Multi-Arch: foreign
      * Imported upstream snapshot of 13 September 2017. This once fixes:
        - the find -perm syntax being outdated. (Closes: #724767)
    
     -- Peter Van Eynde <email address hidden>  Sat, 01 Jul 2017 08:38:16 +0200
  • clisp (1:2.49.60+-2) unstable; urgency=medium
    
      * Use '--enable-portability' as per advice of Bruno Haible. 
        this should help with the buildd problems.
    
     -- Peter Van Eynde <email address hidden>  Fri, 30 Jun 2017 21:07:54 +0200
  • clisp (1:2.49.60+-1) unstable; urgency=medium
    
      * New upstream snapshot release.
        - fixes the -perm problem (Closes: #724767)
      * Imported the changes from experimental:
        * Import patch from Flavio Cruz for hurd, thanks! (Closes: #801260)
        * Remove all patches (apart from hurd/webbugs) for now. Will re-add as
          needed
        * Drop wildcard package; dropped upstream 
      * Use the new libsigsegv to build. 
    
     -- Peter Van Eynde <email address hidden>  Fri, 30 Jun 2017 09:47:30 +0200
  • clisp (1:2.49-10) unstable; urgency=medium
    
    
      * Treat s390x the same way s390 is treated (Closes: #733445)
      * wrap build-depends
      * Remove webbugs as found by lintian
      * Bump standard version
    
     -- Christoph Egger <email address hidden>  Thu, 05 Jun 2014 13:32:34 +0200
  • clisp (1:2.49-9) unstable; urgency=medium
    
    
      * Enable FFI on arm*
      * Import patch from Roland Stigge adding support for powerpcspe
        (Closes: #731648)
    
     -- Christoph Egger <email address hidden>  Mon, 23 Dec 2013 20:21:22 +0100
  • clisp (1:2.49-8.2) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Add armhf to architecture lists
      * Build with -marm on armhf  due to thumb incompatible code (specifically 
        code that does not like odd function pointers)
      * apply patch from sourceforce to fix illegal instruction error on newer
        arm hardware caused by arm assembler (thanks to jerry james and tomfor)
        (closes: 684631)
      * Fix build errors with eglibc 2.17 (closes: 701379)
    
     -- Peter Michael Green <email address hidden>  Tue, 07 May 2013 20:39:13 +0000
  • clisp (1:2.49-8.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Build depend on libdb-dev instead of libdb4.8-dev. Add new patch to
        reflect the fact that Berkeley DB 5.1 no longer supports RPC.
        (Closes: #621377)
    
     -- Sébastien Villemot <email address hidden>  Fri, 17 Feb 2012 14:23:49 +0100
  • clisp (1:2.49-8) unstable; urgency=low
      * Replace dependency on libreadline5-dev with libreadline-gplv2-dev to    follow that sensless rename  * Import path from Robert Millan to support kfreebsd-amd64 as well    (Closes: #633454) -- Christoph Egger <email address hidden>  Wed, 13 Jul 2011 05:21:23 +0200
  • clisp (1:2.49-7) unstable; urgency=low
      * Apply a workaround potentially fixing the s390 problem  * Output some more info in case the above doesn't work -- Christoph Egger <email address hidden>  Fri, 08 Apr 2011 23:43:02 +0200
  • clisp (1:2.49-6) unstable; urgency=low
      * Output config.log from where it exists -- Christoph Egger <email address hidden>  Mon, 04 Apr 2011 18:24:29 +0200
  • clisp (1:2.49-5) unstable; urgency=low
      * Output config log on failed builds to debug s390 build failure -- Christoph Egger <email address hidden>  Mon, 04 Apr 2011 16:27:09 +0200
  • clisp (1:2.49-4) unstable; urgency=low
      * Adapt package to broken new dh-lisp version. Autobuilders should now produce     working packages again. -- Peter Van Eynde <email address hidden>  Thu, 17 Mar 2011 10:28:01 +0100
  • clisp (1:2.49-3) unstable; urgency=low
      * Declare a conflict between clisp and clisp-dev to catch overwriting     clisp-link. Missed that during testing. (Closes: #614889)  -- Peter Van Eynde <email address hidden>  Fri, 18 Feb 2011 05:44:09 +0100
  • clisp (1:2.49-2) unstable; urgency=low
      [ Peter Van Eynde ]  * Updated debian/README.building with updated information  * 2.49 also fixes a bug related to store-value. (Closes: #607743)   * Go with the flow and convert to use quilt  * Building for release with branch debian-2.49-2  [ Luca Capello ]  * debian/control:    + remove myself from Uploaders:.  [ Peter Van Eynde ]  * Move new-clx demos to the documentation -- Peter Van Eynde <email address hidden>  Thu, 17 Feb 2011 20:38:32 +0100
  • clisp (1:2.48-3.1) unstable; urgency=low
      * Non-maintainer upload.  * Backport some powerpc related debian/rules changes from 2.49-1. This    successfully passes the test suite on powerpc, so hopefully    Closes: #594178. -- David Bremner <email address hidden>  Wed, 12 Jan 2011 18:29:21 -0400
  • clisp (1:2.48-3) unstable; urgency=medium
    
    
      * Re-Add s390 to -doc's architectures, was removed by accident
      * Replace arm by armel in debian/control
      * urgency=medium due to rc bug fix and asdf/clc transition waiting for it
      * Upgrade to source 1.0
    
     -- Christoph Egger <email address hidden>  Wed, 07 Jul 2010 23:40:17 +0200
  • clisp (1:2.48-2) unstable; urgency=low
    
    
      [ Peter Van Eynde ]
      * forgot to change clisp-dev to lisp section
      * Fixed bdb.c to handle new berkely-db version (Closes: #549762)
      * integrated the NMU. Many thanks to Alexander Reichle-Schmehl.
    
      [ Christoph Egger ]
      * Pass --build to all ./configure runs (Closes: #546355)
      * Upload
      * Apply build parameters from arm also to armel
      * Add myself to uploaders
    
     -- Christoph Egger <email address hidden>  Sun, 04 Jul 2010 13:26:01 +0200
  • clisp (1:2.48-1.2) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Add "Breaks: cl-asdf (<< 2:1.704-1)" (Closes: #579460)
    
     -- Alexander Reichle-Schmehl <email address hidden>  Wed, 05 May 2010 10:39:00 +0200
  • clisp (1:2.48-1.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Build depend on libdb4.7-dev as proposed by Ilya Barygin
        (Closes: #549762)
    
     -- Alexander Reichle-Schmehl <email address hidden>  Fri, 23 Apr 2010 11:25:30 +0200
  • clisp (1:2.48-1) unstable; urgency=low
    
    
      * New upstream release
      * move clisp-link patch into git repository
      * Moved instructionset definition patch into git.
      * removed quilt horror
      * Updated Standards-Version no real changes
      * Changed Section to lisp
      * go to debhelper v7
      * added build conflict against libsigsegv 2.7 and higher
      * updated doc directory that gets build by upstream
      * added ${misc:Depends} to Depends
      * updated copyright file
      * Changed makemake to not use identical temporary targets a few times,
        (Closes: #494413)
      * Make clisp-link always work with bash. Closes: #530054
      * Fix bashism in clisp.sh Closes: #530055
      * Added debian/README.building file
      * added conflict with older clc
    
     -- Peter Van Eynde <email address hidden>  Thu, 03 Sep 2009 04:52:49 +0100
  • clisp (1:2.44.1-4.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Readd s390 support.
      * Remove host instructionset definition, regenerate src/configure.
        (closes: #488817)
    
     -- Bastian Blank <email address hidden>  Sun, 10 Aug 2008 09:28:14 +0000