From 90a1a084ef0d15eccc7c433d1a3787c9408b3f82 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 9 Dec 2007 07:54:08 -0700 Subject: [PATCH] Automated commit for debian release 1.6.6-1 --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index c2dc030..a73b265 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,8 @@ install: build dh_link $(clc-lml2)/lml2.asd $(clc-systems)/lml2.asd dh_link $(clc-lml2)/lml2-tests.asd $(clc-systems)/lml2-tests.asd +binary-arch: build install + # Build architecture-independent files here. binary-indep: build install dh_testdir @@ -70,6 +72,6 @@ binary-indep: build install dh_md5sums dh_builddeb -binary: binary-indep -.PHONY: build clean binary-indep binary install configure +binary: binary-indep binary-arch +.PHONY: build clean binary-arch binary-indep binary install configure -- 2.34.1