[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:47 UTC 2011


The following commit has been merged in the master branch:
commit 6151f48899073b8878089bf1fe71398b71f2732d
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Thu Dec 22 09:49:21 2011 -0500

    Drop 08_rebuild_docs.diff, upstream now supports rebuilding documentation
---
 debian/patches/08_rebuild_docs.diff |  111 -----------------------------------
 debian/patches/series               |    1 -
 2 files changed, 0 insertions(+), 112 deletions(-)

diff --git a/debian/patches/08_rebuild_docs.diff b/debian/patches/08_rebuild_docs.diff
deleted file mode 100644
index 52dac6b..0000000
--- a/debian/patches/08_rebuild_docs.diff
+++ /dev/null
@@ -1,111 +0,0 @@
-Description: Rebuild documentation
- It is not clear exactly what this patch does, apart from rebuild documentation.
- Why we aren't using pod2xhtml (libpod-xhtml-perl) as upstream does has yet to
- be determined.
- .
- We'll keep this patch since we need to rebuild documentation after applying
- 11_fix_lexgrog.diff and 12_hyphen_minus_sign.diff .
-Author: Decklin Foster <decklin at red-bean.com>
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/437364
-Forwarded: no
-Reviewed-By: Ryan Kavanagh <ryanakca at kubuntu.org>
-Last-Update: 2011-03-27
-
---- rxvt-unicode-9.09.orig/doc/Makefile.in
-+++ rxvt-unicode-9.09/doc/Makefile.in
-@@ -36,15 +36,10 @@ SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VE
- 
- POD2MAN = pod2man -n @@RXVT_NAME@@ -r @@RXVT_VERSION@@ -q\" -c "RXVT-UNICODE"
- 
--all:
--	sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in  >rxvt.1.man
--	sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
--	sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
--	sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in  >rxvt.7.man
-- at IF_PERL@	sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
-+all: alldoc
- 
--rxvtperl.3.pod: ../src/urxvt.pm
--	cp $< $@
-+rxvtperl.3.tbl: ../src/urxvt.pm
-+	./podtbl <$< >$@
- 
- %.tbl: %.pod
- 	$(srcdir)/podtbl <$< >$@
-@@ -58,34 +53,58 @@ rxvtperl.3.pod: ../src/urxvt.pm
- %.7.man.in: %.7.tbl
- 	$(POD2MAN) -s7 <$< >$@
- 
--%.html: %.tbl
--	sed $(SEDREPLACE) <$< | pod2xhtml --css http://res.tst.eu/pod.css >$@
-+%.html.in: %.tbl
-+	pod2html --css http://res.tst.eu/pod.css <$< >$@
- 
--%.txt: %.tbl
--	sed $(SEDREPLACE) <$< | pod2text >$@
-+%.txt.in: %.tbl
-+	pod2text <$< >$@
- 
--../README.configure: rxvt.7.tbl
--	sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
-+README.configure.in: rxvt.7.tbl
-+	podselect -section "CONFIGURE OPTIONS" <$< | pod2text >$@
- 
--../README.FAQ: rxvt.7.tbl
--	sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
-+README.FAQ.in: rxvt.7.tbl
-+	podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" <$< | pod2text >$@
-+
-+%.man: %.man.in
-+	sed $(SEDREPLACE) <$< >$@
-+%.txt: %.txt.in
-+	sed $(SEDREPLACE) <$< >$@
-+%.html: %.html.in
-+	sed $(SEDREPLACE) <$< >$@
-+../README.configure: README.configure.in
-+	sed $(SEDREPLACE) <$< >$@
-+../README.FAQ: README.FAQ.in
-+	sed $(SEDREPLACE) <$< >$@
-+
-+etc/rxvt-unicode.termcap:
-+	infocmp -C rxvt-unicode >$@
- 
- tags allbin:
- 
--alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
--	../README.configure ../README.FAQ
--	tic -C $(srcdir)/etc/rxvt-unicode.terminfo >$(srcdir)/etc/rxvt-unicode.termcap
-+alldep:	rxvt.1.man.in  rxvt.7.man.in  rxvtc.1.man.in  rxvtd.1.man.in  rxvtperl.3.man.in \
-+	rxvt.1.txt.in  rxvt.7.txt.in  rxvtc.1.txt.in  rxvtd.1.txt.in  rxvtperl.3.txt.in \
-+	rxvt.1.html.in rxvt.7.html.in rxvtc.1.html.in rxvtd.1.html.in rxvtperl.3.html.in \
-+	README.configure.in README.FAQ.in
-+
-+alldoc:	rxvt.1.man  rxvt.7.man  rxvtc.1.man  rxvtd.1.man  rxvtperl.3.man \
-+	rxvt.1.txt  rxvt.7.txt  rxvtc.1.txt  rxvtd.1.txt  rxvtperl.3.txt \
-+	rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
-+	../README.configure ../README.FAQ etc/rxvt-unicode.termcap
- 
- clean:
--	rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
-+	rm -f rxvt.1.man  rxvt.7.man  rxvtc.1.man  rxvtd.1.man  rxvtperl.3.man
-+	rm -f rxvt.1.txt  rxvt.7.txt  rxvtc.1.txt  rxvtd.1.txt  rxvtperl.3.txt
-+	rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html
-+	rm -f ../README.configure ../README.FAQ
- 
- distclean: clean
--	rm -f Makefile
--
--realclean: distclean
--	rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in
--	rm -f ../README.configure ../README.FAQ
--	rm -f $(srcdir)/etc/rxvt-unicode.termcap
-+	rm -f rxvt.1.tbl rxvt.7.tbl rxvtc.1.tbl rxvtd.1.tbl rxvtperl.3.tbl
-+realclean: clean distclean
-+	rm -f rxvt.1.man.in  rxvt.7.man.in  rxvtc.1.man.in  rxvtd.1.man.in  rxvtperl.3.man.in
-+	rm -f rxvt.1.txt.in  rxvt.7.txt.in  rxvtc.1.txt.in  rxvtd.1.txt.in  rxvtperl.3.txt.in
-+	rm -f rxvt.1.html.in rxvt.7.html.in rxvtc.1.html.in rxvtd.1.html.in rxvtperl.3.html.in
-+	rm -f README.configure.in README.FAQ.in
-+	rm -f pod*.tmp tags *~
- 
- cleandir: realclean
diff --git a/debian/patches/series b/debian/patches/series
index 3051529..38cf6f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,6 +2,5 @@
 02_use_dejavu.diff
 06_debian_docs.diff
 07_rgb_location.diff
-08_rebuild_docs.diff
 11_fix_lexgrog.diff
 12_hyphen_minus_sign.diff

-- 
Git repository for pkg-urxvt




More information about the Pkg-urxvt-maintainers mailing list