[Pkg-ocaml-maint-commits] [SCM] camlp5 packaging branch, master, updated. debian/5.12-1-4-ge3b0779

Stephane Glondu steph at glondu.net
Thu Oct 29 12:55:19 UTC 2009


The following commit has been merged in the master branch:
commit e3b077948a5b6d816cae30a89c5c20ab73d8588b
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Oct 29 13:34:11 2009 +0100

    Various updates, prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 4c45314..e2bb53a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
-camlp5 (5.12-2) UNRELEASED; urgency=low
+camlp5 (5.12-2) unstable; urgency=low
 
   [ Stéphane Glondu ]
   * Update debian/{control,rules} to use new dh-ocaml
   * Update my e-mail address and remove DMUA
+  * Add Mehdi Dogguy to Uploaders
+  * Update Standards-Version to 3.8.3
 
   [ Mehdi Dogguy ]
   * Build-depend on dh-ocaml (>= 0.9.1) which fixes a bug when calling
     ocaml-lintian.
 
- -- Mehdi Dogguy <mehdi at debian.org>  Wed, 07 Oct 2009 12:46:21 +0200
+ -- Stéphane Glondu <glondu at debian.org>  Thu, 29 Oct 2009 13:44:22 +0100
 
 camlp5 (5.12-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c578c0d..5df2742 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,15 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Stefano Zacchiroli <zack at debian.org>,
  Sylvain Le Gall <gildor at debian.org>,
+ Mehdi Dogguy <mehdi at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  cdbs,
  debhelper (>= 7),
  dh-ocaml (>= 0.9.1),
- ocaml-nox (>= 3.11.1),
- ocaml-compiler-libs (>= 3.11.1)
-Standards-Version: 3.8.2
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-compiler-libs
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/camlp5.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/camlp5.git
 Homepage: http://pauillac.inria.fr/~ddr/camlp5/
diff --git a/debian/rules b/debian/rules
index 37ef181..ff693f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ OCAML_OCAMLDOC_FLAGS += -pp debian/camlp5r_w_macro.sh
 OCAML_OCAMLDOC_FLAGS += -I +compiler-libs/parsing/
 OCAML_DHOCAML_FLAGS += \
   --runtime-map camlp5 \
-  --nodefined-map camlp5:Dynlinkaux,Dynlink
+  --nodefined-map camlp5:Dynlinkaux,Dynlink # temporary hack, should be fixed
 
 CONFIGURE_FLAGS =
 CONFIGURE_FLAGS += -name $(PKGNAME)

-- 
camlp5 packaging



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