X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=effbf41e42fc81fd542a5acb5eea91f532603c4b;hb=20f7ff0802f18f1913b321ec31c2052d7cb21c75;hp=d45ae13ab7b2cb567bc23b594c4683e1addd9208;hpb=139f1a82802a0cbef7f231b0fae51f9357a7f518;p=grml-debootstrap.git diff --git a/debian/rules b/debian/rules index d45ae13..effbf41 100755 --- a/debian/rules +++ b/debian/rules @@ -31,18 +31,15 @@ install: build # Add here commands to install the package into debian/grml-debootstrap. install -m 644 config debian/grml-debootstrap/etc/debootstrap/ + install -m 644 devices.tar.gz debian/grml-debootstrap/etc/debootstrap/ install -m 644 locale.gen debian/grml-debootstrap/etc/debootstrap/ install -m 644 packages debian/grml-debootstrap/etc/debootstrap/ install -m 755 chroot-script debian/grml-debootstrap/etc/debootstrap/ install -m 755 grml-debootstrap debian/grml-debootstrap/usr/sbin/ install -m 644 zsh-completion debian/grml-debootstrap/etc/zsh/completion.d/_grml-debootstrap -# 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 +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -58,5 +55,5 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +binary: binary-indep +.PHONY: build clean binary-indep binary install