[Pkg-ocaml-maint-commits] [parmap] 04/06: Remove 0002-ALIBS-should-be-built-only-on-native-archs.patch, fixed upstream.

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Jan 17 23:51:32 UTC 2016


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

mehdi pushed a commit to branch master
in repository parmap.

commit 5e2dfbb121232c2991c6e7f059c85ac0c7d15197
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Jan 18 00:45:41 2016 +0100

    Remove 0002-ALIBS-should-be-built-only-on-native-archs.patch, fixed upstream.
---
 debian/changelog                                   |  2 ++
 ...LIBS-should-be-built-only-on-native-archs.patch | 25 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebadb2f..c6d6d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 parmap (1.0~rc7-1) UNRELEASED; urgency=medium
 
   * New upstream release
+    - Remove 0002-ALIBS-should-be-built-only-on-native-archs.patch,
+      fixed upstream.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Mon, 18 Jan 2016 00:43:07 +0100
 
diff --git a/debian/patches/0002-ALIBS-should-be-built-only-on-native-archs.patch b/debian/patches/0002-ALIBS-should-be-built-only-on-native-archs.patch
deleted file mode 100644
index 53e4f4c..0000000
--- a/debian/patches/0002-ALIBS-should-be-built-only-on-native-archs.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Mehdi Dogguy <mehdi at debian.org>
-Date: Thu, 9 Oct 2014 15:13:19 +0200
-Subject: ALIBS should be built only on native archs
-
----
- Makefile.in |    3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 7ae9cfd..40d8a8d 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -48,10 +48,9 @@ ALIBS=
- ifeq ("@OCAMLBEST@","opt")
-   OPTLIBS += $(BYTELIBS:%.cma=%.cmxa)
-   CMXSLIBS += $(BYTELIBS:%.cma=%.cmxs)
-+  ALIBS = $(BYTELIBS:%.cma=%.a)
- endif
- 
--ALIBS = $(BYTELIBS:%.cma=%.a)
--
- all:
- 	$(OCAMLBUILD) $(OBFLAGS) $(BYTELIBS) $(OPTLIBS) $(CMXSLIBS) $(ALIBS)
- 
--- 
diff --git a/debian/patches/series b/debian/patches/series
index 9028be3..2d33566 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Update-version-number-in-various-places.patch
-0002-ALIBS-should-be-built-only-on-native-archs.patch

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



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