[Pkg-ocaml-maint-commits] [SCM] ocaml-syck packaging branch, master, updated. debian/0.1.1-2-5-g92748d8

Stefano Zacchiroli zack at upsilon.cc
Fri Mar 6 10:18:21 UTC 2009


The following commit has been merged in the master branch:
commit b2e11f37a4ca396982ee670f0bd02745898b0f3e
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Fri Mar 6 11:10:23 2009 +0100

    rebuild against OCaml 3.11

diff --git a/debian/changelog b/debian/changelog
index 754337f..088403f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-ocaml-syck (0.1.1-3) UNRELEASED; urgency=low
+ocaml-syck (0.1.1-3) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
-  * NOT RELEASED YET
-  * fix vcs-svn field to point just above the debian/ dir
+  * rebuild with OCaml 3.11
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
+  * debian/control
+    - add build-dep on dh-ocaml (which ships ocaml.mk)
+    - bump standards-version to 3.8.0 (no changes needed)
+  * bump debhelper compatibility level to 7
 
   [ Stephane Glondu ]
   * Switching packaging to git
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 085f501..846787e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libsyck-dev, ocaml-nox, cdbs, dpatch
-Standards-Version: 3.7.2
+Build-Depends:
+ debhelper (>= 7),
+ libsyck-dev,
+ ocaml-nox,
+ dh-ocaml,
+ cdbs,
+ dpatch
+Standards-Version: 3.8.0
 Homepage: http://ocaml-syck.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-syck.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-syck.git
@@ -12,7 +18,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-syck.git
 Package: libyaml-syck-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ocaml-base-nox-${F:OCamlABI},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: OCaml bindings for Syck, a YAML parser kit
  This library provides OCaml bindings for Syck, a parser/printer library
  used to work with YAML (a human readable machine parsable data
@@ -23,7 +32,12 @@ Description: OCaml bindings for Syck, a YAML parser kit
 Package: libyaml-syck-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsyck-dev, libyaml-syck-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ libsyck-dev,
+ libyaml-syck-ocaml (= ${binary:Version}),
+ ocaml-findlib,
+ ${misc:Depends}
 Description: OCaml bindings for Syck, a YAML parser kit
  This library provides OCaml bindings for Syck, a parser/printer library
  used to work with YAML (a human readable machine parsable data
diff --git a/debian/rules b/debian/rules
index 40864df..23c3af5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/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/class/ocaml.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 export DEB_UPSTREAM_VERSION

-- 
ocaml-syck packaging



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