X-Git-Url: https://git.tokkee.org/?p=pkg-liblingua-de-ascii-perl.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=7a2922f7b881d0fefece2525d10a3fdaa873edb3;hp=cd73e7014a97ffe4fe922c43357103e356cdd969;hb=6856ae58e0256afd6dd364403c80269dc7c14040;hpb=456d6e29dd8770cf95230c9857d034516d07fd5c diff --git a/debian/rules b/debian/rules index cd73e70..7a2922f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export PERL_MM_USE_DEFAULT=1 ifndef PERL -PERL = /usr/bin/perl + PERL = /usr/bin/perl endif build: build-stamp @@ -48,7 +48,7 @@ install-stamp: touch install-stamp -binary: build install +binary-indep: build install dh_testdir dh_testroot dh_installdocs README @@ -62,5 +62,9 @@ binary: build install dh_md5sums dh_builddeb -.PHONY: build clean install binary +binary-arch: + # nothing to do here + +binary: binary-indep binary-arch +.PHONY: build clean install binary binary-indep binary-arch