X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=6580f96ebf13618980465ab89873310e76fd8b91;hb=bee6f2e6f73394c340d37d22c3636fc5ffb4bf97;hp=ad842f3113f8f857b4d441a829070b9d6c494d5c;hpb=d68fe522b68d6fbc65118bbf2b6b5437a97962a6;p=dgit.git diff --git a/debian/rules b/debian/rules index ad842f31..6580f96e 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # dgit # Integration between git and Debian-style archives # -# Copyright (C)2013-2015 Ian Jackson +# Copyright (C)2013-2016 Ian Jackson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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/*[^~#])