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

Dave Beckett dajobe at costa.debian.org
Sun Jun 25 06:55:27 UTC 2006


Author: dajobe
Date: 2006-06-25 06:55:25 +0000 (Sun, 25 Jun 2006)
New Revision: 2583

Modified:
   non-group/nant/trunk/debian/changelog
   non-group/nant/trunk/debian/compat
   non-group/nant/trunk/debian/control
   non-group/nant/trunk/debian/copyright
   non-group/nant/trunk/debian/rules
   non-group/nant/trunk/debian/watch
Log:
nant 0.84+0.85-rc4-1

Modified: non-group/nant/trunk/debian/changelog
===================================================================
--- non-group/nant/trunk/debian/changelog	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/changelog	2006-06-25 06:55:25 UTC (rev 2583)
@@ -1,3 +1,29 @@
+nant (0.84+0.85-rc4-1) unstable; urgency=low
+
+  * New upstream release
+  * Acknowledge NMU (Closes: #372588)
+  * Standards-Version 3.7.2
+  * Update to latest CLI policy package split.  Build-Depends-Indep: on
+    cli-common-dev, libmono-winforms1.0-cil, libmono-winforms2.0-cil and
+    mono-gmcs to get 1.0 and 2.0 packages
+  * Removed patches no longer needed:
+    - 01-AssemblyInfoTask.cs.patch
+    - 02-ScriptTask.cs.patch
+    - 03-XmlResultFormatter.cs.patch
+    - 04-SourceControl.patch
+    - 05-ExceptionTest.cs
+
+ -- Dave Beckett <dajobe at debian.org>  Mon, 12 Jun 2006 23:30:36 -0700
+
+nant (0.84+0.85-rc3-10.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add a build-dep on libmono-winforms1.0-cil to fix FTBFS, thanks Daniel
+    Schepler. (Closes: #370163)
+    [debian/control]
+
+ -- Loic Minier <lool at dooz.org>  Sat, 10 Jun 2006 14:37:38 +0200
+
 nant (0.84+0.85-rc3-10) unstable; urgency=low
 
   * Remove call to dh_makeclilibs since nant has no public GAC installed

Modified: non-group/nant/trunk/debian/compat
===================================================================
--- non-group/nant/trunk/debian/compat	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/compat	2006-06-25 06:55:25 UTC (rev 2583)
@@ -1 +1 @@
-4
+5

Modified: non-group/nant/trunk/debian/control
===================================================================
--- non-group/nant/trunk/debian/control	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/control	2006-06-25 06:55:25 UTC (rev 2583)
@@ -2,8 +2,9 @@
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-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
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gmcs, mono-gac, libmono-dev (>= 1.1.6), pkg-config, cli-common-dev (>= 0.4.0), dpatch, libnunit2.2-cil, libndoc-cil, libmono-winforms1.0-cil, libmono-winforms2.0-cil
+Standards-Version: 3.7.2
 
 Package: nant
 Architecture: all

Modified: non-group/nant/trunk/debian/copyright
===================================================================
--- non-group/nant/trunk/debian/copyright	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/copyright	2006-06-25 06:55:25 UTC (rev 2583)
@@ -16,7 +16,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 In addition, as a special exception, Gerry Shaw gives permission to link the
 code of this program with the Microsoft .NET library (or with modified versions

Modified: non-group/nant/trunk/debian/rules
===================================================================
--- non-group/nant/trunk/debian/rules	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/rules	2006-06-25 06:55:25 UTC (rev 2583)
@@ -6,6 +6,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+## for 1.0 ICSharpCode.SharpZipLib.dll
+#libmono-sharpzip0.6-cil
+## for 2.0 ICSharpCode.SharpZipLib.dll
+#libmono-sharpzip2.84-cil
+
+
 export MONO_SHARED_DIR=$(CURDIR)
 
 UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')

Modified: non-group/nant/trunk/debian/watch
===================================================================
--- non-group/nant/trunk/debian/watch	2006-06-25 06:53:46 UTC (rev 2582)
+++ non-group/nant/trunk/debian/watch	2006-06-25 06:55:25 UTC (rev 2583)
@@ -1,3 +1,3 @@
 version=2
 
-http://prdownloads.sourceforge.net/n/na/nant/nant-(.+?)-src.tar.gz debian uupdate
+http://qa.debian.org/watch/sf.php/nant/nant-(.+?)-src.tar.gz debian uupdate




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