chiark / gitweb /
Copyright: Add notices to some more of the (larger) files
[dgit.git] / debian / rules
index 0a5933b62a6a8333127db88728c65b604bc56b03..6580f96ebf13618980465ab89873310e76fd8b91 100755 (executable)
@@ -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