[Pkg-mono-svn-commits] [SCM] xsp branch, master, updated. debian/2.6.5-3-42-g87885a0

Jo Shields directhex at apebox.org
Mon Mar 28 08:01:26 UTC 2011


The following commit has been merged in the master branch:
commit e4e497c2109399a0a3b72d78b093c6f5759b7604
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Mar 28 01:58:52 2011 +0100

    it's dh_installman, not manpages
    Git-Dch: ignore

diff --git a/debian/rules b/debian/rules
index a98aca8..fbb3f02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ override_dh_clean:
 	rm -f $(CURDIR)/debian/*.8 $(CURDIR)/debian/*.1
 	dh_clean 
 
-override_dh_installmanpages:
+override_dh_installman:
 	# Make version three variants on the manpages
 	cat debian/tmp/usr/share/man/man1/xsp.1 \
 		| sed 's/xsp/xsp2/g' \
@@ -91,7 +91,7 @@ override_dh_installmanpages:
 	cat debian/tmp/usr/share/man/man1/fastcgi-mono-server.1 \
 		| sed 's/mono-server/mono-server4/g' \
 		> debian/tmp/usr/share/man/man1/fastcgi-mono-server4.1
-	dh_installmanpages
+	dh_installman
 
 override_dh_installman:
 	# We are using our local version along with our local copies of the

-- 
xsp



More information about the Pkg-mono-svn-commits mailing list