[Pkg-ocaml-maint-commits] [SCM] why packaging branch, master, updated. debian/2.26+dfsg-2-1-gc64b302

Stephane Glondu steph at glondu.net
Wed Jul 21 08:47:16 UTC 2010


The following commit has been merged in the master branch:
commit c64b302185bd8d17ae32e2a9b4cbb8399527f625
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 21 10:45:46 2010 +0200

    Fix versioned build-deps to ensure smoother backports

diff --git a/debian/changelog b/debian/changelog
index af2509a..bc43d30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+why (2.26+dfsg-3) UNRELEASED; urgency=low
+
+  * Fix versioned build-deps to ensure smoother backports
+
+ -- Stéphane Glondu <glondu at debian.org>  Wed, 21 Jul 2010 10:46:33 +0200
+
 why (2.26+dfsg-2) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/control b/debian/control
index 0a6d51b..692cca3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@ Build-Depends:
   ocaml-nox (>= 3.11.1-3~),
   ocaml-best-compilers,
   camlp4,
-  liblablgtk2-ocaml-dev (>= 2.12.0-3),
-  coq (>= 8.2.pl1),
-  libfloat-coq (>= 1:8.2-1.2-3),
-  libocamlgraph-ocaml-dev (>= 1.4),
+  liblablgtk2-ocaml-dev (>= 2.12.0-3~),
+  coq (>= 8.2.pl1~),
+  libfloat-coq (>= 1:8.2-1.2-3~),
+  libocamlgraph-ocaml-dev (>= 1.4~),
   frama-c-base (>= 20100401+boron+dfsg-4~),
-  libapron-ocaml-dev (>= 0.9.10-4),
+  libapron-ocaml-dev (>= 0.9.10-4~),
   camlidl
 Standards-Version: 3.9.0
 Homepage: http://why.lri.fr/

-- 
why packaging



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