[MLton-commit] r7321
Wesley Terpstra
wesley at mlton.org
Wed Oct 28 09:51:10 PST 2009
Quell a few lintian problems introduced by cdbs.
----------------------------------------------------------------------
U mlton/trunk/package/debian/changelog
U mlton/trunk/package/debian/control
U mlton/trunk/package/debian/rules
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog 2009-10-28 16:45:30 UTC (rev 7320)
+++ mlton/trunk/package/debian/changelog 2009-10-28 17:51:08 UTC (rev 7321)
@@ -6,7 +6,7 @@
* Appease lintian by (hyphens in manual, licence file, empty directories)
* Set the Homepage field
- -- Wesley W. Terpstra (Debian) <terpstra at debian.org> Wed, 28 Oct 2009 15:48:22 +0100
+ -- Wesley W. Terpstra (Debian) <terpstra at debian.org> Wed, 28 Oct 2009 18:35:04 +0100
mlton (20091022) unstable; urgency=low
Modified: mlton/trunk/package/debian/control
===================================================================
--- mlton/trunk/package/debian/control 2009-10-28 16:45:30 UTC (rev 7320)
+++ mlton/trunk/package/debian/control 2009-10-28 17:51:08 UTC (rev 7321)
@@ -7,7 +7,7 @@
Package: mlton
Architecture: alpha amd64 hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc
-Depends: ${shlibs:Depends}, gcc-4.4, libc6-dev, libgmp3-dev (>= 4.0.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, gcc-4.4, libc6-dev, libgmp3-dev (>= 4.0.1)
Homepage: http://mlton.org/
Description: Optimizing compiler for Standard ML
MLton is a whole-program optimizing compiler
Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules 2009-10-28 16:45:30 UTC (rev 7320)
+++ mlton/trunk/package/debian/rules 2009-10-28 17:51:08 UTC (rev 7321)
@@ -21,6 +21,7 @@
common-configure-arch::
free
-# Remove empty directories to appease lintian
+# Remove licenses and empty directories to appease lintian
common-install-arch::
find $(CURDIR)/debian/tmp -type d -empty -delete
+ rm -rf $(CURDIR)/debian/tmp/usr/share/doc/mlton/license
More information about the MLton-commit
mailing list