[Pkg-ocaml-maint-commits] [camlp4] 02/03: Fix Breaks: and Build-Depends:

Ximin Luo infinity0 at debian.org
Thu Oct 20 19:28:12 UTC 2016


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

infinity0 pushed a commit to branch master
in repository camlp4.

commit 919deb044961ac79001111e9726cc6afcfd20929
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 20 20:31:20 2016 +0200

    Fix Breaks: and Build-Depends:
---
 debian/changelog | 7 +++++++
 debian/control   | 9 +++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc214a6..3fe8acf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+camlp4 (4.03+1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix Breaks: and Build-Depends:
+
+ -- Ximin Luo <infinity0 at debian.org>  Thu, 20 Oct 2016 20:29:07 +0200
+
 camlp4 (4.03+1-1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 47a7ab0..fa5558f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  ocaml-nox (>= 4.03.0),
+ ocamlbuild,
  dh-ocaml
 Standards-Version: 3.9.6
 Homepage: https://github.com/ocaml/camlp4
@@ -24,8 +25,8 @@ Provides:
  camlp4-extra,
  ${ocaml:Provides}
 Recommends: ocaml-findlib
-Breaks: camlp4-extra (<< 4.03.0)
-Replaces: camlp4-extra (<< 4.03.0)
+Breaks: camlp4-extra (<< 4.03)
+Replaces: camlp4-extra (<< 4.03)
 Description: Pre Processor Pretty Printer for OCaml
  Camlp4 is a software system for writing extensible parsers for
  programming languages. It provides a set of OCaml libraries that are
@@ -47,8 +48,8 @@ Depends:
 Provides:
  ${ocaml:Provides}
 Recommends: ocaml-findlib
-Breaks: camlp4 (<< 4.03.0)
-Replaces: camlp4 (<< 4.03.0)
+Breaks: camlp4 (<< 4.03)
+Replaces: camlp4 (<< 4.03)
 Description: Pre Processor Pretty Printer for OCaml (libraries)
  Camlp4 is a software system for writing extensible parsers for
  programming languages. It provides a set of OCaml libraries that are

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



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