[Pkg-ocaml-maint-commits] [SCM] ocamlagrep packaging branch, master, updated. debian/1.0-9-6-g58379d5
Samuel Mimram
samuel.mimram at ens-lyon.org
Tue Feb 24 17:47:01 UTC 2009
The following commit has been merged in the master branch:
commit 5c9c6b79fa8a0dea030d08bc6ddd6297c3ba6fec
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Tue Feb 24 18:35:13 2009 +0100
Update compat and standards version.
diff --git a/debian/changelog b/debian/changelog
index e15f3ef..e6f9a7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ ocamlagrep (1.0-10) UNRELEASED; urgency=low
[ Samuel Mimram ]
* Switch packaging to git
+ * Update compat to 7.
+ * Update standards version to 3.8.0.
- -- Samuel Mimram <smimram at debian.org> Tue, 24 Feb 2009 18:33:47 +0100
+ -- Samuel Mimram <smimram at debian.org> Tue, 24 Feb 2009 18:34:47 +0100
ocamlagrep (1.0-9) 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 b811c0b..6e09df0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.10)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7), ocaml-nox (>= 3.11)
+Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlagrep.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlagrep.git
diff --git a/debian/rules b/debian/rules
index 3ab1119..4cf60ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
mkdir -p debian/tmp
--
ocamlagrep packaging
More information about the Pkg-ocaml-maint-commits
mailing list