[MLton-commit] r4030
Stephen Weeks
MLton@mlton.org
Wed, 24 Aug 2005 21:21:29 -0700
Working on Debian packaging.
----------------------------------------------------------------------
U mlton/trunk/Makefile
U mlton/trunk/package/debian/changelog
U mlton/trunk/package/debian/control
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2005-08-23 21:29:00 UTC (rev 4029)
+++ mlton/trunk/Makefile 2005-08-25 04:21:26 UTC (rev 4030)
@@ -105,7 +105,7 @@
DEBSRC = mlton-$(VERSION).orig
.PHONY: deb
deb:
- $(MAKE) clean clean-svn version deb-change
+ $(MAKE) clean clean-svn version
mv package/debian .
tar -cpf - . | \
( cd .. && mkdir $(DEBSRC) && cd $(DEBSRC) && tar -xpf - )
Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog 2005-08-23 21:29:00 UTC (rev 4029)
+++ mlton/trunk/package/debian/changelog 2005-08-25 04:21:26 UTC (rev 4030)
@@ -1,3 +1,16 @@
+mlton (20050824-1) unstable; urgency=low
+
+ * new upstream version
+ * built statically, closes: #324859
+
+ -- Stephen Weeks <sweeks@sweeks.com> Wed, 24 Aug 2005 15:13:19 -0700
+
+mlton (20050823-1) unstable; urgency=low
+
+ * new upstream version
+
+ -- Stephen Weeks <sweeks@sweeks.com> Tue, 23 Aug 2005 14:56:59 -0700
+
mlton (20050822-1) unstable; urgency=low
* new upstream version
Modified: mlton/trunk/package/debian/control
===================================================================
--- mlton/trunk/package/debian/control 2005-08-23 21:29:00 UTC (rev 4029)
+++ mlton/trunk/package/debian/control 2005-08-25 04:21:26 UTC (rev 4030)
@@ -2,18 +2,18 @@
Section: devel
Priority: optional
Maintainer: Stephen Weeks <sweeks@sweeks.com>
-Build-Depends: mlton (>= 20041109.1), libgmp3-dev (>= 4.0.1), tetex-bin, tetex-extra, time
+Build-Depends: mlton (>= 20041109-1), libgmp3-dev (>= 4.0.1), tetex-bin, tetex-extra, time
Standards-Version: 3.6.2
Package: mlton
Architecture: hppa i386 powerpc sparc
Depends: ${shlibs:Depends}, gcc, libgmp3-dev (>= 4.0.1)
Description: Optimizing compiler for Standard ML
- MLton (www.mlton.org) is a whole-program
- optimizing compiler for Standard ML. MLton
- generates standalone executables with excellent
- runtime performance, is SML 97 compliant, and
- has a complete basis library. MLton has
- source-level profiling, a fast C FFI, an
- interface to the GNU multiprecision library,
- and lots of useful libraries.
+ MLton (mlton.org) is a whole-program optimizing
+ compiler for Standard ML. MLton generates
+ standalone executables with excellent runtime
+ performance, is SML 97 compliant, and has a
+ complete basis library. MLton has source-level
+ profiling, a fast C FFI, an interface to the GNU
+ multiprecision library, and lots of useful
+ libraries.