summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import Debian changes 5e4-5debian/5e4-5Thomas Bushnell2017-02-202-4/+16
| | | | | | | | | | | | 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.)
* Import Debian changes 5e4-4debian/5e4-4Thomas Bushnell2017-02-203-2/+12
| | | | | | | | 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.
* Import Debian changes 5e4-3debian/5e4-3Thomas Bushnell2017-02-205-12/+97
| | | | | | | | | | | | | | | | | | | 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.
* Import Debian changes 5e4-2debian/5e4-2Thomas Bushnell2017-02-205-17/+32
| | | | | | scm (5e4-2) unstable; urgency=low * Properly acknowledge NMU 5e3-6.1. (Closes: #369576, #458284).
* Import Debian changes 5e4-1debian/5e4-1Thomas Bushnell2017-02-2065-5085/+3089
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5e4-1) unstable; urgency=low * New upstream release. * debian/control: Require at least version 3a5 of slib. * debian/postrm: New file to remove /usr/lib/scm/implcat and /usr/lib/scm/slibcat upon purge. (Closes: #455124). Thanks to Kumar Appaiah for the fix. * debian/control (Architecture): Add armel and armeb. (Closes: #408792). * debian/rules (install): Don't use -s when installing. dh_strip should be sufficient, and this should make the nostrip build option work. (Closes: #438004). * 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.
| * Import Upstream version 5e4upstream/5e4Bryan Newbold2017-02-2056-1654/+3030
| |
* | Import Debian changes 5e3-6.1debian/5e3-6.1Neil Williams2017-02-207-21/+3425
| | | | | | | | | | | | | | | | | | | | | | | | scm (5e3-6.1) unstable; urgency=low * Non-maintainer upload. * Split doc-base file into two files, add missing 'Index' fields for 'info' sections (closes: #369576). Thanks to Robert Luberda for the patch. * Remove from rules/postinst/postrm any manually doc-base handling code, since dh_installdocs supports doc-base on its own. Thanks to Robert Luberda for the patch.
* | Import Debian changes 5e3-6debian/5e3-6Thomas Bushnell2017-02-202-1/+11
| | | | | | | | | | | | | | | | | | | | scm (5e3-6) unstable; urgency=medium * Medium urgency because this is a release critical issue, and is part of the fix made in slib 3a4-4. * debian/control (scm): Add version specification to the slib dependency (>> 3a4).
* | Import Debian changes 5e3-5debian/5e3-5Thomas Bushnell2017-02-202-0/+16
| | | | | | | | | | | | scm (5e3-5) unstable; urgency=low * build.scm (build: C-libraries): Duplicate linux section for linux-ia64.
* | Import Debian changes 5e3-4debian/5e3-4Thomas Bushnell2017-02-202-1/+15
| | | | | | | | | | | | | | | | scm (5e3-4) unstable; urgency=low * debian/rules (PLATFORM): New variable, to hold the SCM platform name; linux normally, but linux-ia64 on ia64. (SCM_OPTIONS): Instead of always giving -p linux, use $(PLATFORM).
* | Import Debian changes 5e3-3debian/5e3-3Thomas Bushnell2017-02-202-1/+8
| | | | | | | | | | | | | | scm (5e3-3) unstable; urgency=low * debian/rules (install): Don't install slibcat, since we build it at install time. (Closes: #395552)
* | Import Debian changes 5e3-2debian/5e3-2Thomas Bushnell2017-02-203-3/+13
| | | | | | | | | | | | | | | | scm (5e3-2) unstable; urgency=low * Makefile (ofiles): If $(ARCH) is ia64, add continue-ia64.o. * debian/rules: Set ARCH from DEB_BUILD_ARCH when making scmlit. (Closes: #395312)
* | Import Debian changes 5e3-1debian/5e3-1Thomas Bushnell2017-02-2050-5117/+3344
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5e3-1) unstable; urgency=low * New upstream release. * debian/control (Architecture): Add ia64 to list of supported archs. Now everything but s390 is listed. (Closes: #335980) (Build-Depends): Require at least version 3a4 of slib. * Change to continue.h from version 5e1-2 repeated here. * Change to xgen.scm from version 5e2-4 repeated here. * Change to scm.1 from version 5e2-4 repeated here.
| * Import Upstream version 5e3upstream/5e3Bryan Newbold2017-02-2047-1786/+3324
| |
* | Import Debian changes 5e2-5debian/5e2-5Thomas Bushnell2017-02-202-1/+7
| | | | | | | | | | | | scm (5e2-5) unstable; urgency=low * debian/rules (binary-arch): Depend on install. Whoops!
* | Import Debian changes 5e2-4debian/5e2-4Thomas Bushnell2017-02-2010-73/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5e2-4) unstable; urgency=medium * Medium urgency because this fixes the non-working xgen.scm and compile.scm programs. * debian/control (Standards-Version): Update to 3.7.2. * debian/control (Architecture): Change i386-hurd to hurd-i386. * scm.1 (.TH): Put in section number. * debian/doc-base: Put .gz suffix after info files, since that's how we install them. * debian/rules (binary-arch): Make compile.scm and xgen.scm executable. * xgen.scm (#!): Find /usr/bin/scm in correct place. * debian/control (Build-Depends): Add debhelper. * debian/rules (DH_VERBOSE): New variable; commented out. (checkdir): Delete variable; replace with dh_testdir. (checkroot): Delete target; replace with dh_testroot. (clean): Call dh_testroot. Remove build-stamp first in case something later bombs. Call dh_clean at the end. (binary-indep): Just depend on build and install and do nothing else. (install): New target. Most of the guts come here from binary-arch. Call debhelper stuff at the front. Install into debian/scm instead of debian/tmp. (binary-arch): Use debhelper commands to build the package. (.PHONY): Add install. * debian/compat: New file (level 5). * debian/postinst: Add #DEBHELPER# token. * debian/prerm: Add #DEBHELPER# token.
* | Import Debian changes 5e2-3debian/5e2-3Thomas Bushnell2017-02-202-1/+8
| | | | | | | | | | | | | | scm (5e2-3) unstable; urgency=low * debian/control (Architecture): Remove s390, officially unsupported by upstream.
* | Import Debian changes 5e2-2debian/5e2-2Thomas Bushnell2017-02-204-1/+3339
| | | | | | | | | | | | scm (5e2-2) unstable; urgency=low * debian/postinst: Rebuild the slib catalog every time.
* | Import Debian changes 5e2-1debian/5e2-1Thomas Bushnell2017-02-2053-7391/+7040
|\| | | | | | | | | | | | | scm (5e2-1) unstable; urgency=low * New upstream release. * Change to continue.h from version 5e1-2 repeated here.
| * Import Upstream version 5e2upstream/5e2Bryan Newbold2017-02-2052-4070/+7038
| |
* | Import Debian changes 5e1-5debian/5e1-5Thomas Bushnell2017-02-203-2/+10
| | | | | | | | | | | | | | | | scm (5e1-5) unstable; urgency=low * debian/control (scm): Add ppc64 to Architecture list. * scmfig.h (__powerpc64__, __x86_64__): Define SHORT_INT and CDR_DOUBLES. (Closes: #353173, #251765).
* | Import Debian changes 5e1-4debian/5e1-4Thomas Bushnell2017-02-203-4/+11
| | | | | | | | | | | | | | scm (5e1-4) unstable; urgency=low * debian/control (Build-Depends): Actually *make* the preceding change rather than simply documenting it. (Closes: #347027).
* | Import Debian changes 5e1-3debian/5e1-3Thomas Bushnell2017-02-202-3/+10
| | | | | | | | | | | | | | scm (5e1-3) unstable; urgency=low * debian/control (Build-Depends): Depend on libx11-dev instead of xlibs-dev. (Closes: #347027).
* | Import Debian changes 5e1-2debian/5e1-2Thomas Bushnell2017-02-203-1/+15
| | | | | | | | | | | | | | | | | | | | | | scm (5e1-2) unstable; urgency=low * debian/control (Architecture): Provide explicit list: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc s390 sparc. This is all the Debian archs except for ia64, which is officially unspported by upstream. * continue.h: When __hppa__ is defined, set STACK_GROWS_UP.
* | Import Debian changes 5e1-1debian/5e1-1Thomas Bushnell2017-02-2052-5216/+5929
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5e1-1) unstable; urgency=low * New upstream release. (Closes: #335970) * debian/rules (SCM_OPTIONS): Remove -F turtlegr; the file supporting this option seems to have gone by the wayside. * debian/rules (binary-arch): Don't try to install grtest.scm; it's gone now. * debian/rules (build-stamp): Use tee to capture output of ./build so that we can capture a copy of the file in the build log. * scm.1: Fix spelling errors in manual page: verobse -> verbose; qoutes -> quotes; aguments -> arguments; neccessary -> necessary; preceeds -> precedes. syncronization -> synchronization. (Closes: #300131) * debian/postinst, debian/prerm: Assume that install-docs is in the standard place, and test for it there with test -x. (Closes: #292996)
| * Import Upstream version 5e1upstream/5e1Bryan Newbold2017-02-2041-3753/+5853
| |
* | Import Debian changes 5d9-5debian/5d9-5Thomas Bushnell2017-02-205-3036/+2701
| | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5d9-5) unstable; urgency=low * New maintainer. Adopted with permission of previous maintainer. * repl.c (s_read): Remove static qualifier on declaration. * scmfig.h: Use SHORT_INT and CDR_DOUBLES on __powerpc64__ and __x86_64__ just as with __ia64. (Closes: #295074, #251765) * debian/control (Build-Depends): Use libreadline5-dev in place of libreadline4-dev. (Closes: #326297)
* | Import Debian changes 5d9-4.1debian/5d9-4.1Steve Langasek2017-02-2070-12642/+10986
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5d9-4.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for sarge-targetted RC bugfix. * Revert upstream "CAUTIOUS" define, which causes the scm build to fail its test suite on alpha (and, it appears, powerpc as well). Closes: #245810. scm (5d9-4) unstable; urgency=low * Apply patch from 144062 to fix hppa build (Closes: #144062) * Change scm.1 section from Jan 4 200 to 1. (lintian) scm (5d9-3) unstable; urgency=low * Properly clean up info files. * Make and install Xlibscm.info. scm (5d9-2) unstable; urgency=low * Fix path problem in slibcat. Hack at mklibcat.scm. (Closes: #241510) scm (5d9-1) unstable; urgency=low * New upstream release * Merge NMU sparc changes (Closes: #191171, #191356) * SHORT_INT is defined for ia64 upstream (Closes: #141928) * Scheme imps now grouped in info file (has been for a while) (Closes: #115452)
| * Import Upstream version 5d9upstream/5d9Bryan Newbold2017-02-2060-4228/+7230
| |
* | Import Debian changes 5d6-3.2debian/5d6-3.2LaMont Jones2017-02-2094-7089/+35667
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5d6-3.2) unstable; urgency=low * Fix hppa compile. Closes: #144062 scm (5d6-3.1) unstable; urgency=low * NMU with patch from James Troup, to fix FTBFS on sparc. Closes: #191171 scm (5d6-3) unstable; urgency=low * Add build depend on xlibs-dev (Closes: #148020) scm (5d6-2) unstable; urgency=low * Remove libregexx-dev from build-depends. * Change build to use ./scmlit rather than scmlit (should fix some build problems) (looks like alpha is mostly building) * New release (Closes: #140175) * Built with turtlegraphics last time (Closes: #58515) scm (5d6-1) unstable; urgency=low * New upstream. * Add xlib and turtlegr to requested list of features. (closes some bug) * Make clean actually clean most everything up. * Remove hacks renaming build to something else and just set build as a .PHONY target in debian/rules. * Add the turtlegr code. scm (5d5-1) unstable; urgency=low * New upstream * Has fixes for 64 bit archs. May fix alpha compile problem. Does fix (Closes: #140175) * Take out -O2 arg. scm (5d4-3) unstable; urgency=low * Don't link with regexx, but just use libc6's regular expression functions. * Define (terms) to output /usr/share/common-licenses/GPL (Closes: #119321) scm (5d4-2) unstable; urgency=low * Add texinfo to build depends (Closes: #107011) scm (5d4-1) unstable; urgency=low * New upstream release. * Move install-info --remove to prerm. scm (5d3-5) unstable; urgency=low * Move scm info files to section "The Algorithmic Language Scheme" to match up with guile. scm (5d3-4) unstable; urgency=low * Fix build depends (Closes: #76691) scm (5d3-3) unstable; urgency=low * Fix path in scm dhelp file. scm (5d3-2) unstable; urgency=low * Actually put the header files in the package. Oops. scm (5d3-1) unstable; urgency=low * New upstream. (Closes: #74761) * Make (terms) use new license location. * Make use libregexx rather than librx. * Fix build depends for above. * Using new regex lib seems to fix crash (Closes: #66787) * Consider adding scm-dev package with headers, but instead just add the headers to the scm package. (Closes: #70787) * Add doc-base support.
| * Import Upstream version 5d6upstream/5d6Bryan Newbold2017-02-2077-6600/+25690
| |
* | Import Debian changes 5d2-3debian/5d2-3James LewisMoss2017-02-2080-5344/+26358
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5d2-3) unstable frozen; urgency=low * Fix libncurses4-dev -> libncurses5-dev build depend (Closes: #58435) * Fix libreadline2-dev -> libreadline4-dev build depend. * Fix license location in copyright file (lintian warning) * Add tetex-bin as a build depend (needs makeinfo) (Closes: #53197) * Add -isp option to dpkg-gencontrol (lintian error) * Move scm to section interpreters. scm (5d2-2) unstable; urgency=low * Apply patch from upstream for bug in eval.c. (Picked up from comp.lang.scheme) * Add Build-Depends on slib, librx1g-dev, libncurses4-dev, libreadlineg2-dev. * Up standards version. * Correct description: this is an R5RS implementation now * Make sure no optimizations are done on m68k. (Closes: #52434) scm (5d2-1) unstable; urgency=low * New upstream. scm (5d1-2) unstable; urgency=low * Remove TAGS on clean (cut the diff back down to reasonable size). scm (5d1-1) unstable; urgency=low * New upstream. * move stuff to /usr/share. scm (5d0-3) unstable; urgency=low * Change scmlit call to ./scmlit call (missed one) (Fixes bugs #37455 and #35545) * Change man file permissions to 644 (fixes lintian warning) scm (5d0-2) unstable; urgency=low * Removed call to add_final in init_crs. lendwin doesn't do anything and scm was crashing when quit everytime in final_scm. * Changed copyright to reflect new source. scm (5d0-1) unstable; urgency=low * New upstream. * Changed (terms) to access "/usr/doc/copyright/GPL". * Changed regex to use -lrx scm (5c3-6) unstable; urgency=low * New maintainer.
| * Import Upstream version 5d2upstream/5d2Bryan Newbold2017-02-2069-5269/+25792
| |
* | Import Debian changes 5c3-5debian/5c3-5David N. Welton2017-02-2046-2841/+6968
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm (5c3-5) frozen unstable; urgency=low * debian/rules chmod +x's bld.scm. Fixes #30521. scm (5c3-4) frozen unstable; urgency=low * Made bld.scm executable. Fixes #29578. scm (5c3-3) frozen unstable; urgency=low * -nw * Fixes #16762. * Fixes #18163. * Fixes #18164. * Fixes #23743. * Fixes #24098. * Fixes #24099. * Fixes #24547. scm (5c3-2) frozen unstable; urgency=low * Re-uploading for slink freeze. scm (5c3-1) unstable; urgency=low * New upstream version.
| * Import Upstream version 5c3upstream/5c3Bryan Newbold2017-02-2040-2826/+6857
| |
* | Import Debian changes 5b3-1debian/5b3-1Rob Browning2017-02-2061-4158/+6176
|\| | | | | | | | | | | | | | | scm (5b3-1) unstable; urgency=low * New maintainer * New version * libc6
| * Import Upstream version 5b3upstream/5b3Bryan Newbold2017-02-2055-4110/+6101
| |
* | Import Debian changes 4e6-2debian/4e6-2Karl Sackett2017-02-208-4/+173
|/ | | | | | | | | | | scm (4e6-2) unstable; urgency=low * Recompiled to use regex0. scm (4e6-1) unstable; urgency=low * First Debian release. * Makefile.in: scm compiles with regex.
* Import Upstream version 4e6upstream/4e6Bryan Newbold2017-02-2065-0/+43905