[MLton-commit] r7522

Wesley Terpstra wesley at mlton.org
Fri Apr 1 10:52:36 PST 2011


Will need a new version


----------------------------------------------------------------------

U   mlton/trunk/package/debian/changelog
A   mlton/trunk/package/debian/mlton-runtime-sparc-linux-gnu.install
U   mlton/trunk/package/debian/rules

----------------------------------------------------------------------

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2011-03-21 22:46:48 UTC (rev 7521)
+++ mlton/trunk/package/debian/changelog	2011-04-01 18:52:35 UTC (rev 7522)
@@ -1,3 +1,11 @@
+mlton (20100608-4) unstable; urgency=low
+
+  * Add missing install file for sparc runtime
+  * Make the self target symlink relative
+  * Previous build needed manual uploads, so buildd rebuild needed
+
+ -- Wesley W. Terpstra (Debian) <terpstra at debian.org>  Fri, 01 Apr 2011 20:49:10 +0200
+
 mlton (20100608-3) unstable; urgency=low
 
   * Include all bugfixes since 20100608 release

Copied: mlton/trunk/package/debian/mlton-runtime-sparc-linux-gnu.install (from rev 7519, mlton/trunk/package/debian/mlton-runtime-s390-linux-gnu.install)
===================================================================
--- mlton/trunk/package/debian/mlton-runtime-s390-linux-gnu.install	2011-03-21 18:55:23 UTC (rev 7519)
+++ mlton/trunk/package/debian/mlton-runtime-sparc-linux-gnu.install	2011-04-01 18:52:35 UTC (rev 7522)
@@ -0,0 +1 @@
+usr/lib/mlton/targets/sparc-linux-gnu/*

Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules	2011-03-21 22:46:48 UTC (rev 7521)
+++ mlton/trunk/package/debian/rules	2011-04-01 18:52:35 UTC (rev 7522)
@@ -24,7 +24,7 @@
 # Move MLton target to per-architecture path
 common-install-arch::
 	mv $(CURDIR)/debian/tmp/usr/lib/mlton/targets/self $(CURDIR)/debian/tmp/usr/lib/mlton/targets/$(DEB_HOST_GNU_TYPE)
-	ln -s /usr/lib/mlton/targets/$(DEB_HOST_GNU_TYPE) $(CURDIR)/debian/tmp/usr/lib/mlton/targets/self
+	ln -s $(DEB_HOST_GNU_TYPE) $(CURDIR)/debian/tmp/usr/lib/mlton/targets/self
 
 # Remove licenses and empty directories to appease lintian
 common-install-indep::




More information about the MLton-commit mailing list