[Pkg-ocaml-maint-commits] [SCM] mysql-ocaml packaging branch, master, updated. debian/1.0.4-5

Samuel Mimram samuel.mimram at ens-lyon.org
Thu Feb 19 17:44:04 UTC 2009


The following commit has been merged in the master branch:
commit 57bb8a22c9dd4e930db2394e5a5679da13cd1515
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Thu Feb 19 18:31:05 2009 +0100

    Update compat to 7.

diff --git a/debian/changelog b/debian/changelog
index b89c067..a9172b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,10 @@ mysql-ocaml (1.0.4-5) UNRELEASED; urgency=low
   * Changed doc-base section to Programming/OCaml
 
   [ Samuel Mimram ]
-  * Switch packaging to git
+  * Switch packaging to git.
+  * Update compat to 7.
 
- -- Samuel Mimram <smimram at debian.org>  Thu, 19 Feb 2009 18:27:00 +0100
+ -- Samuel Mimram <smimram at debian.org>  Thu, 19 Feb 2009 18:30:43 +0100
 
 mysql-ocaml (1.0.4-4) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 0c36da9..ab7c233 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mysql-ocaml
 Section: devel
 Priority: optional
 Maintainer: Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libmysqlclient15-dev, ocaml-nox (>= 3.09.1), camlp4, ocaml-findlib, dpatch
+Build-Depends: debhelper (>= 7), libmysqlclient15-dev, ocaml-nox (>= 3.09.1), camlp4, ocaml-findlib, dpatch
 Standards-Version: 3.7.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mysql-ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/mysql-ocaml.git
diff --git a/debian/rules b/debian/rules
index 71e2b99..2b110d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ clean: unpatch
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	mkdir -p $(DESTDIR)

-- 
mysql-ocaml packaging



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