actually include docbook patch file, make sure processed man page cleaned up debian/0.5.4-4
authorBdale Garbee <bdale@gag.com>
Wed, 23 Jan 2013 17:30:38 +0000 (10:30 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 23 Jan 2013 17:30:38 +0000 (10:30 -0700)
debian/patches/docbook-fixes.patch [new file with mode: 0644]
debian/rules

diff --git a/debian/patches/docbook-fixes.patch b/debian/patches/docbook-fixes.patch
new file mode 100644 (file)
index 0000000..fa711da
--- /dev/null
@@ -0,0 +1,22 @@
+diff --git a/src/man/man8/efibootmgr.8.docbook b/src/man/man8/efibootmgr.8.docbook
+index aef4444..eb8f266 100644
+--- a/src/man/man8/efibootmgr.8.docbook
++++ b/src/man/man8/efibootmgr.8.docbook
+@@ -302,7 +302,7 @@
+           <title>Displaying the current settings (must be root).</title>
+           
+           <para>
+-            <computeroutput>
++            <programlisting>
+   [root@localhost ~]# efibootmgr
+   BootCurrent: 0004
+   BootNext: 0003
+@@ -313,7 +313,7 @@
+   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
+   Boot0003* PXE Boot: MAC(00D0B7C15D91)               
+   Boot0004* Linux
+-            </computeroutput>
++            </programlisting>
+           </para>
+           <para>This shows:</para>
+           <itemizedlist>
index 6000698f37cd7bb0dde4f17afebe0809d59ad6bd..2dc0905fa72535aeccfaef465d11f287901e9371 100755 (executable)
@@ -10,3 +10,7 @@ export DH_VERBOSE=1
 override_dh_installman:
        (cd src/man/man8 ; docbook-to-man efibootmgr.8.docbook > efibootmgr.8)
        dh_installman
+
+override_dh_clean:
+       rm -f src/man/man8/efibootmgr.8
+       dh_clean