[Pkg-ocaml-maint-commits] r1307 - trunk/packages/ocaml-getopt/debian
Mike Furr
mfurr@costa.debian.org
Sun, 24 Apr 2005 17:29:27 +0000
Author: mfurr
Date: 2005-04-24 17:29:27 +0000 (Sun, 24 Apr 2005)
New Revision: 1307
Modified:
trunk/packages/ocaml-getopt/debian/changelog
trunk/packages/ocaml-getopt/debian/control
Log:
added depends on ocaml-nox-3.08.3
Modified: trunk/packages/ocaml-getopt/debian/changelog
===================================================================
--- trunk/packages/ocaml-getopt/debian/changelog 2005-04-23 13:36:51 UTC (rev 1306)
+++ trunk/packages/ocaml-getopt/debian/changelog 2005-04-24 17:29:27 UTC (rev 1307)
@@ -1,5 +1,12 @@
-getopt (0.0.20040811-1) unstable; urgency=low
+ocaml-getopt (0.0.20040811-2) unstable; urgency=low
+ * Added depends on ocaml-nox-3.08.3 to ensure compatibility.
+ (Closes: 306074)
+
+ -- Mike Furr <mfurr@debian.org> Sun, 24 Apr 2005 13:04:57 -0400
+
+ocaml-getopt (0.0.20040811-1) unstable; urgency=low
+
* Initial Release (Closes: 303971).
-- Mike Furr <mfurr@debian.org> Sat, 9 Apr 2005 18:00:56 -0400
Modified: trunk/packages/ocaml-getopt/debian/control
===================================================================
--- trunk/packages/ocaml-getopt/debian/control 2005-04-23 13:36:51 UTC (rev 1306)
+++ trunk/packages/ocaml-getopt/debian/control 2005-04-24 17:29:27 UTC (rev 1307)
@@ -7,6 +7,7 @@
Package: libgetopt-ocaml-dev
Architecture: any
+Depends: ocaml-nox-3.08.3
Description: command line parsing library for OCaml
This package provides the Getopt module that is an alternative to the
Arg module in the standard distribution. Getopt supports the general