X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Frules;h=6357268d538253448d1faac96ab6b0b8ad6342c1;hp=ad842f3113f8f857b4d441a829070b9d6c494d5c;hb=d655b298e3ac4ecba08885ab8c96cdbafc83c155;hpb=d68fe522b68d6fbc65118bbf2b6b5437a97962a6 diff --git a/debian/rules b/debian/rules index ad842f31..6357268d 100755 --- a/debian/rules +++ b/debian/rules @@ -34,8 +34,8 @@ override_dh_auto_install: make install prefix=/usr DESTDIR=debian/dgit make install-infra prefix=/usr DESTDIR=debian/dgit-infrastructure -debian/tests/control: tests/list-tests debian/tests/control.in +debian/tests/control: tests/enumerate-tests debian/tests/control.in $< gencontrol >$@.new && mv -f $@.new $@ debian/tests/control: tests/lib-core tests/lib-restricts -debian/tests/control: $(wildcard tests/tests/*[^~#]) +debian/tests/control: tests/tests $(wildcard tests/tests/*[^~#])