[Pkg-opt-media-team] [dvdisaster] 51/61: Fix generated man pages.

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 13:48:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository dvdisaster.

commit 5343babeb4269c8d5d09b1e19ebd4dec020dd6cd
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Thu Jan 5 18:53:37 2017 +1100

    Fix generated man pages.
    
    The generated man pages incorrectly direct users to the directory of
    the old HTML documentation, which is no longer available.
---
 debian/patches/25-fix-man-pages.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/25-fix-man-pages.patch b/debian/patches/25-fix-man-pages.patch
new file mode 100644
index 0000000..46c4e65
--- /dev/null
+++ b/debian/patches/25-fix-man-pages.patch
@@ -0,0 +1,33 @@
+From: Carlos Maddela <e7appew at gmail.com>
+Date: Thu, 5 Jan 2017 18:51:49 +1100
+Subject: Fix generated man pages.
+
+Description: Fix generated man pages.
+ The generated man pages incorrectly direct users to the directory of
+ the old HTML documentation, which is no longer available.
+Author: Carlos Maddela <e7appew at gmail.com>
+Origin: vendor
+Forwarded: no
+Last-Update: 2016-12-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+---
+ GNUmakefile.template | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/GNUmakefile.template b/GNUmakefile.template
+index d9bef11..d80932d 100644
+--- a/GNUmakefile.template
++++ b/GNUmakefile.template
+@@ -232,9 +232,9 @@ install: dvdisaster
+ 	install -d $(BUILDROOT)$(MANDIR)/de/man1
+ 	cd documentation; \
+ 	  ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \
+-	  sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.en.1 >dvdisaster.updated; \
++	  sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.en.1 >dvdisaster.updated; \
+ 	  install -m 644 dvdisaster.updated $(BUILDROOT)$(MANDIR)/man1/dvdisaster.1; \
+-	  sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.de.1 >dvdisaster.updated; \
++	  sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.de.1 >dvdisaster.updated; \
+ 	  install -m 644 dvdisaster.updated $(BUILDROOT)$(MANDIR)/de/man1/dvdisaster.1; \
+ 	  rm dvdisaster.updated
+ 	if echo $(WITH_OPTIONS) | grep "NLS_YES" >/dev/null; then \
diff --git a/debian/patches/series b/debian/patches/series
index 59fd218..c471f8d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@
 22-fix-hurd-i386-ftbfs.patch
 23-add-bdrom-support.patch
 24-show-gpl3-license.patch
+25-fix-man-pages.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvdisaster.git



More information about the Pkg-opt-media-team mailing list