From e600bdf33703d79632a35b634db7ef4615590ef5 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 17 Jan 2009 13:51:21 +0000 Subject: [PATCH] Fix man page conflict Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 47e7db1..d6c8513 100755 --- a/debian/rules +++ b/debian/rules @@ -156,6 +156,7 @@ pkg-disorder-server: build rm -rf debian/disorder-server/usr/share/man/man1 rm -rf debian/disorder-server/usr/share/man/man3 rm -f debian/disorder-server/usr/share/man/man5/disorder_config.5 + rm -f debian/disorder-server/usr/share/man/man5/disorder_preferences.5 rm -f debian/disorder-server/usr/share/man/man5/disorder_protocol.5 find debian/disorder-server -name '*.la' -print0 | xargs -r0 rm -f find debian/disorder-server -name '*.so.0' -print0 | xargs -r0 rm -f -- [mdw]