add (cosmetic) work-around in dependency formatting
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 6 Apr 2009 13:31:14 +0000 (15:31 +0200)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 6 Apr 2009 13:31:14 +0000 (15:31 +0200)
see: #522787

debian/control
debian/control.in

index 0159f86ca454f7a17dcb571f7a0b8181fe34f300..75e752cd562b233f82d89beeba34a546bc2f6fe5 100644 (file)
@@ -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
index 32299595b518a2ad926232c01ad2a433fe32ab4b..759b6b766db136f92fe2e26de61880c706600bac 100644 (file)
@@ -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