[Pkg-mono-svn-commits] rev 2422 - in non-group/nant/tags: . 0.84+0.85-rc3-10/debian

Dave Beckett dajobe at costa.debian.org
Tue Apr 11 16:22:12 UTC 2006


Author: dajobe
Date: 2006-04-11 16:22:11 +0000 (Tue, 11 Apr 2006)
New Revision: 2422

Added:
   non-group/nant/tags/0.84+0.85-rc3-10/
   non-group/nant/tags/0.84+0.85-rc3-10/debian/changelog
   non-group/nant/tags/0.84+0.85-rc3-10/debian/rules
Removed:
   non-group/nant/tags/0.84+0.85-rc3-10/debian/changelog
   non-group/nant/tags/0.84+0.85-rc3-10/debian/rules
Log:
tagged for nant 0.84+0.85-rc3-10

Copied: non-group/nant/tags/0.84+0.85-rc3-10 (from rev 2411, non-group/nant/trunk)

Deleted: non-group/nant/tags/0.84+0.85-rc3-10/debian/changelog
===================================================================
--- non-group/nant/trunk/debian/changelog	2006-04-08 14:02:09 UTC (rev 2411)
+++ non-group/nant/tags/0.84+0.85-rc3-10/debian/changelog	2006-04-11 16:22:11 UTC (rev 2422)
@@ -1,87 +0,0 @@
-nant (0.84+0.85-rc3-8) unstable; urgency=low
-
-  * Depend on libmono-dev to get mono.pc at runtime.
-
- -- Dave Beckett <dajobe at 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 at 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
-  * Added debian/watch file
-
- -- Dave Beckett <dajobe at debian.org>  Thu, 16 Jun 2005 11:52:30 +0100
-
-nant (0.84+0.85-rc3-5) experimental; urgency=low
-
-  * Tiny nant.1 fix
-  * Checked pending bugs that were fixed with new upstream or packaging:
-    - Nant builds reliably inside pbuilder using the mono 1.1.x
-      experimental debs (Closes: #300416).
-    - The mono resgen.exe is now correctly invoked by the
-      <resgen> task (Closes: #283740)
-
- -- Dave Beckett <dajobe at debian.org>  Fri, 20 May 2005 19:02:36 +0100
-
-nant (0.84+0.85-rc3-4) experimental; urgency=low
-
-  * Make /usr/bin/nant exec cli and NAnt.exe rather than use old cli-wrapper
-  * Wrote a manual page for nant
-
- -- Dave Beckett <dajobe at debian.org>  Mon, 16 May 2005 12:31:10 +0100
-
-nant (0.84+0.85-rc3-3) experimental; urgency=low
-
-  * Remove debian/resgen and update debian/dirs to new mono conventions
-  * Depend on mono 1.1.6
-
- -- Dave Beckett <dajobe at debian.org>  Mon, 16 May 2005 11:22:25 +0100
-
-nant (0.84+0.85-rc3-2) experimental; urgency=low
-
-  * Rebuild against mono 1.1 experimental
-
- -- Dave Beckett <dajobe at debian.org>  Mon, 16 May 2005 10:29:31 +0100
-
-nant (0.84+0.85-rc3-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Dave Beckett <dajobe at debian.org>  Wed, 20 Apr 2005 20:51:57 +0100
-
-nant (0.84+0.85-rc1-2) unstable; urgency=low
-
-  * New Maintainer (Closes: 305458)
-
- -- Dave Beckett <dajobe at debian.org>  Wed, 20 Apr 2005 16:00:37 +0100
-
-nant (0.84+0.85-rc1-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- John Goerzen <jgoerzen at complete.org>  Mon, 13 Dec 2004 09:08:02 -0600
-
-nant (0.84+0.85-20040825-2) unstable; urgency=low
-
-  * Added dependencies on pkg-config and related packages.
-
- -- John Goerzen <jgoerzen at complete.org>  Thu, 26 Aug 2004 13:54:55 -0500
-
-nant (0.84+0.85-20040825-1) unstable; urgency=low
-
-  * Initial Release.  Closes: #268207.
-
- -- John Goerzen <jgoerzen at complete.org>  Thu, 26 Aug 2004 10:27:38 -0500
-

Copied: non-group/nant/tags/0.84+0.85-rc3-10/debian/changelog (from rev 2421, non-group/nant/trunk/debian/changelog)

Deleted: non-group/nant/tags/0.84+0.85-rc3-10/debian/rules
===================================================================
--- non-group/nant/trunk/debian/rules	2006-04-08 14:02:09 UTC (rev 2411)
+++ non-group/nant/tags/0.84+0.85-rc3-10/debian/rules	2006-04-11 16:22:11 UTC (rev 2422)
@@ -1,101 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export MONO_SHARED_DIR=$(CURDIR)
-
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	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: patch-stamp
-	dh_testdir
-
-	mkdir -p $(MONO_SHARED_DIR)/.wapi
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	MONO_PATH=$(CURDIR)/build/mono-1.0.unix/nant-0.85-debug/bin $(MAKE)
-
-	touch build-stamp
-
-clean: clean1 unpatch
-clean1:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	-$(MAKE) clean
-#	-rm src/CommonAssemblyInfo.cs
-	-rm -rf build installtmp
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	cp -r build/mono-*/nant-*/bin/* $(CURDIR)/debian/nant/usr/lib/NAnt
-	find $(CURDIR)/debian/nant/usr/lib/NAnt -type f -exec chmod a-x {} \;
-	install -c -m711 debian/nant.sh $(CURDIR)/debian/nant/usr/bin/nant
-
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	-find $(CURDIR)/debian/nant/usr/share/doc/nant/examples -type f -exec chmod 644 {} \;
-	-find $(CURDIR)/debian/nant -name .arch-ids -exec rm -rvf {} \;
-	dh_makeclilibs -m $(UPVERSION)
-	dh_clideps -m $(UPVERSION)
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure \
-	patch unpatch clean1

Copied: non-group/nant/tags/0.84+0.85-rc3-10/debian/rules (from rev 2421, non-group/nant/trunk/debian/rules)




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