X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=fc8db499a70d4e76240d3d7a08cd1baa8240487e;hb=e6bef69c3919bcbd76dd1c21c30c378245727d33;hp=8430f0869a50e9ba04acc42bff9a1d5b081f4cd3;hpb=77380240d84e3342a99dc4eb2fa0fa31b7338704;p=grml-x.git diff --git a/debian/rules b/debian/rules index 8430f08..fc8db49 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ clean: rm -f build-stamp html-stamp man-stamp # Add here commands to clean up after the build process. - -$(MAKE clean) + make clean dh_clean install: build @@ -38,12 +38,12 @@ install: build cp -r etc/X11/ debian/grml-x/etc/ cp -r etc/zsh/ debian/grml-x/etc/ -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - # Build architecture-dependent files here. binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs