Make update-copyright target .PHONY

This commit is contained in:
Cyril Brulebois 2010-11-12 22:25:56 +01:00
parent 19d392b8d7
commit 086ef7eae0
2 changed files with 4 additions and 0 deletions

3
debian/changelog vendored
View File

@ -4,6 +4,9 @@ x11-xserver-utils (7.6~2) UNRELEASED; urgency=low
* Add 03_iceauth_manpage_commands.patch. Documents iceauth commands more
fully. Also fixes fd.o bug # 2354. Closes: #509837
[ Cyril Brulebois ]
* Make update-copyright target .PHONY
-- Cyril Brulebois <kibi@debian.org> Fri, 12 Nov 2010 19:28:04 +0100
x11-xserver-utils (7.6~1) experimental; urgency=low

1
debian/rules vendored
View File

@ -114,6 +114,7 @@ get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))
get-tarball-%:
uscan --no-conf --download --no-symlink --destdir . --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure || echo 0) --watchfile debian/watch.$* || test $$? = 1
.PHONY: update-copyright
update-copyright: $(addsuffix /COPYING, $(SUBDIRS)) debian/copyright.head
cp debian/copyright.head debian/copyright
for subdir in $(SUBDIRS); do \