[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:50 UTC 2015


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

The following commit has been merged in the master branch:
commit 42172cd315ff78ece922c81f989d2f02d342223d
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sun Feb 8 11:18:02 2015 -0500

    Don't install backup files
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index de4234c..5ad7047 100755
--- a/debian/rules
+++ b/debian/rules
@@ -254,6 +254,7 @@ binary-arch: build install
 	    y=$(CURDIR)/debian/rxvt-$$x ;\
 	    chgrp utmp $$y/usr/bin/urxvt $$y/usr/bin/urxvtd;\
 	    chmod g+s $$y/usr/bin/urxvt $$y/usr/bin/urxvtd;\
+	    find $$y -name '*debian-backup*' -exec rm -f {} \; ; \
 	done
 #	dh_perl
 #	dh_python

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list