X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=a73b2651a0fff7956c0b64a04afff8c9b2744c75;hb=refs%2Ftags%2Fdebian-1.6.6-1;hp=ff93e37763662afe73cf93b169eaf1e11daf6e6a;hpb=5c64ed6c6024c426b9922f5d3d6f92134fe91cf5;p=lml2.git diff --git a/debian/rules b/debian/rules index ff93e37..a73b265 100755 --- a/debian/rules +++ b/debian/rules @@ -41,12 +41,10 @@ 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 - - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot # dh_installdebconf @@ -75,5 +73,5 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-arch binary-indep binary install configure