| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cherry-picked a single commit from upstream.
Turns out this bug (which was causing test failures and thus FTBFS on
a subset of platforms) had been identified and fixed upstream a year
ago, but had not made it's way into version control (CVS) or the
Changelog.
See also:
http://lists.gnu.org/archive/html/scm-discuss/2017-10/msg00009.html
|
|
|
|
| |
This reverts commit 12f0a0a1b21c1461b15e4d06cb7473014a7ef14f.
|
|
|
|
|
| |
This temporary patch gets r4rstest.scm to pass on 32-bit platforms,
which fixes FTBS (as tests are required for the package build).
|
| |
|
| |
|
| |
|
|
|
|
| |
Bug #791959
|
|
|
|
|
|
|
|
|
|
|
|
| |
- upstream shifted to LGPL for many files (some still GPL)
- some copyright attribution removed due to files being removed
- fix typos in copyright names ("Textronix")
- some documentation files are GFDL
- clarify that only files under debian/ have been edited by maintainer
(changelog is still ambiguous)
- update FSF copyright year range for some recent changes
- turtle file was removed
- configure file is covered
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Upstream fixed a problem with inexact floating point math that was
causing test failures.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
With review from Asheesh, decided that we couldn't actually apply GPL of
any flavor to the contents of debian/, as it still includes unlicensed
content from maintainers past.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This was how the previous maintainer did it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
... and remove applied patches.
|
| |
|
|
|
|
|
|
|
|
| |
scm (5e5-3.3) unstable; urgency=low
* Non-maintainer upload.
* Fixed texinfo errors (Closes: #712339)
* Removed install-info from maintainer scripts (Closes: #708498)
|
|
|
|
|
|
| |
scm (5e5-3.2) unstable; urgency=low
* NMU, added armhf in arch list. (Closes: #604537)
|
|
|
|
|
|
|
|
|
|
|
|
| |
scm (5e5-3.1) unstable; urgency=low
* Non-maintainer upload.
ACKed by maintainer.
* Update debian/control.
- Add support sh4, kfreebsd-amd64 and kfreebsd-i386.
(Closes: #558213, #559017)
- Replacing libreadline5-dev build dependency with libreadline-dev.
(Closes: #553847)
|
|
|
|
|
|
|
|
|
|
| |
scm (5e5-3) unstable; urgency=low
* build.scm (build-continue-ia64): New function, to encapsulate the method
for building continue-ia64.o.
(link-c-program/linux-ia64): Use build-continue-ia64.
(make-archive/linux-ia64): New command, to use build-continue-ia64.
(Closes: #483273).
|
|
|
|
|
|
|
|
|
|
| |
scm (5e5-2) unstable; urgency=low
* continue.h: actually make the change mentioned in 5e5-1.
* Makefile: Likewise.
* xgen.scm: Likewise.
* scm.1: Likewise.
* build.scm: Likewise.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
scm (5e5-1) unstable; urgency=low
* New upstream release.
* continue.h: Repeat change from 5e1-2.
* xgen.scm: Repeat change from 5e2-4.
* scm.1: Repeat change from 5e2-4.
* build.scm: Repeat change from 5e3-5.
* Makefile: Repeat change from 5e3-2.
* debian/control (Build-Depends): Require at least version 3b1 of slib.
(scm Depends): Likewise.
(libscm-dev Depends): Likewise.
* Makefile (scm.info): Add explicit dependency on features.txi and
platform.txi. For some reason the one through $(texifiles) is
failing mysteriously. Perhaps this is a make bug.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
scm (5e4-5) unstable; urgency=low
* debian/control (libscm-dev/Description): Drop mistaken extra spaces
in description.
* debian/control (libscm-dev/Depends): Use $(binary:Version} for the
dependency rather than ${source:Version}.
* debian/control (Standards-Version): Update to 3.7.3. (No changes needed.)
|
| |
| |
| |
| |
| |
| |
| |
| | |
scm (5e4-4) unstable; urgency=low
* continue.h: Fix spelling of STACK_GROWS_UP in change from 5e4-1.
* Makefile: Repeat change from 5e3-2.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
scm (5e4-3) unstable; urgency=low
* debian/rules (SCM_OPTIONS): Add -F differ.
* debian/control (libscm-dev): New package. We don't make a shared library
because there is no standardization of SCM options, and no way to indicate
in a non-brittle fashion what SCM options are available in any particular
build, nor any standardization of sonames.
* debian/rules (build): Build libscm.a too.
(install): Install libscm.a, scm.h, scmfig.h, and scmflags.h into
libscm-dev. Don't install header files in scm package.
(Closes: #459828)
* debian/copyright: Add proper authorship and copyright information; make
mention of the special library linking exception since we are now
packaging the library.
|