[Pkg-mono-svn-commits] rev 2837 - non-group/monodevelop/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Tue Oct 24 22:51:42 UTC 2006


Author: meebey-guest
Date: 2006-10-24 22:51:41 +0000 (Tue, 24 Oct 2006)
New Revision: 2837

Modified:
   non-group/monodevelop/trunk/debian/changelog
   non-group/monodevelop/trunk/debian/rules
Log:
- fix



Modified: non-group/monodevelop/trunk/debian/changelog
===================================================================
--- non-group/monodevelop/trunk/debian/changelog	2006-10-24 22:33:40 UTC (rev 2836)
+++ non-group/monodevelop/trunk/debian/changelog	2006-10-24 22:51:41 UTC (rev 2837)
@@ -12,6 +12,8 @@
    * debian/patches/00list:
      + Disabled use_xulrunner.dpatch, startup script supports xulrunner by
        default now.
+   * debian/rules:
+     + Fixed configure target dependencies.
    * debian/control:
      + Updated mono-mcs build-dep to mono-gmcs and CLI 1.0 packages to 2.0,
        MonoDevelop now uses C# 2.0 (gmcs).

Modified: non-group/monodevelop/trunk/debian/rules
===================================================================
--- non-group/monodevelop/trunk/debian/rules	2006-10-24 22:33:40 UTC (rev 2836)
+++ non-group/monodevelop/trunk/debian/rules	2006-10-24 22:51:41 UTC (rev 2837)
@@ -4,8 +4,7 @@
 export MONO_SHARED_DIR=$(CURDIR)
 include /usr/share/dpatch/dpatch.make
 
-configure: configure-stamp
-configure-stamp: patch
+configure: patch configure-stamp
 	dh_testdir
 	ln -s /usr/lib/boo/booc.exe debian/booc2.exe
 	./configure --prefix=/usr \




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