X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=fe3737886a0159a08856bf1c31c907c67735825c;hb=b24543733f512aecbcd6e22facdbbfa5d23c2b7e;hp=8430f0869a50e9ba04acc42bff9a1d5b081f4cd3;hpb=77380240d84e3342a99dc4eb2fa0fa31b7338704;p=grml-x.git diff --git a/debian/rules b/debian/rules index 8430f08..fe37378 100755 --- a/debian/rules +++ b/debian/rules @@ -24,26 +24,26 @@ 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 dh_testdir dh_testroot dh_clean -k - dh_installdirs etc/init.d usr/bin + dh_installdirs etc/init.d usr/bin usr/share/grml # Add here commands to install the package into debian/grml-x. install -m 755 grml-x debian/grml-x/usr/bin/grml-x - 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. + cp -r etc/X11/ debian/grml-x/etc/ + cp -r usr_share_grml/zsh/ debian/grml-x/usr/share/grml/ # 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