X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Frules;h=97f84686287f050fdf18761c5370c6a1df3bfc0e;hp=effbf41e42fc81fd542a5acb5eea91f532603c4b;hb=de48058f771e436855779976bde15a25dd3b4582;hpb=20f7ff0802f18f1913b321ec31c2052d7cb21c75 diff --git a/debian/rules b/debian/rules index effbf41..97f8468 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,8 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs etc/debootstrap usr/sbin etc/debootstrap/extrapackages etc/zsh/completion.d + dh_installdirs etc/debootstrap usr/sbin etc/debootstrap/extrapackages etc/zsh/completion.d \ + usr/share/grml-debootstrap/functions # Add here commands to install the package into debian/grml-debootstrap. install -m 644 config debian/grml-debootstrap/etc/debootstrap/ @@ -37,13 +38,18 @@ install: build 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 + install -m 644 cmdlineopts.clp debian/grml-debootstrap/usr/share/grml-debootstrap/functions/cmdlineopts.clp # 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 - dh_installdocs TODO + dh_installdocs TODO THANKS dh_installman grml-debootstrap.8 dh_link dh_strip @@ -55,5 +61,5 @@ binary-indep: build install dh_md5sums dh_builddeb -binary: binary-indep -.PHONY: build clean binary-indep binary install +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install