[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:28 UTC 2013


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

The following commit has been merged in the master branch:
commit b6b5b2f28ca3da0d4dc41a540f574de6b64982b2
Author: Ryan Kavanagh <rak at debian.org>
Date:   Wed Mar 20 16:40:33 2013 -0400

    Set urxvtperl(3)'s .TH to 3 since we're installing in section 3, 13_section_mismatch.diff
---
 debian/patches/13_section_mismatch.diff |   26 ++++++++++++++++++++++++++
 debian/patches/series                   |    1 +
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/debian/patches/13_section_mismatch.diff b/debian/patches/13_section_mismatch.diff
new file mode 100644
index 0000000..55c353b
--- /dev/null
+++ b/debian/patches/13_section_mismatch.diff
@@ -0,0 +1,26 @@
+Description: Set urxvtperl(3)'s .TH to 3 since we're installing in section 3
+ Fixes warnings of a manpage with section header 1 installed in the section 3
+ directory.
+Author: Ryan Kavanagh <rak at debian.org>
+Origin: vendor
+Forwarded: no
+Applied-Upstream: no
+Reviewed-by: Ryan Kavanagh <rak at debian.org>
+Last-Update: 2012-03-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: pkg-urxvt/src/Makefile.in
+===================================================================
+--- pkg-urxvt.orig/src/Makefile.in	2013-02-12 12:12:29.255729563 -0500
++++ pkg-urxvt/src/Makefile.in	2013-03-20 15:15:33.486168796 -0400
+@@ -120,8 +120,8 @@
+ @IF_PERL@	> mantmp
+ @IF_PERL@	$(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-extensions.$(man1ext)
+ @IF_PERL@	< $(srcdir)/urxvt.pm \
+- at IF_PERL@	$(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", $(PODOPTS))->parse_from_file' \
+- at IF_PERL@	> mantmp
++ at IF_PERL@	$(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", section => 3, \
++ at IF_PERL@		$(PODOPTS))->parse_from_file' > mantmp
+ @IF_PERL@	$(INSTALL_DATA) mantmp $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
+ 
+ install-bin: allbin
diff --git a/debian/patches/series b/debian/patches/series
index 38cf6f9..0bba0f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 07_rgb_location.diff
 11_fix_lexgrog.diff
 12_hyphen_minus_sign.diff
+13_section_mismatch.diff

-- 
Git repository for pkg-urxvt




More information about the Pkg-urxvt-maintainers mailing list