aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-10-27 12:31:20 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:36 -0800
commitbf6075ed4733b4bd6c59a3419fd7ef3c8321ec76 (patch)
tree708458dbe7a34a9969f7ac7f35018bcf8b781ae3
parentb6fa723b20fab0d8e7970d5beaa152d0c9e1b4b4 (diff)
downloadscm-bf6075ed4733b4bd6c59a3419fd7ef3c8321ec76.tar.gz
scm-bf6075ed4733b4bd6c59a3419fd7ef3c8321ec76.zip
Import Debian changes 5e3-3debian/5e3-3
scm (5e3-3) unstable; urgency=low * debian/rules (install): Don't install slibcat, since we build it at install time. (Closes: #395552)
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c631754..30003ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scm (5e3-3) unstable; urgency=low
+
+ * debian/rules (install): Don't install slibcat, since we build it at
+ install time. (Closes: #395552)
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Fri, 27 Oct 2006 12:31:20 -0700
+
scm (5e3-2) unstable; urgency=low
* Makefile (ofiles): If $(ARCH) is ia64, add continue-ia64.o.
diff --git a/debian/rules b/debian/rules
index d5ea1e8..20b98cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,7 +118,7 @@ install: build
# library
$(INSTALL_DIR) debian/scm/usr/lib/scm
$(INSTALL_DATA) `ls *.scm | egrep -v ${NON_LIB_FILES}` debian/scm/usr/lib/scm
- $(INSTALL_DATA) slibcat debian/scm/usr/lib/scm
+## $(INSTALL_DATA) slibcat debian/scm/usr/lib/scm
chmod +x debian/scm/usr/lib/scm/compile.scm
chmod +x debian/scm/usr/lib/scm/xgen.scm