[Pkg-ocaml-maint-commits] [SCM] mlgmp packaging branch, master, updated. debian/20021123-13-7-gfecf449
Mehdi Dogguy
dogguy at pps.jussieu.fr
Wed Jun 24 20:00:29 UTC 2009
The following commit has been merged in the master branch:
commit fecf449e236646d1d2ac3432ddc999f20914265e
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Wed Jun 24 21:59:16 2009 +0200
Use new Ocaml's stdlib location and move packages to ocaml section
diff --git a/debian/changelog b/debian/changelog
index 802d740..eb72a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlgmp (20021123-15) UNRELEASED; urgency=low
+
+ * Use new Ocaml's stdlib location
+ * Move library packages to the new ocaml section
+
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr> Wed, 24 Jun 2009 21:57:04 +0200
+
mlgmp (20021123-14) unstable; urgency=low
[ Mike Furr ]
diff --git a/debian/control b/debian/control
index 38b63d2..3b1a01a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/perl4caml.git
Package: libgmp-ocaml
Architecture: any
-Section: libs
+Section: ocaml
Depends:
${shlibs:Depends},
${misc:Depends},
@@ -39,7 +39,7 @@ Description: OCaml bindings for the GNU multiprecision arithmetic library
Package: libgmp-ocaml-dev
Architecture: any
-Section: libdevel
+Section: ocaml
Depends:
libgmp-ocaml (= ${binary:Version}),
ocaml-nox-${F:OCamlAbi},
diff --git a/debian/rules b/debian/rules
index 0292fb6..d038c0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ install-stamp:
DESTDIR=$(CURDIR)/debian/$(PACKAGE)-dev\
STUBDIR=$(INST_STUB); \
fi
- cp debian/META debian/$(PACKAGE)-dev/usr/lib/ocaml/$(OCAML_ABI)/gmp
+ cp debian/META debian/$(PACKAGE)-dev$(OCAML_STDLIB_DIR)/gmp
dh install --after auto_install
touch $@
--
mlgmp packaging
More information about the Pkg-ocaml-maint-commits
mailing list