aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2005-10-27 12:00:49 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:29 -0800
commit4e063c0de0bf319c9201cefa6f399364041bb7b9 (patch)
tree61a326cd4ab69f610d2e10313db2a641b6d0b4dd /debian/rules
parent5f7b0413c1bb0f96bb613ad74c0978f44116a136 (diff)
parent302e3218b7d487539ec305bf23881a6ee7d5be99 (diff)
downloadscm-4e063c0de0bf319c9201cefa6f399364041bb7b9.tar.gz
scm-4e063c0de0bf319c9201cefa6f399364041bb7b9.zip
Import Debian changes 5e1-1debian/5e1-1
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)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 9ed76c6..5049713 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,12 +39,12 @@ SCM_OPTIONS = -p linux \
-F unix \
-F curses \
-F dynamic-linking \
- -F turtlegr \
-F xlib \
-F dump \
-F macro
# -F dump
+# -F turtlegr
# -F heap-can-shrink \
@@ -68,7 +68,7 @@ else
endif
test -e /usr/share/slib || \
(echo "Must have slib installed for compile" && exit 1)
- ./build ${SCM_OPTIONS} > debian/bld
+ ./build ${SCM_OPTIONS} | tee debian/bld
chmod ug+x debian/bld
debian/bld
make scm.info
@@ -142,8 +142,8 @@ binary-arch: checkroot build
$(INSTALL_DATA) pi.scm debian/tmp/usr/share/doc/scm/examples
$(INSTALL_DATA) pi.c debian/tmp/usr/share/doc/scm/examples
$(INSTALL_DATA) bench.scm debian/tmp/usr/share/doc/scm/examples
- $(INSTALL_DATA) grtest.scm debian/tmp/usr/share/doc/scm/examples
$(INSTALL_DATA) split.scm debian/tmp/usr/share/doc/scm/examples
+# $(INSTALL_DATA) grtest.scm debian/tmp/usr/share/doc/scm/examples
# info pages
$(INSTALL_DIR) debian/tmp/usr/share/info