[Pkg-ocaml-maint-commits] [SCM] ocaml-doc packaging branch, master, updated. debian/3.10-1-14-gdf9d480
Samuel Mimram
samuel.mimram at ens-lyon.org
Tue Feb 24 20:49:37 UTC 2009
The following commit has been merged in the master branch:
commit 057320cedc34d023ed647e975ccb33f2cbca6f34
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Tue Feb 24 20:44:05 2009 +0100
Updates.
diff --git a/debian/changelog b/debian/changelog
index 27b6d37..5ff110f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,22 @@
-ocaml-doc (3.10-2) UNRELEASED; urgency=low
+ocaml-doc (3.11-1) UNRELEASED; urgency=low
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
[ Ralf Treinen ]
* Added myself to Uploaders.
- * Standards-Version 3.7.3 (no change)
* doc-base file:
- changed section to Programming/OCaml.
- fixed minor spelling errors.
- converted to utf8.
[ Samuel Mimram ]
+ * Refresh documentation.
* Switch packaging to git
+ * Update standards verstion to 3.8.0.
+ * Update compat to 7.
- -- Samuel Mimram <smimram at debian.org> Tue, 24 Feb 2009 20:31:05 +0100
+ -- Samuel Mimram <smimram at debian.org> Tue, 24 Feb 2009 20:43:40 +0100
ocaml-doc (3.10-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 40b5292..203b153 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: non-free/doc
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Samuel Mimram <smimram at debian.org>, Remi Vanicat <vanicat at debian.org>, Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-doc.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-doc.git
diff --git a/debian/rules b/debian/rules
index 4e8e237..3356546 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
cd $(CURDIR)/debian/ocaml-doc/usr/share/doc/ocaml; ln -s ../ocaml-doc docs
--
ocaml-doc packaging
More information about the Pkg-ocaml-maint-commits
mailing list