[Pkg-mono-svn-commits] rev 2070 - mono-tools/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Mon Oct 10 12:40:47 UTC 2005


Author: meebey-guest
Date: 2005-10-10 12:40:46 +0000 (Mon, 10 Oct 2005)
New Revision: 2070

Modified:
   mono-tools/trunk/debian/changelog
   mono-tools/trunk/debian/control
   mono-tools/trunk/debian/rules
Log:
- 1.1.9-3 release.



Modified: mono-tools/trunk/debian/changelog
===================================================================
--- mono-tools/trunk/debian/changelog	2005-10-07 16:52:02 UTC (rev 2069)
+++ mono-tools/trunk/debian/changelog	2005-10-10 12:40:46 UTC (rev 2070)
@@ -1,3 +1,13 @@
+mono-tools (1.1.9-3) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + debian/control:
+      - Added mono-mcs and mono-gmcs to build-depends.
+    + debian/rules:
+      - Clean target tries to be more clean now, "make clean" isn't.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Mon, 10 Oct 2005 10:04:27 +0200
+
 mono-tools (1.1.9-2) unstable; urgency=low
 
   * Mirco 'meebey' Bauer

Modified: mono-tools/trunk/debian/control
===================================================================
--- mono-tools/trunk/debian/control	2005-10-07 16:52:02 UTC (rev 2069)
+++ mono-tools/trunk/debian/control	2005-10-10 12:40:46 UTC (rev 2070)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at meebey.net>
-Build-Depends: debhelper (>= 4.0.0), dpatch, cli-common (>= 0.2.0), pkg-config, libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9)
+Build-Depends: debhelper (>= 4.0.0), dpatch, cli-common (>= 0.2.0), pkg-config, mono-mcs (>= 1.0), mono-gmcs (>= 1.0), libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9)
 Standards-Version: 3.6.2.1
 
 Package: monodoc-browser

Modified: mono-tools/trunk/debian/rules
===================================================================
--- mono-tools/trunk/debian/rules	2005-10-07 16:52:02 UTC (rev 2069)
+++ mono-tools/trunk/debian/rules	2005-10-10 12:40:46 UTC (rev 2070)
@@ -7,7 +7,6 @@
 build: build-stamp
 build-stamp: patch
 	dh_testdir
-	#perl -pe 's/mono-nunit/nunit-core/' -i configure
 	./configure --prefix=/usr
 	$(MAKE)
 	touch build-stamp
@@ -17,6 +16,8 @@
 	dh_testroot
 	rm -f build-stamp
 	-$(MAKE) clean
+	# make clean is everything but clean
+	find -name "*.exe*" -or -name "*.dll*" | xargs rm -f
 	rm -rf $$MONO_SHARED_DIR/.wapi
 	dh_clean 
 
@@ -43,7 +44,6 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_installxsp
 	dh_clideps
 	dh_gencontrol
 	dh_md5sums




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