[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/1.1.0-2-15-g950a692

Mehdi Dogguy mehdi at debian.org
Wed Jul 14 21:39:22 UTC 2010


The following commit has been merged in the master branch:
commit 83e96a7a42a4bd1a2dc7ac9fd46980bef832909e
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Jul 14 22:22:35 2010 +0200

    Add 0003-Do-not-enforce-sanity-check-rules.patch

diff --git a/debian/changelog b/debian/changelog
index f84f5b5..9f7fff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,13 +6,14 @@ ocaml-batteries (1.2.2-1) UNRELEASED; urgency=low
   [ Mehdi Dogguy ]
   * New upstream release
     - Add 0001-Add-Set-an-installation-prefix-path.patch
+    - Add 0003-Do-not-enforce-sanity-check-rules.patch
     - Remove omake from build-depends
   * Adapt debian/rules to new upstream's build system.
   * Convert source package to 3.0 (quilt) format.
     - Remove quilt from build-depends
   * Bump dh-ocaml version to 0.9.5 in Build-Depends.
 
- -- Mehdi Dogguy <mehdi at debian.org>  Wed, 14 Jul 2010 22:10:52 +0200
+ -- Mehdi Dogguy <mehdi at debian.org>  Wed, 14 Jul 2010 22:22:19 +0200
 
 ocaml-batteries (1.1.0-2) unstable; urgency=low
 
diff --git a/debian/patches/0003-Do-not-enforce-sanity-check-rules.patch b/debian/patches/0003-Do-not-enforce-sanity-check-rules.patch
new file mode 100644
index 0000000..c33b39a
--- /dev/null
+++ b/debian/patches/0003-Do-not-enforce-sanity-check-rules.patch
@@ -0,0 +1,22 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Wed, 14 Jul 2010 22:22:08 +0200
+Subject: [PATCH] Do not enforce sanity-check rules
+
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index e8f1c4c..b9adb0d 100644
+--- a/Makefile
++++ b/Makefile
+@@ -50,7 +50,7 @@ clean:
+ 	$(OCAMLBUILD) -clean
+ 
+ doc:
+-	$(OCAMLBUILD) batteries.docdir/index.html
++	$(OCAMLBUILD) -no-hygiene batteries.docdir/index.html
+ 	test -e apidocs || ln -s _build/batteries.docdir apidocs
+ 
+ install: all
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index c5be354..6fda81b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Add-Set-an-installation-prefix-path.patch
 0002-Fix-build-with-OCaml-3.12.0.patch
+0003-Do-not-enforce-sanity-check-rules.patch

-- 
ocaml-batteries packaging



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