[Pkg-mono-svn-commits] rev 1861 - non-group/nant/trunk/debian

Dave Beckett dajobe@costa.debian.org
Mon, 20 Jun 2005 09:29:48 +0000


Author: dajobe
Date: 2005-06-20 09:29:47 +0000 (Mon, 20 Jun 2005)
New Revision: 1861

Modified:
   non-group/nant/trunk/debian/changelog
   non-group/nant/trunk/debian/control
   non-group/nant/trunk/debian/docs
   non-group/nant/trunk/debian/rules
   non-group/nant/trunk/debian/watch
Log:
nant-0.84+0.85-rc3-8

Modified: non-group/nant/trunk/debian/changelog
===================================================================
--- non-group/nant/trunk/debian/changelog	2005-06-19 12:40:33 UTC (rev 1860)
+++ non-group/nant/trunk/debian/changelog	2005-06-20 09:29:47 UTC (rev 1861)
@@ -1,3 +1,22 @@
+nant (0.84+0.85-rc3-8) unstable; urgency=low
+
+  * Depend on libmono-dev to get mono.pc at runtime.
+
+ -- Dave Beckett <dajobe@debian.org>  Mon, 20 Jun 2005 10:10:51 +0100
+
+nant (0.84+0.85-rc3-7) unstable; urgency=low
+
+  * Removed obsolete Build-Depend: on mono-jit and mono-utils
+  * Fixed debian/watch file
+  * Added patches from CVS HEAD to build with mono 1.1.8 packages:
+    - 01-AssemblyInfoTask.cs.patch
+    - 02-ScriptTask.cs.patch
+    - 03-XmlResultFormatter.cs.patch
+    - 04-SourceControl.patch
+    - 05-ExceptionTest.cs
+
+ -- Dave Beckett <dajobe@debian.org>  Sat, 18 Jun 2005 14:49:10 +0100
+
 nant (0.84+0.85-rc3-6) unstable; urgency=low
 
   * Upload to unstable now that mono is in unstable

Modified: non-group/nant/trunk/debian/control
===================================================================
--- non-group/nant/trunk/debian/control	2005-06-19 12:40:33 UTC (rev 1860)
+++ non-group/nant/trunk/debian/control	2005-06-20 09:29:47 UTC (rev 1861)
@@ -2,12 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <dajobe@debian.org>
-Build-Depends-Indep: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gac, mono-utils (>= 1.1.6), libmono-dev (>= 1.1.6), pkg-config, cli-common (>= 0.1.3)
+Build-Depends-Indep: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gac, libmono-dev (>= 1.1.6), pkg-config, cli-common (>= 0.1.3), dpatch
 Standards-Version: 3.6.1
 
 Package: nant
 Architecture: all
-Depends: pkg-config, ${cli:Depends}
+Depends: pkg-config, ${cli:Depends}, libmono-dev (>= 1.1.6)
 Description: .NET build tool similar to Ant
  NAnt is different.  Instead of a model where it is extended with
  shell-based commands, NAnt is extended using task classes.  Instead of

Modified: non-group/nant/trunk/debian/docs
===================================================================
--- non-group/nant/trunk/debian/docs	2005-06-19 12:40:33 UTC (rev 1860)
+++ non-group/nant/trunk/debian/docs	2005-06-20 09:29:47 UTC (rev 1861)
@@ -1,3 +1,2 @@
 README.txt
 doc/*
-

Modified: non-group/nant/trunk/debian/rules
===================================================================
--- non-group/nant/trunk/debian/rules	2005-06-19 12:40:33 UTC (rev 1860)
+++ non-group/nant/trunk/debian/rules	2005-06-20 09:29:47 UTC (rev 1861)
@@ -22,8 +22,16 @@
 	INSTALL_PROGRAM += -s
 endif
 
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all && touch patch-stamp
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch-stamp
 	dh_testdir
 
 	mkdir -p $(MONO_SHARED_DIR)/.wapi
@@ -40,7 +48,8 @@
 
 	touch build-stamp
 
-clean:
+clean: clean1 unpatch
+clean1:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -88,4 +97,5 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure \
+	patch unpatch clean1

Modified: non-group/nant/trunk/debian/watch
===================================================================
--- non-group/nant/trunk/debian/watch	2005-06-19 12:40:33 UTC (rev 1860)
+++ non-group/nant/trunk/debian/watch	2005-06-20 09:29:47 UTC (rev 1861)
@@ -1,3 +1,3 @@
 version=2
 
-ftp://ftp.sf.net/n/na/nant/nant-(.+?)-src.targz debian uupdate
+http://prdownloads.sourceforge.net/n/na/nant/nant-(.+?)-src.tar.gz debian uupdate