[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.10-1-3-g49aeb9a

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Sat Apr 30 01:33:25 UTC 2011


The following commit has been merged in the master branch:
commit 49aeb9ad8a7dcb05fc37b1588c96201e98215829
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Fri Apr 29 13:07:39 2011 -0400

    Clean up files we've been leaving behind. (Closes: #578291)
---
 debian/rules |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index e110e7b..ec87744 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,6 +140,20 @@ clean:
 	rm -f src/rxvtlib.h
 	rm -f doc/Makefile
 
+	# Remove various extra files we create during build
+	set -e; \
+	for x in unicode unicode-256color unicode-lite; do \
+	    rm -f debian/rxvt-$$x.preinst; \
+	    rm -f debian/rxvt-$$x.postinst; \
+	    rm -f debian/rxvt-$$x.prerm; \
+	    rm -f debian/rxvt-$$x.docs; \
+	done
+
+	rm -f doc/*.txt.in
+	rm -f doc/README.*.in
+	rm -f doc/pod2*.tmp
+	rm -fr tmp
+
 	dh_clean build-stamp
 
 # XXX: rewrite all of this and use it; it is untouched.

-- 
Git repository for pkg-urxvt




More information about the Pkg-urxvt-maintainers mailing list