[Pkg-mol-commits] r159 - mol/trunk/debian/patches

jo-guest at alioth.debian.org jo-guest at alioth.debian.org
Tue Oct 2 10:49:39 UTC 2007


Author: jo-guest
Date: 2007-10-02 10:49:39 +0000 (Tue, 02 Oct 2007)
New Revision: 159

Added:
   mol/trunk/debian/patches/fix-manpages.dpatch
Modified:
   mol/trunk/debian/patches/00list
Log:
?\226?\128?\162 debian/patches/fix-manpages.dpatch
  ?\194?\183 A new patch to fix the hyphen vs. dash in manual page warnings from
    lintian.


Modified: mol/trunk/debian/patches/00list
===================================================================
--- mol/trunk/debian/patches/00list	2007-10-02 10:48:13 UTC (rev 158)
+++ mol/trunk/debian/patches/00list	2007-10-02 10:49:39 UTC (rev 159)
@@ -4,3 +4,4 @@
 if-tap
 Makefile_kmod
 blk_dmg_compile_fix
+fix-manpages

Added: mol/trunk/debian/patches/fix-manpages.dpatch
===================================================================
--- mol/trunk/debian/patches/fix-manpages.dpatch	                        (rev 0)
+++ mol/trunk/debian/patches/fix-manpages.dpatch	2007-10-02 10:49:39 UTC (rev 159)
@@ -0,0 +1,46 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-manpages.dpatch by Jörg Sommer <joerg at alea.gnuu.de>
+##
+## DP: '-' must be escaped ('\-') to be interpreted as minus.
+
+ at DPATCH@
+diff -urNad trunk~/Doc/man/molrc.5 trunk/Doc/man/molrc.5
+--- trunk~/Doc/man/molrc.5	2007-06-25 19:52:25.000000000 +0200
++++ trunk/Doc/man/molrc.5	2007-09-27 15:25:06.919972047 +0200
+@@ -52,11 +52,11 @@
+ .It2 "${\fIsession\fR}"
+ The MOL session number
+ .It2 "${\fIconfig\fR}"
+-Defined by the --config=value switch
++Defined by the \-\-config=value switch
+ .It2 "${\fIboot_method\fR}"
+ Set to newworld, oldworld, osx, linux or elf.
+ .It2 "${\fIcdboot\fR}"
+-Set to '-boot1' if the --cdboot switch is used
++Set to '\-boot1' if the \-\-cdboot switch is used
+ .PP
+ The following conditional construction is supported
+ .Sp
+@@ -72,17 +72,17 @@
+ .Sp
+ .Vb 2
+ \&      \fBifeq\fR ${\fIsession\fR} 0 {
+-\&           \fBblkdev\fR:   /dev/hda7 -rw -boot    # MacOS 9.0.4
+-\&           \fBblkdev\fR:   /dev/hda5 -rw          # other disk
++\&           \fBblkdev\fR:   /dev/hda7 \-rw \-boot    # MacOS 9.0.4
++\&           \fBblkdev\fR:   /dev/hda5 \-rw          # other disk
+ \&      }
+ \&      \fBifeq\fR ${\fIsession\fR} 4 {
+-\&           \fBblkdev\fR:   /dev/hda8 -rw -boot    # MacOS 9.2
++\&           \fBblkdev\fR:   /dev/hda8 \-rw \-boot    # MacOS 9.2
+ \&      }
+ .Ve
+ which tells MOL to export different volumes for session \
+ 0 and session 4. The first two volumes will be used if MOL is \
+-invoked through the command '\fBstartmol\fR -0' and the last one \
+-if '\fBstartmol\fR -4' is used.
++invoked through the command '\fBstartmol\fR \-0' and the last one \
++if '\fBstartmol\fR \-4' is used.
+ Refer to \fBsession.map\fR(5) for more information about
+ session numbers.
+ 


Property changes on: mol/trunk/debian/patches/fix-manpages.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-mol-commits mailing list