X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=fe5c703e7cdcf3dd982d8af2d06a90cfe7d249f5;hp=277a9119f4951fb8845ca9f3e92daff3b7077028;hb=d4af86eccb5471c503bebd3c689c7ed37fb0c554;hpb=773464378cb9b67c0fb7fc770efa2c816efd3b27 diff --git a/debian/rules b/debian/rules index 277a911..fe5c703 100755 --- a/debian/rules +++ b/debian/rules @@ -61,26 +61,6 @@ grml-live: install dh_md5sums -p$@ -P$(b)/$@ dh_builddeb -p$@ -P$(b)/$@ -grml-live-addons: install - @echo "--- Building: $@" - dh_installdirs -p$@ -P$(b)/$@ - dh_link -p$@ -P$(b)/$@ - dh_installdocs -p$@ -P$(b)/$@ - dh_installchangelogs -p$@ -P$(b)/$@ - dh_install -p$@ -P$(b)/$@ - dh_strip -p$@ -P$(b)/$@ - dh_compress -p$@ -P$(b)/$@ - mkdir -p $(b)/$(@)/usr/share/lintian/overrides/ - cp -av debian/overrides.$(@) $(b)/$(@)/usr/share/lintian/overrides/$(@) - dh_fixperms -p$@ -P$(b)/$@ - dh_makeshlibs -p$@ -P$(b)/$@ -V - dh_installdeb -p$@ -P$(b)/$@ - dh_shlibdeps -p$@ -P$(b)/$@ - dh_installdebconf -p$@ -P$(b)/$@ - dh_gencontrol -p$@ -P$(b)/$@ - dh_md5sums -p$@ -P$(b)/$@ - dh_builddeb -p$@ -P$(b)/$@ - grml-live-db: install @echo "--- Building: $@" dh_installdirs -p$@ -P$(b)/$@ @@ -125,7 +105,7 @@ grml-live-buildd: install binary-all: build install # Build architecture-independent files here. -binary-indep: build install grml-live grml-live-addons grml-live-db grml-live-buildd +binary-indep: build install grml-live grml-live-db grml-live-buildd binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install