[MLton-commit] r4024
Stephen Weeks
MLton@mlton.org
Mon, 22 Aug 2005 14:42:26 -0700
Tweaked "deb" target to automatically add the changelog entry.
----------------------------------------------------------------------
U mlton/trunk/Makefile
U mlton/trunk/package/debian/changelog
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2005-08-22 21:38:14 UTC (rev 4023)
+++ mlton/trunk/Makefile 2005-08-22 21:42:20 UTC (rev 4024)
@@ -105,7 +105,7 @@
DEBSRC = mlton-$(VERSION).orig
.PHONY: deb
deb:
- $(MAKE) clean clean-svn version
+ $(MAKE) clean clean-svn version deb-change
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-22 21:38:14 UTC (rev 4023)
+++ mlton/trunk/package/debian/changelog 2005-08-22 21:42:20 UTC (rev 4024)
@@ -1,9 +1,3 @@
-mlton (MLTONVERSION-1) unstable; urgency=low
-
- * new upstream version
-
- -- Stephen Weeks <sweeks@sweeks.com> Sat, 28 Feb 2004 00:39:10 -0800
-
mlton (20041109-1) unstable; urgency=low
* new upstream version