X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=6580f96ebf13618980465ab89873310e76fd8b91;hb=c7821c26c30b0a79658b626ee7f2a17f73cdc952;hp=0a5933b62a6a8333127db88728c65b604bc56b03;hpb=968202ab0b56d1d27f14703c208a88b9540024f7;p=dgit.git diff --git a/debian/rules b/debian/rules index 0a5933b6..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,7 +34,7 @@ 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