Changelog
scm (5e3-5) unstable; urgency=low
* build.scm (build: C-libraries): Duplicate linux section for linux-ia64.
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).
scm (5e3-3) unstable; urgency=low
* debian/rules (install): Don't install slibcat, since we build it at
install time. (Closes: #395552)
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)
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.
scm (5e2-5) unstable; urgency=low
* debian/rules (binary-arch): Depend on install. Whoops!
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.
scm (5e2-3) unstable; urgency=low
* debian/control (Architecture): Remove s390, officially unsupported by
upstream.
-- Scott James Remnant <email address hidden> Wed, 08 Nov 2006 23:14:30 +0000