[MLton-commit] r7316
Wesley Terpstra
wesley at mlton.org
Wed Oct 28 08:00:19 PST 2009
Doc-base files need to be included under the mlton package.
There are no 'mlyacc' or 'mllex' packages.
----------------------------------------------------------------------
D mlton/trunk/package/debian/mllex.doc-base
D mlton/trunk/package/debian/mlton.doc-base
A mlton/trunk/package/debian/mlton.doc-base.mllex
A mlton/trunk/package/debian/mlton.doc-base.mlton
A mlton/trunk/package/debian/mlton.doc-base.mlyacc
D mlton/trunk/package/debian/mlyacc.doc-base
U mlton/trunk/package/debian/rules
----------------------------------------------------------------------
Deleted: mlton/trunk/package/debian/mllex.doc-base
===================================================================
--- mlton/trunk/package/debian/mllex.doc-base 2009-10-28 15:55:01 UTC (rev 7315)
+++ mlton/trunk/package/debian/mllex.doc-base 2009-10-28 16:00:18 UTC (rev 7316)
@@ -1,9 +0,0 @@
-Document: mllex
-Title: A lexical analyzer generator for Standard ML
-Author: Andrew W. Appel, James S. Mattson, David R. Tarditi
-Abstract: This document describes how write lexer specification files for
- mllex.
-Section: Programming
-
-Format: PDF
-Files: /usr/share/doc/mlton/mllex.pdf
Deleted: mlton/trunk/package/debian/mlton.doc-base
===================================================================
--- mlton/trunk/package/debian/mlton.doc-base 2009-10-28 15:55:01 UTC (rev 7315)
+++ mlton/trunk/package/debian/mlton.doc-base 2009-10-28 16:00:18 UTC (rev 7316)
@@ -1,10 +0,0 @@
-Document: mlton
-Title: MLton Guide
-Author: The MLton Team
-Abstract: This document describes how to use MLton, a whole-program
- optimizing compiler for the Standard ML Programming language.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/mlton/guide/Home
-Files: /usr/share/doc/mlton/guide/*.html
Copied: mlton/trunk/package/debian/mlton.doc-base.mllex (from rev 7314, mlton/trunk/package/debian/mllex.doc-base)
Property changes on: mlton/trunk/package/debian/mlton.doc-base.mllex
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: mlton/trunk/package/debian/mlton.doc-base.mlton (from rev 7314, mlton/trunk/package/debian/mlton.doc-base)
Property changes on: mlton/trunk/package/debian/mlton.doc-base.mlton
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: mlton/trunk/package/debian/mlton.doc-base.mlyacc (from rev 7314, mlton/trunk/package/debian/mlyacc.doc-base)
Property changes on: mlton/trunk/package/debian/mlton.doc-base.mlyacc
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: mlton/trunk/package/debian/mlyacc.doc-base
===================================================================
--- mlton/trunk/package/debian/mlyacc.doc-base 2009-10-28 15:55:01 UTC (rev 7315)
+++ mlton/trunk/package/debian/mlyacc.doc-base 2009-10-28 16:00:18 UTC (rev 7316)
@@ -1,9 +0,0 @@
-Document: mlyacc
-Title: ML-Yacc User's Manual
-Author: David R. Tarditi, Andrew W. Appel
-Abstract: This document describes how to write parser specification files for
- mlyacc.
-Section: Programming
-
-Format: PDF
-Files: /usr/share/doc/mlton/mlyacc.pdf
Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules 2009-10-28 15:55:01 UTC (rev 7315)
+++ mlton/trunk/package/debian/rules 2009-10-28 16:00:18 UTC (rev 7316)
@@ -20,4 +20,4 @@
# Remove empty directories to appease lintian
common-install-arch::
- find path/to/base/dir -type d -empty -delete
+ find $(CURDIR)/debian/tmp -type d -empty -delete
More information about the MLton-commit
mailing list