[Pkg-ocaml-maint-commits] [SCM] ocaml-curses packaging branch, master, updated. debian/1.0.3-1-7-gd3345c2

Mehdi Dogguy mehdi at debian.org
Thu Jan 5 01:47:08 UTC 2012


The following commit has been merged in the master branch:
commit 4806ed2af33e6a0010846bdc278c4b3d8cd3ed6a
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Jan 5 02:32:13 2012 +0100

    Fix debhelper-but-no-misc-depends

diff --git a/debian/changelog b/debian/changelog
index a8e5807..da43a26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ ocaml-curses (1.0.3-2) unstable; urgency=low
   * Convert to 3.0 (quilt) source format
     - Use quilt instead of dpatch
     - Fix build-depends-on-obsolete-package dpatch
+  * Fix debhelper-but-no-misc-depends
 
- -- Mehdi Dogguy <mehdi at debian.org>  Thu, 05 Jan 2012 02:28:15 +0100
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 05 Jan 2012 02:31:44 +0100
 
 ocaml-curses (1.0.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cc1673c..ab4fc74 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-curses.git
 
 Package: libcurses-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ncurses library
  The ncurses library provides functions to create rich text-mode
@@ -22,7 +25,12 @@ Description: OCaml bindings for the ncurses library
 
 Package: libcurses-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libncursesw5-dev, libcurses-ocaml (= ${binary:Version})
+Depends:
+ ${ocaml:Depends},
+ libncursesw5-dev,
+ libcurses-ocaml (= ${binary:Version}),
+ ${shlib:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ncurses library
  The ncurses library provides functions to create rich text-mode

-- 
ocaml-curses packaging



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