[Pkg-mono-svn-commits] rev 1859 - non-group/ikvm/trunk/debian

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


Author: dajobe
Date: 2005-06-19 12:38:12 +0000 (Sun, 19 Jun 2005)
New Revision: 1859

Modified:
   non-group/ikvm/trunk/debian/changelog
   non-group/ikvm/trunk/debian/dirs
   non-group/ikvm/trunk/debian/rules
   non-group/ikvm/trunk/debian/watch
Log:
0.14.0.1-7

Modified: non-group/ikvm/trunk/debian/changelog
===================================================================
--- non-group/ikvm/trunk/debian/changelog	2005-06-18 18:46:18 UTC (rev 1858)
+++ non-group/ikvm/trunk/debian/changelog	2005-06-19 12:38:12 UTC (rev 1859)
@@ -1,3 +1,17 @@
+ikvm (0.14.0.1-7) unstable; urgency=low
+
+  * Restore older piped uudecode method to use less disk space
+  * Install a pkgconfig file ikvm.pc built from debian/ikvm.pc.in to
+    allow mono 1.1.8 packages build against this ikvm.
+
+ -- Dave Beckett <dajobe@debian.org>  Sun, 19 Jun 2005 13:18:03 +0100
+
+ikvm (0.14.0.1-6) unstable; urgency=low
+
+  * Fixed debian/watch file
+
+ -- Dave Beckett <dajobe@debian.org>  Sat, 18 Jun 2005 14:51:33 +0100
+
 ikvm (0.14.0.1-5) unstable; urgency=low
 
   * Removed obsolete Build-Depend: on mono-utils

Modified: non-group/ikvm/trunk/debian/dirs
===================================================================
--- non-group/ikvm/trunk/debian/dirs	2005-06-18 18:46:18 UTC (rev 1858)
+++ non-group/ikvm/trunk/debian/dirs	2005-06-19 12:38:12 UTC (rev 1859)
@@ -1,3 +1,3 @@
 usr/bin
 usr/lib/ikvm
-
+usr/lib/pkgconfig

Modified: non-group/ikvm/trunk/debian/rules
===================================================================
--- non-group/ikvm/trunk/debian/rules	2005-06-18 18:46:18 UTC (rev 1858)
+++ non-group/ikvm/trunk/debian/rules	2005-06-19 12:38:12 UTC (rev 1859)
@@ -10,6 +10,7 @@
 
 export MONO_SHARED_DIR=$(CURDIR)/debian
 DEBVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
+UPVERSION  = $(shell echo $(DEBVERSION) | sed 's,-.*,,')
 
 CFLAGS = -Wall -g
 
@@ -34,8 +35,11 @@
 configure-stamp: patch-stamp
 	dh_testdir
 	mkdir -p $(MONO_SHARED_DIR)/.wapi
+	@echo "`date` Running nant -v clean"
 	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
+	@echo "`date` Running uudecode"
+	uudecode -o /dev/stdout debian/classpath-$(CLASSPATH_VERSION).tar.bz2.uue | bunzip2 | tar -xf - && mv classpath-$(CLASSPATH_VERSION) classtmp
+	@echo "`date` Done uudecode"
 
 	if [ ! -f classpath/allsources.lst.dist ]; then \
 	  mv classpath/allsources.lst classpath/allsources.lst.dist; \
@@ -81,8 +85,6 @@
 	  mv classpath/classpath.build.dist classpath/classpath.build; \
 	fi
 
-	rm -f classpath-$(CLASSPATH_VERSION).tar.bz2
-
 	-rm -rf $(MONO_SHARED_DIR)/.wapi
 
 	dh_clean 
@@ -104,6 +106,7 @@
 
 	find $(CURDIR)/debian/ikvm/usr/lib/ikvm -type f -exec chmod a-x {} \;
 
+	sed -e "s/@VERSION@/$(UPVERSION)/" debian/ikvm.pc.in > $(CURDIR)/debian/ikvm/usr/lib/pkgconfig/ikvm.pc
 	touch install-stamp
 
 

Modified: non-group/ikvm/trunk/debian/watch
===================================================================
--- non-group/ikvm/trunk/debian/watch	2005-06-18 18:46:18 UTC (rev 1858)
+++ non-group/ikvm/trunk/debian/watch	2005-06-19 12:38:12 UTC (rev 1859)
@@ -1,3 +1,3 @@
 version=2
 
-ftp://ftp.sf.net/i/ik/ikvm/ikvm-([\.\d]+)\.zip debian uupdate
+http://prdownloads.sourceforge.net/i/ik/ikvm/ikvm-([\.\d]+)\.zip debian uupdate