summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 64a4b7c..2c3b541 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+scm (5e2-5) unstable; urgency=low
+
+ * debian/rules (binary-arch): Depend on install. Whoops!
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Sat, 21 Oct 2006 19:20:05 -0700
+
scm (5e2-4) unstable; urgency=medium
* Medium urgency because this fixes the non-working xgen.scm and
diff --git a/debian/rules b/debian/rules
index b3ce1d5..763f2a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,7 +161,7 @@ install: build
$(INSTALL_DATA) Xlibscm.info* debian/scm/usr/share/info
gzip -9 debian/scm/usr/share/info/*
-binary-arch: build
+binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs