[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.10-2-30-g1b42400

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Thu Dec 22 23:55:48 UTC 2011


The following commit has been merged in the master branch:
commit 87e9bc26b958b7b260ca052bf6431b0241811f78
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Thu Dec 22 16:54:27 2011 -0500

    Added a rule to check for changes in copyright
---
 debian/rules |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 260f0d2..34c2b33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -223,4 +223,11 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+
+copyright:
+	# Check to see if there's any changes in copyright
+	[ -d .git ] && git grep Copyright | \
+	    grep -v 'debian/' | \
+	    sed -e 's/.*: \* //g;s/.*:# //g;s/(c)/(C)/g' | \
+	    sort -k4,3 | uniq
+.PHONY: build clean binary-indep binary-arch binary install copyright

-- 
Git repository for pkg-urxvt




More information about the Pkg-urxvt-maintainers mailing list