[Pkg-ocaml-maint-commits] [SCM] ocaml-vorbis packaging branch, master, updated. debian/0.4.1-1-17-gd201319
Samuel Mimram
smimram at debian.org
Mon Feb 23 13:18:51 UTC 2009
The following commit has been merged in the master branch:
commit 81f327d10dc4a3350bcc39dd8db433c95577593f
Author: Samuel Mimram <smimram at debian.org>
Date: Mon Feb 23 14:14:46 2009 +0100
Update compat and standards version.
diff --git a/debian/changelog b/debian/changelog
index 209f37b..9360407 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ ocaml-vorbis (0.5.0-1) UNRELEASED; urgency=low
* New Upstream Version.
* Switch packaging to git.
* Use dh-ocaml's predefined variables.
+ * Update compat to 7.
+ * Update standards version to 3.8.0.
- -- Samuel Mimram <smimram at debian.org> Mon, 23 Feb 2009 14:12:55 +0100
+ -- Samuel Mimram <smimram at debian.org> Mon, 23 Feb 2009 14:14:09 +0100
ocaml-vorbis (0.4.1-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 86c21cd..1cb688d 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>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: debhelper (>> 4.0.0), dpkg-dev (>= 1.13.19), pkg-config, libvorbis-dev, dh-ocaml, ocaml-nox (>= 3.10), ocaml-findlib, libogg-ocaml-dev (>= 0.1.1-1)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), pkg-config, libvorbis-dev, dh-ocaml, ocaml-nox (>= 3.10), ocaml-findlib, libogg-ocaml-dev (>= 0.1.1-1)
+Standards-Version: 3.8.0
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-vorbis.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-vorbis.git
diff --git a/debian/rules b/debian/rules
index 8c513ca..bc4bc53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ clean: ocamlinit-clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
mkdir -p $(DESTDIR)
--
ocaml-vorbis packaging
More information about the Pkg-ocaml-maint-commits
mailing list