[Pkg-mono-svn-commits] rev 1860 - in non-group/ikvm/tags: . 0.14.0.1-7/debian

Dave Beckett dajobe@costa.debian.org
Sun, 19 Jun 2005 12:40:33 +0000


Author: dajobe
Date: 2005-06-19 12:40:33 +0000 (Sun, 19 Jun 2005)
New Revision: 1860

Added:
   non-group/ikvm/tags/0.14.0.1-7/
   non-group/ikvm/tags/0.14.0.1-7/debian/changelog
   non-group/ikvm/tags/0.14.0.1-7/debian/dirs
   non-group/ikvm/tags/0.14.0.1-7/debian/rules
   non-group/ikvm/tags/0.14.0.1-7/debian/watch
Removed:
   non-group/ikvm/tags/0.14.0.1-7/debian/changelog
   non-group/ikvm/tags/0.14.0.1-7/debian/dirs
   non-group/ikvm/tags/0.14.0.1-7/debian/rules
   non-group/ikvm/tags/0.14.0.1-7/debian/watch
Log:
tagged for 0.14.0.1-7

Copied: non-group/ikvm/tags/0.14.0.1-7 (from rev 1855, non-group/ikvm/trunk)

Deleted: non-group/ikvm/tags/0.14.0.1-7/debian/changelog
===================================================================
--- non-group/ikvm/trunk/debian/changelog	2005-06-18 11:05:21 UTC (rev 1855)
+++ non-group/ikvm/tags/0.14.0.1-7/debian/changelog	2005-06-19 12:40:33 UTC (rev 1860)
@@ -1,60 +0,0 @@
-ikvm (0.14.0.1-5) unstable; urgency=low
-
-  * Removed obsolete Build-Depend: on mono-utils
-  * Simplify uudecode of included classpath tarball in attempt to get
-    it working inside a buildd environment
-
- -- Dave Beckett <dajobe@debian.org>  Sat, 18 Jun 2005 11:11:27 +0100
-
-ikvm (0.14.0.1-4) unstable; urgency=low
-
-  * Upload to unstable now that nant and mono 1.1.x are in unstable
-  * Added debian/watch file
-
- -- Dave Beckett <dajobe@debian.org>  Thu, 16 Jun 2005 12:36:42 +0100
-
-ikvm (0.14.0.1-3) experimental; urgency=low
-
-  * Make ikvm depend on exact same version of libikvm-native
-  * Make binary-arch and binary-indep build binaries properly (Closes: 311182)
-
- -- Dave Beckett <dajobe@debian.org>  Sun, 29 May 2005 23:06:58 +0100
-
-ikvm (0.14.0.1-2) experimental; urgency=low
-
-  * Switch to Build-Depends rather than Build-Depends-Indep (Closes: #310300)
-  * Use dpatch to apply patch 01-JniInterface-delfix.patch
-  * Added libmono-dev and dpatch to Build-Depends
-  * Confirmed package builds under pbuilder
-
- -- Dave Beckett <dajobe@debian.org>  Mon, 23 May 2005 09:24:43 +0100
-
-ikvm (0.14.0.1-1) experimental; urgency=low
-
-  * New upstream release (Closes: #299058)
-  * Updated to include GNU classpath 0.15 sources
-  * Uses new mono 1.1.x experimental debs (Closes: #307100)
-  * Updated to new Mono packaging conventions
-  * Added libikvm-native package for native part of IKVM core
-
- -- Dave Beckett <dajobe@debian.org>  Sat, 21 May 2005 18:50:45 +0100
-
-ikvm (0.12.0.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Updated to include GNU classpath 0.14 sources
-
- -- Dave Beckett <dajobe@debian.org>  Mon, 16 May 2005 23:27:08 +0100
-
-ikvm (0.8.0.0-2) unstable; urgency=low
-
-  * New Maintainer (closes: 305459)
-
- -- Dave Beckett <dajobe@debian.org>  Thu, 21 Apr 2005 22:43:11 +0100
-
-ikvm (0.8.0.0-1) unstable; urgency=low
-
-  * Initial Release.  Closes: #268233.
-
- -- John Goerzen <jgoerzen@complete.org>  Thu, 26 Aug 2004 10:18:19 -0500
-

Copied: non-group/ikvm/tags/0.14.0.1-7/debian/changelog (from rev 1859, non-group/ikvm/trunk/debian/changelog)

Deleted: non-group/ikvm/tags/0.14.0.1-7/debian/dirs
===================================================================
--- non-group/ikvm/trunk/debian/dirs	2005-06-18 11:05:21 UTC (rev 1855)
+++ non-group/ikvm/tags/0.14.0.1-7/debian/dirs	2005-06-19 12:40:33 UTC (rev 1860)
@@ -1,3 +0,0 @@
-usr/bin
-usr/lib/ikvm
-

Copied: non-group/ikvm/tags/0.14.0.1-7/debian/dirs (from rev 1859, non-group/ikvm/trunk/debian/dirs)

Deleted: non-group/ikvm/tags/0.14.0.1-7/debian/rules
===================================================================
--- non-group/ikvm/trunk/debian/rules	2005-06-18 11:05:21 UTC (rev 1855)
+++ non-group/ikvm/tags/0.14.0.1-7/debian/rules	2005-06-19 12:40:33 UTC (rev 1860)
@@ -1,142 +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
-
-CLASSPATH_VERSION=0.15
-
-export MONO_SHARED_DIR=$(CURDIR)/debian
-DEBVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
-
-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
-	nant -v clean
-	uudecode debian/classpath-$(CLASSPATH_VERSION).tar.bz2.uue && tar -xjf classpath-$(CLASSPATH_VERSION).tar.bz2 && mv classpath-$(CLASSPATH_VERSION) classtmp && rm classpath-$(CLASSPATH_VERSION).tar.bz2
-
-	if [ ! -f classpath/allsources.lst.dist ]; then \
-	  mv classpath/allsources.lst classpath/allsources.lst.dist; \
-	fi
-	sed -e "s,^../../classpath-$(CLASSPATH_VERSION),../classtmp," < classpath/allsources.lst.dist > classpath/allsources.lst
-
-	if [ ! -f classpath/classpath.build.dist ]; then \
-	  mv classpath/classpath.build classpath/classpath.build.dist; \
-	fi
-	sed -e "s,/../../classpath-$(CLASSPATH_VERSION),/../classtmp," < classpath/classpath.build.dist > classpath/classpath.build
-
-	touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-
-	nant -v
-
-	touch build-stamp
-
-clean: clean1 unpatch
-clean1:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp install-stamp
-
-	-rm -rf classtmp
-	-mkdir -p $(MONO_SHARED_DIR)/.wapi
-	-nant -v clean
-	-rm -f native/libikvm-native.so
-	find . -name "*.class" -exec rm {} \;
-	-rm -f classpath/*.dll
-
-	if [ -f classpath/allsources.lst.dist ]; then \
-	  rm -f classpath/allclasses.lst; \
-	  mv classpath/allsources.lst.dist classpath/allsources.lst; \
-	fi
-
-	if [ -f classpath/classpath.build.dist ]; then \
-	  rm -f classpath/classpath.build; \
-	  mv classpath/classpath.build.dist classpath/classpath.build; \
-	fi
-
-	rm -f classpath-$(CLASSPATH_VERSION).tar.bz2
-
-	-rm -rf $(MONO_SHARED_DIR)/.wapi
-
-	dh_clean 
-
-install: install-stamp build
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	cp -r bin/* $(CURDIR)/debian/ikvm/usr/lib/ikvm
-	for FILE in ikvm ikvmc ikvmstub; do \
-	  install -m711 debian/$$FILE.sh $(CURDIR)/debian/ikvm/usr/bin/$$FILE; \
-	done
-
-	mkdir -p $(CURDIR)/debian/libikvm-native/usr/lib/ikvm
-	mv $(CURDIR)/debian/ikvm/usr/lib/ikvm/libikvm-native.so $(CURDIR)/debian/libikvm-native/usr/lib/ikvm
-
-	find $(CURDIR)/debian/ikvm/usr/lib/ikvm -type f -exec chmod a-x {} \;
-
-	touch install-stamp
-
-
-# Single target to build all the packages, all at once
-binary-common:
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	-find $(CURDIR)/debian/ikvm -name .arch-ids -exec rm -rvf {} \;
-	dh_makeclilibs
-	dh_clideps
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol -a -- -Vikvm:upversion=$(DEBVERSION)
-	dh_md5sums
-	dh_builddeb
-
-
-# Build architecture independent packages using the common target.
-binary-indep: build install
-	 $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-
-# Build architecture dependent packages using the common target.
-binary-arch: build install
-	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch \
-	configure clean1

Copied: non-group/ikvm/tags/0.14.0.1-7/debian/rules (from rev 1859, non-group/ikvm/trunk/debian/rules)

Deleted: non-group/ikvm/tags/0.14.0.1-7/debian/watch
===================================================================
--- non-group/ikvm/trunk/debian/watch	2005-06-18 11:05:21 UTC (rev 1855)
+++ non-group/ikvm/tags/0.14.0.1-7/debian/watch	2005-06-19 12:40:33 UTC (rev 1860)
@@ -1,3 +0,0 @@
-version=2
-
-ftp://ftp.sf.net/i/ik/ikvm/ikvm-([\.\d]+)\.zip debian uupdate

Copied: non-group/ikvm/tags/0.14.0.1-7/debian/watch (from rev 1859, non-group/ikvm/trunk/debian/watch)