[MLton-commit] r7322

Wesley Terpstra wesley at mlton.org
Wed Oct 28 10:00:35 PST 2009


When building native packages (not corresponding to a release), move the MLton
changelog out of the way of the debian changelog.


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

U   mlton/trunk/package/debian/changelog
U   mlton/trunk/package/debian/rules

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

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2009-10-28 17:51:08 UTC (rev 7321)
+++ mlton/trunk/package/debian/changelog	2009-10-28 18:00:35 UTC (rev 7322)
@@ -3,7 +3,7 @@
   * Added hurd memory-layout definition for mlnlffigen.
   * Use gcc-4.4; it works around #552314 on mips.
   * Switch to using cdbs and debhelper.
-  * Appease lintian by (hyphens in manual, licence file, empty directories)
+  * Appease lintian (hyphens in manual, licence file, empty directories)
   * Set the Homepage field
 
  -- Wesley W. Terpstra (Debian) <terpstra at debian.org>  Wed, 28 Oct 2009 18:35:04 +0100

Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules	2009-10-28 17:51:08 UTC (rev 7321)
+++ mlton/trunk/package/debian/rules	2009-10-28 18:00:35 UTC (rev 7322)
@@ -25,3 +25,7 @@
 common-install-arch::
 	find $(CURDIR)/debian/tmp -type d -empty -delete
 	rm -rf $(CURDIR)/debian/tmp/usr/share/doc/mlton/license
+	if test -n "$(DEB_ISNATIVE)"; then mv \
+		$(CURDIR)/debian/tmp/usr/share/doc/mlton/changelog \
+		$(CURDIR)/debian/tmp/usr/share/doc/mlton/changelog.PreviousRelease; \
+	fi




More information about the MLton-commit mailing list