[Pkg-ocaml-maint-commits] [ocamlgsl] 01/15: Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 17 19:40:45 UTC 2016


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

mehdi pushed a commit to branch master
in repository ocamlgsl.

commit e62821d1d5ebfb33056ac2db19ca6b601a2b8994
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jan 17 14:21:13 2016 +0100

    Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev
---
 debian/changelog | 7 +++++++
 debian/control   | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10caa35..061a201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 ocamlgsl (0.6.0-8) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
+  [ Bas Couwenberg ]
+  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev
+    (Closes: #805818).
+
  -- Sylvain Le Gall <gildor at debian.org>  Fri, 21 Sep 2012 01:21:21 +0000
 
 ocamlgsl (0.6.0-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 067c2df..551a5f1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs (>= 0.4.23-1.1),
  dpatch, 
  ocaml-nox (>= 3.10.0-9), 
  ocaml-findlib (>= 1.1.2pl1-4), 
- libgsl0-dev, 
+ libgsl-dev,
  chrpath, 
  gawk, 
  camlp4 (>= 3.10.0),
@@ -19,13 +19,13 @@ Homepage: http://code.google.com/p/ocamlgsl/
 
 Package: libocamlgsl-ocaml-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${ocaml:Depends}, libocamlgsl-ocaml (= ${binary:Version}), libgsl0-dev, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${ocaml:Depends}, libocamlgsl-ocaml (= ${binary:Version}), libgsl-dev, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: GNU scientific library for OCaml
  This is an interface to GSL (GNU scientific library), for the
  Objective Caml language.
  .
- See the libgsl0 package for more details.
+ See the libgsl2 package for more details.
 
 Package: libocamlgsl-ocaml
 Architecture: any
@@ -35,4 +35,4 @@ Description: GNU scientific library for OCaml
  This is an interface to GSL (GNU scientific library), for the
  Objective Caml language.
  .
- See the libgsl0 package for more details.
+ See the libgsl2 package for more details.

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



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