Make update-copyright target .PHONY
This commit is contained in:
parent
19d392b8d7
commit
086ef7eae0
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue