[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11-xserver-utils: Changes to 'debian-experimental'



 debian/changelog |    3 +++
 debian/rules     |    1 +
 2 files changed, 4 insertions(+)

New commits:
commit 086ef7eae0e859a2947e8afbab2cdfdfd49e3a72
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Nov 12 22:25:56 2010 +0100

    Make update-copyright target .PHONY

diff --git a/debian/changelog b/debian/changelog
index cb5393b..66c70c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 466ea3d..a608d32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \


Reply to: