This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/113.00.00-1
in repository janest-core.

commit d323fab099eff61b2e922f1ff1ce262303bc4c4d
Author: Hilko Bengen <ben...@debian.org>
Date:   Mon Jan 4 21:07:19 2016 +0100

    Drop patch
---
 debian/patches/0001-Force-linking-with-lrt.patch | 28 ------------------------
 debian/patches/series                            |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0001-Force-linking-with-lrt.patch 
b/debian/patches/0001-Force-linking-with-lrt.patch
deleted file mode 100644
index 19332bf..0000000
--- a/debian/patches/0001-Force-linking-with-lrt.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Stephane Glondu <st...@glondu.net>
-Date: Thu, 17 Nov 2011 07:45:05 +0100
-Subject: Force linking with -lrt
-
-It is needed for clock_* functions, but its need is misdetected on (at
-least) hurd, kfreebsd-*, mips*, powerpc and s390, causing FTBFS.
----
- myocamlbuild.ml |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/myocamlbuild.ml b/myocamlbuild.ml
-index 233a58c..c88a61d 100644
---- a/myocamlbuild.ml
-+++ b/myocamlbuild.ml
-@@ -403,10 +403,10 @@ module MyOCamlbuildBase = struct
-               (fun (lib, dir, headers) ->
-                    (* Handle C part of library *)
-                    flag ["link"; "library"; "ocaml"; "byte"; "use_lib"^lib]
--                     (S[A"-dllib"; A("-l"^lib); A"-cclib"; A("-l"^lib)]);
-+                     (S[A"-dllib"; A("-l"^lib); A"-cclib"; A("-l"^lib); 
A"-cclib"; A"-lrt"]);
-   
-                    flag ["link"; "library"; "ocaml"; "native"; "use_lib"^lib]
--                     (S[A"-cclib"; A("-l"^lib)]);
-+                     (S[A"-cclib"; A("-l"^lib); A"-cclib"; A"-lrt"]);
-                         
-                    flag ["link"; "program"; "ocaml"; "byte"; "use_lib"^lib]
-                      (S[A"-dllib"; A("dll"^lib)]);
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bcf0809..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Force-linking-with-lrt.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/janest-core.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to