[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.3-1-6-g1408898

Ralf Treinen (none) treinen at debian.
Sun Apr 19 10:22:10 UTC 2009


The following commit has been merged in the master branch:
commit 24bc4a1367e00247cee60ee4b97034ae1793709e
Author: Ralf Treinen <treinen at debian.(none)>
Date:   Sun Apr 12 19:49:15 2009 +0900

    package update for 1.4-1

diff --git a/debian/changelog b/debian/changelog
index 3e25e18..74167a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pkglab (1.4-1) experimental; urgency=low
+
+  * New upstream release.
+  * Added myself to uploaders
+  * Standards-Version 3.8.1 (no change)
+  * Added build-dependency on dh-ocaml (closes: #523614)
+  * debian/rules: cdbs class/ocaml.mk -> rules/ocaml.mk
+
+ -- Ralf Treinen <treinen at debian>  Sun, 12 Apr 2009 19:48:23 +0900
+
 pkglab (1.3-1) experimental; urgency=low
 
   * Initial release. (Closes: #494206)
diff --git a/debian/control b/debian/control
index b8c2cfc..9ceae4e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
+ Ralf Treinen <treinen at debian.org>
 Build-Depends:
  cdbs, debhelper (>= 7),
- ocaml-nox, ocaml-findlib,
+ ocaml-nox, ocaml-findlib, dh-ocaml
  menhir,
  libdose2-ocaml-dev,
  libledit-ocaml-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://sodiac.gforge.inria.fr/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/pkglab.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/pkglab.git
diff --git a/debian/rules b/debian/rules
index 49c80c0..d638371 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/ocaml.mk
 
 BIN_PKG = pkglab
 

-- 
pkglab packaging



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