[Pkg-mono-svn-commits] rev 670 - mcs/trunk/debian
Mirco Bauer
meebey-guest@haydn.debian.org
Sun, 09 May 2004 11:15:06 -0600
Author: meebey-guest
Date: 2004-05-09 11:14:55 -0600 (Sun, 09 May 2004)
New Revision: 670
Modified:
mcs/trunk/debian/rules
Log:
- changed "dh_installman -pmono-jay..." to "dh_install -s" (has now a .manpages file)
Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules 2004-05-09 17:11:08 UTC (rev 669)
+++ mcs/trunk/debian/rules 2004-05-09 17:14:55 UTC (rev 670)
@@ -61,10 +61,9 @@
dh_testroot -s
dh_installchangelogs -s ChangeLog
dh_installdocs -s
- dh_installman -pmono-jay jay/jay.1
+ dh_installman -s
dh_installexamples -pmono-jay jay/skeleton.cs
# dh_installdebconf
-# dh_installman -pmono-mcs debian/mcs.1
# dh_undocumented
dh_strip -s
a=`dpkg-architecture -qDEB_HOST_ARCH`; if [ $$a = i386 -o $$a = powerpc ] ; then echo "gdi:Depends=libgdiplus" >> $(CURDIR)/debian/mono-assemblies-arch.substvars ; fi