summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-10-21 19:20:05 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
commit3d573fa54db0fdcae8b2a20356faa46c8e335206 (patch)
tree9d3c3323d63901ecf347660d0b2a68d2ea9d0aeb
parent6ac4f52537ca366eeeac2c806207ea416b2a4b3d (diff)
downloadscm-3d573fa54db0fdcae8b2a20356faa46c8e335206.tar.gz
scm-3d573fa54db0fdcae8b2a20356faa46c8e335206.zip
Import Debian changes 5e2-5debian/5e2-5
scm (5e2-5) unstable; urgency=low * debian/rules (binary-arch): Depend on install. Whoops!
-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