[Pkg-ocaml-maint-commits] r2468 - trunk/packages/ocamlagrep/trunk/debian

Samuel Mimram smimram at costa.debian.org
Tue Jan 10 21:28:55 UTC 2006


Author: smimram
Date: 2006-01-10 21:28:54 +0000 (Tue, 10 Jan 2006)
New Revision: 2468

Modified:
   trunk/packages/ocamlagrep/trunk/debian/changelog
   trunk/packages/ocamlagrep/trunk/debian/control
Log:
Correctly generating the dependencies on ocaml-nox.

Modified: trunk/packages/ocamlagrep/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamlagrep/trunk/debian/changelog	2006-01-10 01:16:00 UTC (rev 2467)
+++ trunk/packages/ocamlagrep/trunk/debian/changelog	2006-01-10 21:28:54 UTC (rev 2468)
@@ -1,3 +1,9 @@
+ocamlagrep (1.0-7) unstable; urgency=low
+
+  * Correctly generating the dependencies on ocaml-nox, closes: #347457.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue, 10 Jan 2006 22:25:30 +0100
+
 ocamlagrep (1.0-6) unstable; urgency=low
 
   [ Julien Cristau ]

Modified: trunk/packages/ocamlagrep/trunk/debian/control
===================================================================
--- trunk/packages/ocamlagrep/trunk/debian/control	2006-01-10 01:16:00 UTC (rev 2467)
+++ trunk/packages/ocamlagrep/trunk/debian/control	2006-01-10 21:28:54 UTC (rev 2468)
@@ -9,7 +9,7 @@
 Package: libagrep-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: libagrep-ocaml (= ${Source-Version}), ocaml-nox-{F:OCamlABI}
+Depends: libagrep-ocaml (= ${Source-Version}), ocaml-nox-${F:OCamlABI}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching
  with errors, popularized by the "agrep" Unix command and the "glimpse" file
@@ -36,7 +36,7 @@
 Package: libagrep-ocaml
 Section: libs
 Architecture: any
-Depends: ocaml-base-nox-{F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching
  with errors, popularized by the "agrep" Unix command and the "glimpse" file




More information about the Pkg-ocaml-maint-commits mailing list