[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. debian/1.3-1-2-gb89fa5e
Stefano Zacchiroli
zack at upsilon.cc
Tue Jun 3 13:04:42 UTC 2008
The following commit has been merged in the master branch:
commit b89fa5e8009dc0b0ed129913c4afc34aa2e973c0
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Tue Jun 3 15:03:58 2008 +0200
debian/control: add missing deps on librpm-dev and libgdbm-dev from the -dev package
diff --git a/debian/changelog b/debian/changelog
index 808a93c..2872a25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dose2 (1.3-2) UNRELEASED; urgency=low
- * add missing dep on librpm-dev from the -dev package
+ * debian/control: add missing deps on librpm-dev and libgdbm-dev from the
+ -dev package
-- Stefano Zacchiroli <zack at debian.org> Tue, 03 Jun 2008 14:56:41 +0200
diff --git a/debian/control b/debian/control
index f09413b..7e3f203 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Build-Depends: cdbs, debhelper (>= 7),
ocaml-nox, camlp4,
ocaml-findlib, menhir,
librpm-dev,
- libpcre-ocaml-dev, libcalendar-ocaml-dev, libzip-ocaml-dev
+ libpcre-ocaml-dev,
+ libcalendar-ocaml-dev,
+ libzip-ocaml-dev
Standards-Version: 3.7.3
Homepage: http://sodiac.gforge.inria.fr/
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/dose2.git
@@ -22,6 +24,7 @@ Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
libcalendar-ocaml-dev,
libzip-ocaml-dev,
librpm-dev,
+ libgdbm-dev,
${misc:Depends}
Description: OCaml libraries for managing packages and their dependencies
Dose 2 is a framework made of several of OCaml libraries for managing
--
dose2 packaging
More information about the Pkg-ocaml-maint-commits
mailing list