X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=6580f96ebf13618980465ab89873310e76fd8b91;hb=bee6f2e6f73394c340d37d22c3636fc5ffb4bf97;hp=fe5dd4c3d86dac86bf5ce0872ac53f889eb67531;hpb=e81d275459a9414975c97cf6958b8a968062c496;p=dgit.git diff --git a/debian/rules b/debian/rules index fe5dd4c3..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 @@ -33,3 +33,9 @@ override_dh_gencontrol: override_dh_auto_install: make install prefix=/usr DESTDIR=debian/dgit make install-infra prefix=/usr DESTDIR=debian/dgit-infrastructure + +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: tests/tests $(wildcard tests/tests/*[^~#])