[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.15-2-20-g4737a55
Ryan Kavanagh
rak at alioth.debian.org
Mon Mar 25 14:31:27 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=1e2cc81
The following commit has been merged in the master branch:
commit 1e2cc817eab60a126b54f1896e0494945bce4b3f
Author: Ryan Kavanagh <rak at debian.org>
Date: Tue Feb 12 22:44:42 2013 -0500
Ignore certain auto-re-generated files in diff
Upstream provides versions of documentation that get updated during build (i.e.
update the date in the manpage to the build date, etc.). To save us from having
to make backups of these files and restore them after the build, make use of the
extend-diff-ignore option. These files are matched by:
"^(README.FAQ|README.configure|doc/rxvt.1.man.in|doc/rxvt.7.man.in|
doc/rxvtc.1.man.in)$"
---
debian/source/options | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..3ef6952
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+# Ignore changes to these files
+extend-diff-ignore = "^(README.FAQ|README.configure|doc/rxvt.1.man.in|doc/rxvt.7.man.in|doc/rxvtc.1.man.in)$"
--
Git repository for pkg-urxvt
More information about the Pkg-urxvt-maintainers
mailing list