[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-5-10-g4a60790

Stefano Zacchiroli zack at upsilon.cc
Mon Apr 6 13:41:06 UTC 2009


The following commit has been merged in the master branch:
commit 4a607903ebe7303533f005480eb8e51f86e7bc06
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Apr 6 15:31:14 2009 +0200

    add (cosmetic) work-around in dependency formatting
    
    see: #522787

diff --git a/debian/control b/debian/control
index 0159f86..75e752c 100644
--- a/debian/control
+++ b/debian/control
@@ -212,8 +212,7 @@ Description: Native code compilers of the OCaml suite (the .opt ones)
 
 Package: ocaml-source
 Architecture: all
-Depends:
- ${misc:Depends}
+Depends: ${misc:Depends}
 Provides: ocaml-source-${F:OCamlABI}
 Description: Sources for Objective Caml
  Objective Caml (OCaml) is an implementation of the ML language, based on
diff --git a/debian/control.in b/debian/control.in
index 3229959..759b6b7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -212,8 +212,7 @@ Description: Native code compilers of the OCaml suite (the .opt ones)
 
 Package: ocaml-source
 Architecture: all
-Depends:
- ${misc:Depends}
+Depends: ${misc:Depends}
 Provides: ocaml-source-${F:OCamlABI}
 Description: Sources for Objective Caml
  Objective Caml (OCaml) is an implementation of the ML language, based on

-- 
OCaml packaging



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