[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.20-1-12-ga701ca5

Ryan Kavanagh rak at moszumanska.debian.org
Sun Feb 8 17:10:49 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=8dd47bf

The following commit has been merged in the master branch:
commit 8dd47bfafbee78c344d9712a7eeaa6ce88c8a921
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sat Jan 24 22:17:15 2015 -0500

    Fix broken clean
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 35566d2..46b8a59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ flagscommon = \
     CXXFLAGS="$(CXXFLAGS)" \
     LDFLAGS="$(LDFLAGS)"
 
-config.status: | $(BACKUP_FILES) configure
+config.status: | $(BACKED_UP_FILES) configure
 	dh_autotools-dev_updateconfig
 
 conf-unicode:
@@ -274,7 +274,7 @@ copyright:
 
 %.debian-backup:
 	@# Move the matching stem, foo, to foo.debian-backup.
-	mv -f $* $@
+	cp -f $* $@
 
 restore:
 	for file in $(BACKUP_FILES); do \

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list