From 973304a5e8d29b879f6ddc0556e18d46ffdd205d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 23 Jan 2013 10:30:38 -0700 Subject: [PATCH] actually include docbook patch file, make sure processed man page cleaned up --- debian/patches/docbook-fixes.patch | 22 ++++++++++++++++++++++ debian/rules | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 debian/patches/docbook-fixes.patch diff --git a/debian/patches/docbook-fixes.patch b/debian/patches/docbook-fixes.patch new file mode 100644 index 0000000..fa711da --- /dev/null +++ b/debian/patches/docbook-fixes.patch @@ -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 @@ + Displaying the current settings (must be root). + + +- ++ + [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 +- ++ + + This shows: + diff --git a/debian/rules b/debian/rules index 6000698..2dc0905 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.30.2