The following commit has been merged in the master branch:
commit 26fe0dfd907802f7c8a6d4e7d822e4b79733b309
Author: Mehdi Dogguy <[email protected]>
Date:   Mon Jan 19 09:24:54 2009 +0100

    Bump debhelper compat to 7

diff --git a/debian/changelog b/debian/changelog
index 8a4c1be..ab5fcf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,12 @@ menhir (20080912.dfsg-1) UNRELEASED; urgency=low
   * Bump standards version to 3.8.0, no changes needed.
   * Change Vcs-* flags to point to git repository.
   * Update debian/rules: All source files are now in src/
+  * Bump debhelper compat to 7.
 
   [ Samuel Mimram ]
   * Mangle .dfsg in version in watch file.
 
- -- Samuel Mimram <[email protected]>  Fri, 16 Jan 2009 09:58:38 +0100
+ -- Mehdi Dogguy <[email protected]>  Mon, 19 Jan 2009 09:22:56 +0100
 
 menhir (20071212.dfsg-1) 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 024cc13..c49e407 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[email protected]>
 Uploaders: Samuel Mimram <[email protected]>, Mehdi Dogguy 
<[email protected]>
-Build-Depends: debhelper (>= 4.0.0), dpatch, ocaml-nox (>= 3.11), ocaml-findlib
+Build-Depends: debhelper (>= 7.0.0), dpatch, ocaml-nox (>= 3.11), ocaml-findlib
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/menhir.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/menhir.git
diff --git a/debian/rules b/debian/rules
index b0d6591..aa19535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ clean: unpatch
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
 #      $(MAKE) install PREFIX=$(CURDIR)/debian/menhir/usr

-- 
menhir packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to