[Pkg-ocaml-maint-commits] [SCM] polygen packaging branch, master, updated. debian/1.0.6.ds2-6-3-ga658405

Stefano Zacchiroli zack at upsilon.cc
Thu Mar 5 19:22:16 UTC 2009


The following commit has been merged in the master branch:
commit a658405e19e6e894473d81cefd905bf535b0bffc
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Mar 5 20:21:18 2009 +0100

    debian/control: add missing ${misc:Depends} substvars

diff --git a/debian/changelog b/debian/changelog
index f76e65e..cce7c01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ polygen (1.0.6.ds2-7) unstable; urgency=low
     - add build-dep on dh-ocaml (ships the CDBS rules file)
   * bump Standards-version to 3.8.0 (no changes needed)
   * debian/rules: use ocaml.mk as a CDBS "rules" snippet
+  * debian/control: add missing ${misc:Depends} substvars
   
   [ Stephane Glondu ]
   * Switching packaging to git
diff --git a/debian/control b/debian/control
index b4ceea1..2e4570b 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/polygen.git
 
 Package: polygen
 Architecture: all
-Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
+Depends:
+ ${shlibs:Depends},
+ ocaml-base-nox-${F:OCamlABI},
+ ${misc:Depends}
 Recommends: polygen-data
 Description: generator of random sentences from grammar definitions
  PolyGen is a program for generating random sentences according to a grammar
@@ -44,7 +47,10 @@ Description: generator of random sentences from grammar definitions
 
 Package: polygen-data
 Architecture: all
-Depends: polygen, perl-modules
+Depends:
+ polygen,
+ perl-modules,
+ ${misc:Depends}
 Description: grammar definitions for PolyGen
  PolyGen is a program for generating random sentences according to a grammar
  definition, that is following custom syntactical and lexical rules.

-- 
polygen packaging



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