X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=260659f5812288e1ea6f55d94e243d40000a66d4;hb=70959f30862c73643bbe2a6b62711ff742cc29f7;hp=c3483791a6757eec503f2920237f60f45e4c0eb3;hpb=d1cb3d4f7526a5103cffd722957bb7f8b323519e;p=debbugs.git diff --git a/debian/rules b/debian/rules index c348379..260659f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,13 @@ DEST_DIR := $(CURDIR)/debian/tmp PERL ?= /usr/bin/perl -build: build-stamp +build: build-arch build-indep + +build-arch: +# nothing to do, as there aren't any architecture-dependent packages + +build-indep: build-stamp + build-stamp: # Call the test suite $(PERL) Makefile.PL INSTALLDIRS=vendor