[Pkg-ocaml-maint-commits] [SCM] calendar packaging branch, master, updated. debian/2.0.2-1.1-20-g96d5d0e

Stefano Zacchiroli zack at upsilon.cc
Sat Feb 28 21:07:59 UTC 2009


The following commit has been merged in the master branch:
commit 96d5d0eb7206efbf7ceb91687d293cfbd343badf
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat Feb 28 22:07:19 2009 +0100

    uploading to unstable
    
    - New Upstream Version
    - debian/rules: use ocaml.mk as a CDBS "rules" file
    - debian/control: bump versioned build-deps to induce dep-waits

diff --git a/debian/changelog b/debian/changelog
index 6329932..27e10ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+calendar (2.01.1-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Uploading to unstable
+  * debian/rules: use ocaml.mk as a CDBS "rules" file
+  * debian/control: bump versioned build-deps to induce dep-waits
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 28 Feb 2009 22:05:15 +0100
+
 calendar (2.01-1) experimental; urgency=low
 
   [ Stefano Zacchiroli ]
diff --git a/debian/control b/debian/control
index 8b5628a..4332c53 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Stefano Zacchiroli <zack at debian.org>
 Build-Depends:
  debhelper (>= 7.0.0),
  ocaml-nox (>= 3.11),
- ocaml-findlib,
- dh-ocaml,
+ ocaml-findlib (>= 1.2.4),
+ dh-ocaml (>= 0.4),
  dpatch,
  cdbs
 Standards-Version: 3.8.0
diff --git a/debian/rules b/debian/rules
index 1e5f8ee..ef69124 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/dpatch.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 PKGNAME = libcalendar-ocaml-dev
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)

-- 
calendar packaging



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