[Pkg-ocaml-maint-commits] [SCM] ceve packaging branch, master, updated. debian/1.1-1-13-g4ca51a1

Ralf Treinen rt at free.fr
Thu Mar 26 18:32:22 UTC 2009


The following commit has been merged in the master branch:
commit b1e0a9f3e860442bee661471e84c224651a60de7
Author: Ralf Treinen <rt at free.fr>
Date:   Sun Mar 22 21:33:54 2009 +0100

    merde

diff --git a/debian/changelog b/debian/changelog
index 9cf0e96..69b8913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-ceve (1.1-2) UNRELEASED; urgency=low
+ceve (1.2-1) UNRELEASED; urgency=low
 
-  * shipe ceve.1 manpage
+  [ Stefano Zacchiroli ]
+  * ship ceve.1 manpage
 
- -- Stefano Zacchiroli <zack at debian.org>  Tue, 03 Jun 2008 21:52:06 +0200
+  [ Ralf Treinen ]
+  * New upstream release
+  * Add debian/watch
+  * debian/rules: class/ocaml.ml -> rules/ocaml.mk
+  * Standards-version 3.8.1 (no change)
+  * Add build-dependency on dh-ocaml
+  * Add myself to Uploaders
+
+ -- Ralf Treinen <treinen at debian.org>  Sun, 22 Mar 2009 21:32:46 +0100
 
 ceve (1.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 93dad9f..0f59c49 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: cdbs, debhelper (>= 7),
+ Ralf Treinen <reinen at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), dh-ocaml,
  ocaml-nox, ocaml-findlib,
  libdose2-ocaml-dev,
  libexpat-ocaml-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://sodiac.gforge.inria.fr/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ceve.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ceve.git
diff --git a/debian/rules b/debian/rules
index 4b1bb4c..42497df 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 = ceve
 
@@ -9,6 +9,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET = opt
 else
 DEB_MAKE_BUILD_TARGET = all
+
 DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libexpat-ocaml"
 DEB_STRIP_EXCLUDE += usr/bin/ceve
 endif

-- 
ceve packaging



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