[Pkg-ocaml-maint-commits] [bin-prot] 01/03: Update packaging

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 17 11:59:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository bin-prot.

commit 7a9a835e5fe7f8b0ee3cc4f95d2918d9af4f074f
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Aug 17 13:47:26 2016 +0200

    Update packaging
---
 debian/control | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index de58d6f..2dd5056 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends:
  opam,
  libjs-build-tools-ocaml-dev,
  libfindlib-ocaml-dev,
- libtype-conv-camlp4-dev (>= 3.0.5),
  libounit-ocaml-dev (>= 1.1.0-3~)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/bin-prot.git
@@ -26,12 +25,12 @@ Package: libbin-prot-ocaml-dev
 Architecture: any
 Depends:
  ${ocaml:Depends},
- ocaml-findlib,
- camlp4,
- libtype-conv-camlp4-dev,
  ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
+Breaks: libbin-prot-camlp4-dev
+Replaces: libbin-prot-camlp4-dev
 Description: type-safe binary serialization for OCaml values (dev files)
  bin-prot provides functionalities for reading and writing OCaml-values
  in a type-safe binary protocol.
@@ -50,12 +49,11 @@ Package: libbin-prot-ocaml
 Architecture: any
 Depends:
  ${ocaml:Depends},
- ocaml-findlib,
- camlp4,
- libtype-conv-camlp4-dev,
  ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${ocaml:Provides}
+Breaks: libbin-prot-camlp4-dev
+Replaces: libbin-prot-camlp4-dev
 Description: type-safe binary serialization for OCaml values (runtime)
  bin-prot provides functionalities for reading and writing OCaml-values
  in a type-safe binary protocol.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/bin-prot.git



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