[Pkg-ocaml-maint-commits] [SCM] polygen packaging branch, master, updated. debian/1.0.6.ds2-6-3-ga658405

Stefano Zacchiroli zack at upsilon.cc
Thu Mar 5 19:22:15 UTC 2009


The following commit has been merged in the master branch:
commit 82e229a95f1caca790dab65dea5b13b41921405d
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Mar 5 20:20:34 2009 +0100

    rebuild against OCaml 3.11

diff --git a/debian/changelog b/debian/changelog
index 805c451..f76e65e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-polygen (1.0.6.ds2-7) UNRELEASED; urgency=low
-
+polygen (1.0.6.ds2-7) unstable; urgency=low
+
+  [ Stefano Zacchiroli ]
+  * rebuild against OCaml 3.11
+    - add build-dep on dh-ocaml (ships the CDBS rules file)
+  * bump Standards-version to 3.8.0 (no changes needed)
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
+  
+  [ Stephane Glondu ]
   * Switching packaging to git
 
  -- Stephane Glondu <steph at glondu.net>  Mon, 11 Aug 2008 23:49:50 +0200
diff --git a/debian/control b/debian/control
index 75d3fc4..b4ceea1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,16 @@ Source: polygen
 Section: games
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Enrico Zini <enrico at debian.org>, Stefano Zacchiroli <zack at debian.org>, Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox, cdbs
-Standards-Version: 3.7.3
+Uploaders:
+ Enrico Zini <enrico at debian.org>,
+ Stefano Zacchiroli <zack at debian.org>,
+ Ralf Treinen <treinen at debian.org>
+Build-Depends:
+ debhelper (>= 4.0.0),
+ dh-ocaml,
+ ocaml-nox,
+ cdbs
+Standards-Version: 3.8.0
 Homepage: http://polygen.org/web/index.html
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/polygen.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/polygen.git
diff --git a/debian/rules b/debian/rules
index f6ada15..16e0558 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 POLYGEN_BASE=.
 DEB_BUILDDIR=$(POLYGEN_BASE)/src

-- 
polygen packaging



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